Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-13 23:34:01 +09:00
parent 74bdeb4a31
commit 326ed8dff1
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@
* Better appearance for narrow scrollbar in the tab bar.
* Add ability to collapse/expand the tab bar by middle click on the splitter.
* Expand the tab bar to feedback what's happen, when a tab has new title, in the "auto hide" mode.
* Add secret preferences to disable expanding of the tab bar to feedback what's happen for each case: `extensions.treestyletab.tabbar.autoShow.feedback.opened`, `extensions.treestyletab.tabbar.autoShow.feedback.closed`, `extensions.treestyletab.tabbar.autoShow.feedback.moved`, `extensions.treestyletab.tabbar.autoShow.feedback.selected` and `extensions.treestyletab.tabbar.autoShow.feedback.titleChanged`.
* When the tab bar is expanded for a feedback, the subject tab is now highlighted.
* Add a new choice when a parent tab is closed: now you can replace the closed parent tab with a new group tab.
- 0.16.2016021201
* Better compatibility with [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/) addon.

View File

@ -5,8 +5,9 @@
* de-DEロケール更新by Björn Kautler. Thanks!
* タブバー内のスクロールバーを細く表示する機能について、より自然に表示するように改善
* タブバーのスプリッターをミドルクリックした時に、grippyのクリック時と同様にタブバーを開閉するようにした
* タブバーを自動で隠す機能について、通知対象になったタブをハイライト表示するようにした
* タブバーを自動で隠す機能について、タブのタイトルが更新されたときにフィードバックの一環としてタブバーを自動的に展開するようにした
* タブバーを自動で隠す機能について、フィードバックとしてタブバーを自動的に展開する場合を細かく制御する隠し設定を追加した(`extensions.treestyletab.tabbar.autoShow.feedback.opened`, `extensions.treestyletab.tabbar.autoShow.feedback.closed`, `extensions.treestyletab.tabbar.autoShow.feedback.moved`, `extensions.treestyletab.tabbar.autoShow.feedback.selected`, `extensions.treestyletab.tabbar.autoShow.feedback.titleChanged`e
* タブバーを自動で隠す機能について、フィードバックの通知対象になったタブをハイライト表示するようにした
* ツリーの親のタブを閉じたときの挙動について「閉じられた親のタブの位置に代わりにダミーのグループ化用のタブを開く」という選択肢を追加した
- 0.16.2016021201
* [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上