Add missing credit

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-16 09:22:14 +09:00
parent e46fa55e9a
commit e896b40d51
2 changed files with 4 additions and 2 deletions

View File

@ -5,13 +5,14 @@
* Tree in group (dummy) tabs is now shown with multiple columns. (You can disable the feautre by `extensions.treestyletab.groupTab.columnize`=`false`.)
* Tree in tooltip is now shown with multiple columns. (You can disable the feautre by `extensions.treestyletab.tooltip.columnize`=`false`.)
* Fix regression: open bookmarks as separate tabs for user preference.
* de-DE locale is updated by Björn Kautler. Thanks!
* 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.
* de-DE locale is updated by Björn Kautler. Thanks!
* ru locale is updated by Infocatcher. Thanks!
- 0.16.2016021201
* Better compatibility with [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/) addon.
* Never touch session history of remote tabs (on e10s activated). It raised exception and broke tree structure when a parent tab is closed and the next parent is a remote tab.

View File

@ -5,13 +5,14 @@
* グループ化用のダミーのタブに表示するツリーをマルチカラム表示するようにした(`extensions.treestyletab.groupTab.columnize`を`false`にすると従来の挙動に戻ります)
* ツールチップ内に表示するツリーをマルチカラム表示するようにした(`extensions.treestyletab.tooltip.columnize`を`false`にすると従来の挙動に戻ります)
* ブックマークからタブを開くときにバラバラのタブで開く機能が動作しなくなっていたのを修正
* 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
* タブバーを自動で隠す機能について、フィードバックの通知対象になったタブをハイライト表示するようにした
* ツリーの親のタブを閉じたときの挙動について「閉じられた親のタブの位置に代わりにダミーのグループ化用のタブを開く」という選択肢を追加した
* de-DEロケール更新by Björn Kautler. Thanks!
* ruロケール更新by Infocatcher. Thanks!
- 0.16.2016021201
* [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上
* e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた