Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-08 22:56:41 +09:00
parent 45767e473a
commit 590cc42b5c
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# History
- master/HEAD
* 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.
- 0.16.2015110701
* The API `TreeStyleTabService.getLastDescendantTab()` now returns correct value always.

View File

@ -1,6 +1,8 @@
# 更新履歴
- master/HEAD
* メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため)
* `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ)
* コンテキストメニューからの検索が動作しなくなっていたのを修正(後退バグ)
- 0.16.2015110701
* `TreeStyleTabService.getLastDescendantTab()`が常に正しい値を返すように修正