From 590cc42b5c77d3899a968493a110d737772d442a Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sun, 8 Nov 2015 22:56:41 +0900 Subject: [PATCH] Add news topics --- history.en.md | 2 ++ history.ja.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/history.en.md b/history.en.md index 0a817f0a..890cefaf 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index 39db8555..4125dfc9 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,8 @@ # 更新履歴 - master/HEAD + * メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため) + * `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ) * コンテキストメニューからの検索が動作しなくなっていたのを修正(後退バグ) - 0.16.2015110701 * `TreeStyleTabService.getLastDescendantTab()`が常に正しい値を返すように修正