From d6914dc05970b19cb72a165ededb4321bb3246dc Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Fri, 4 Mar 2016 00:08:50 +0900 Subject: [PATCH] Add news topics --- history.en.md | 3 +++ history.ja.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/history.en.md b/history.en.md index 30882f2e..06d0471a 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index 9c834620..870879a7 100644 --- a/history.ja.md +++ b/history.ja.md @@ -2,6 +2,9 @@ - master/HEAD - 0.17.2016030401 + * マウスの移動でタブバーを自動的に開閉する機能について、開く時と閉じるときでそれぞれ個別に遅延時間を設定できるようにした(`extensions.treestyletab.tabbar.autoHide.delay.show`と`extensions.treestyletab.tabbar.autoHide.delay.hide`) + * タブバーにスクロールバーが出ている状態でウィンドウの大きさを縮めた際に、現在のタブが画面外に隠れてしまわないようにした + * 新しいタブが非表示の状態で開かれた場合にはタブバーを自動スクロールしないようにした * URIでない文字列(空白文字を含む)をタブバーにドロップした場合に、Firefoxの既定の挙動通りに検索結果のタブを開くようにした * タブのツールチップとダミーのグループ化用のタブにおいて、ツリーのマルチカラム表示のレイアウトをより安定した結果が得られるように改善した * 複数のタブをホームページに設定しているときの挙動を改善