Bump version to 0.14.2014020901
This commit is contained in:
parent
67aa67a67f
commit
bef3057707
@ -1,6 +1,7 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.14.2014020901
|
||||||
* Improved: On the "auto hide" mode, scroll to the current tab when the tab bar becomes shown.
|
* Improved: On the "auto hide" mode, scroll to the current tab when the tab bar becomes shown.
|
||||||
* Improved: Accept drag and drop of the tab bar itself, on the blank area around pinned tabs.
|
* Improved: Accept drag and drop of the tab bar itself, on the blank area around pinned tabs.
|
||||||
* Fixed: Don't activate "draw in titlebar" feature for windows with vertical tab bar.
|
* Fixed: Don't activate "draw in titlebar" feature for windows with vertical tab bar.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.14.2014020901
|
||||||
* タブバーを自動的に隠す状態の時、タブバーが表示されたら常に現在のタブの位置までタブバーをスクロールするようにした
|
* タブバーを自動的に隠す状態の時、タブバーが表示されたら常に現在のタブの位置までタブバーをスクロールするようにした
|
||||||
* ピン留めされたタブの周囲の空き領域について、タブバー自体のドラッグ操作を受け付けるようにした
|
* ピン留めされたタブの周囲の空き領域について、タブバー自体のドラッグ操作を受け付けるようにした
|
||||||
* 縦型タブバーを伴うウィンドウではFirefoxの「ツールバーをタイトルバーに表示する」機能を常に無効化するようにした
|
* 縦型タブバーを伴うウィンドウではFirefoxの「ツールバーをタイトルバーに表示する」機能を常に無効化するようにした
|
||||||
|
@ -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.14.2014013001"
|
em:version="0.14.2014020901"
|
||||||
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"
|
||||||
@ -194,7 +194,7 @@
|
|||||||
<em:targetApplication>
|
<em:targetApplication>
|
||||||
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||||
em:minVersion="24.0"
|
em:minVersion="24.0"
|
||||||
em:maxVersion="29.0a1" />
|
em:maxVersion="30.0a1" />
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
</RDF:Description>
|
</RDF:Description>
|
||||||
</RDF:RDF>
|
</RDF:RDF>
|
||||||
|
Loading…
Reference in New Issue
Block a user