Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-03-04 00:08:50 +09:00
parent 39f114fa27
commit d6914dc059
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- master/HEAD
- 0.17.2016030401
* Allow to specify different delay for autoshow/hide on mousemove, via secret preferences `extensions.treestyletab.tabbar.autoHide.delay.show` and `extensions.treestyletab.tabbar.autoHide.delay.hide`.
* Keep current tab visible after the window is resized, even if there are too many tabs with a scrollbar.
* Don't scroll to a hidden tab when it is newly opened.
* Dropped non-URI text (maybe including whitespaces) onto the tab bar is opened with a search result tab. The behavior is same to Firefox's default.
* Better layout for fake tree in multiple columns (at tooltip of tabs and dummy group tabs).
* Behaviors around multiple home pages are improved.

View File

@ -2,6 +2,9 @@
- master/HEAD
- 0.17.2016030401
* マウスの移動でタブバーを自動的に開閉する機能について、開く時と閉じるときでそれぞれ個別に遅延時間を設定できるようにした(`extensions.treestyletab.tabbar.autoHide.delay.show`と`extensions.treestyletab.tabbar.autoHide.delay.hide`
* タブバーにスクロールバーが出ている状態でウィンドウの大きさを縮めた際に、現在のタブが画面外に隠れてしまわないようにした
* 新しいタブが非表示の状態で開かれた場合にはタブバーを自動スクロールしないようにした
* URIでない文字列空白文字を含むをタブバーにドロップした場合に、Firefoxの既定の挙動通りに検索結果のタブを開くようにした
* タブのツールチップとダミーのグループ化用のタブにおいて、ツリーのマルチカラム表示のレイアウトをより安定した結果が得られるように改善した
* 複数のタブをホームページに設定しているときの挙動を改善