Bump version to 0.16.2015110801
This commit is contained in:
parent
590cc42b5c
commit
c57f604fb7
@ -1,6 +1,7 @@
|
||||
# History
|
||||
|
||||
- master/HEAD
|
||||
- 0.16.2015110801
|
||||
* The title bar is now hidden for permanently shown menu bar. (Otherwise the menu bar is not draggable to move the window itself.)
|
||||
* Regression: Tabs opened via `GM_openInTab()` are placed at the top of existing child tabs of the current tab, if it is the default position of newly opened children.
|
||||
* Regression: "Search with..." in the context menu works correctly.
|
||||
|
@ -1,6 +1,7 @@
|
||||
# 更新履歴
|
||||
|
||||
- master/HEAD
|
||||
- 0.16.2015110801
|
||||
* メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため)
|
||||
* `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ)
|
||||
* コンテキストメニューからの検索が動作しなくなっていたのを修正(後退バグ)
|
||||
|
@ -5,7 +5,7 @@
|
||||
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
||||
em:id="treestyletab@piro.sakura.ne.jp"
|
||||
em:name="Tree Style Tab"
|
||||
em:version="0.16.2015110701"
|
||||
em:version="0.16.2015110801"
|
||||
em:creator="YUKI "Piro" Hiroshi"
|
||||
em:description="Show tabs like a tree."
|
||||
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
||||
|
Loading…
Reference in New Issue
Block a user