From 282e2246ec5b121971e2a1a60af7573520d72bdc Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sat, 13 Feb 2016 05:05:57 +0900 Subject: [PATCH] Add news topics --- history.en.md | 6 ++++++ history.ja.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/history.en.md b/history.en.md index 4e6813b0..514d7ac8 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,12 @@ # History - master/HEAD + * 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 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. * 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 9acb02ee..002d91b7 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,13 @@ # 更新履歴 - master/HEAD + * ブックマークからタブを開くときにバラバラのタブで開く機能が動作しなくなっていたのを修正 + * de-DEロケール更新(by Björn Kautler. Thanks!) + * タブバー内のスクロールバーを補足表示する機能について、より自然に表示するように改善 + * タブバーのスプリッターをミドルクリックした時に、grippyのクリック時と同様にタブバーを開閉するようにした + * タブバーを自動で隠す機能について、通知対象になったタブをハイライト表示するようにした + * タブバーを自動で隠す機能について、タブのタイトルが更新されたときにフィードバックの一環としてタブバーを自動的に展開するようにした + * ツリーの親のタブを閉じたときの挙動について選択肢を追加:閉じられた親のタブの位置に代わりにダミーのグループ化用のタブを開く - 0.16.2016021201 * [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上 * e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた)