Bump version to 0.17.2016030402
This commit is contained in:
parent
3c8dfecba6
commit
ea9a9c9978
@ -1,6 +1,9 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.17.2016030402
|
||||||
|
* Show rich tooltip with multiple columns even if there are only short title tabs.
|
||||||
|
* Avoid initialization error on newly opened group tabs.
|
||||||
- 0.17.2016030401
|
- 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`.
|
* 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.
|
* Keep current tab visible after the window is resized, even if there are too many tabs with a scrollbar.
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.17.2016030402
|
||||||
|
* 短いタイトルのタブしかない場合にツールチップの内容が段組表示されない問題を修正
|
||||||
|
* 新しく開かれた空のグループ化用のタブの初期化処理が失敗するようになっていたのを修正
|
||||||
- 0.17.2016030401
|
- 0.17.2016030401
|
||||||
* マウスの移動でタブバーを自動的に開閉する機能について、開く時と閉じるときでそれぞれ個別に遅延時間を設定できるようにした(`extensions.treestyletab.tabbar.autoHide.delay.show`と`extensions.treestyletab.tabbar.autoHide.delay.hide`)
|
* マウスの移動でタブバーを自動的に開閉する機能について、開く時と閉じるときでそれぞれ個別に遅延時間を設定できるようにした(`extensions.treestyletab.tabbar.autoHide.delay.show`と`extensions.treestyletab.tabbar.autoHide.delay.hide`)
|
||||||
* タブバーにスクロールバーが出ている状態でウィンドウの大きさを縮めた際に、現在のタブが画面外に隠れてしまわないようにした
|
* タブバーにスクロールバーが出ている状態でウィンドウの大きさを縮めた際に、現在のタブが画面外に隠れてしまわないようにした
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
||||||
em:id="treestyletab@piro.sakura.ne.jp"
|
em:id="treestyletab@piro.sakura.ne.jp"
|
||||||
em:name="Tree Style Tab"
|
em:name="Tree Style Tab"
|
||||||
em:version="0.17.2016030401"
|
em:version="0.17.2016030402"
|
||||||
em:creator="YUKI "Piro" Hiroshi"
|
em:creator="YUKI "Piro" Hiroshi"
|
||||||
em:description="Show tabs like a tree."
|
em:description="Show tabs like a tree."
|
||||||
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
||||||
|
Loading…
Reference in New Issue
Block a user