From f892dd90bdeafcd3b06697d6b142759c9e70d521 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Mon, 9 Nov 2015 22:53:30 +0900 Subject: [PATCH] Add news topics --- history.en.md | 3 +++ history.ja.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/history.en.md b/history.en.md index 88c85e14..a5228f30 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + * The feature "Bookmark this tree" and the property dialog of bookmark folders now work correctly. + * The height of the closebox in each tab is never changed anymore. + * The navigation toolbar is shown correctly below window buttons on OS X. - 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. diff --git a/history.ja.md b/history.ja.md index 91697c4d..f72294cd 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + * ツリーをブックマークフォルダとして保存する機能およびブックマークフォルダのプロパティ編集が動作しなくなっていたのを修正 + * タブのクローズボックスのアイコンの高さを変更しないようにした + * OS Xにおいてナビゲーションツールバーが正しくウィンドウのボタンの下に表示されるように修正 - 0.16.2015110801 * メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため) * `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ)