From e896b40d51a7fbc46e104e2f6c72504bfbb7fa12 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 16 Feb 2016 09:22:14 +0900 Subject: [PATCH] Add missing credit --- history.en.md | 3 ++- history.ja.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/history.en.md b/history.en.md index 73a3cc79..c36d250a 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index 93c0f40d..355c8eff 100644 --- a/history.ja.md +++ b/history.ja.md @@ -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が有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた)