Add news topics
This commit is contained in:
parent
bbffed0d5d
commit
282e2246ec
@ -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.
|
||||
|
@ -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が有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた)
|
||||
|
Loading…
Reference in New Issue
Block a user