Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-09 22:53:30 +09:00
parent d295128e4a
commit f892dd90bd
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# History # History
- master/HEAD - 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 - 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.) * 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: 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.

View File

@ -1,6 +1,9 @@
# 更新履歴 # 更新履歴
- master/HEAD - master/HEAD
* ツリーをブックマークフォルダとして保存する機能およびブックマークフォルダのプロパティ編集が動作しなくなっていたのを修正
* タブのクローズボックスのアイコンの高さを変更しないようにした
* OS Xにおいてナビゲーションツールバーが正しくウィンドウのボタンの下に表示されるように修正
- 0.16.2015110801 - 0.16.2015110801
* メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため) * メニューバーを常時表示する設定の時はシステムのツールバーを非表示にするようにした(そうしないとメニューバーの余白のドラッグ操作が機能しないため)
* `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ) * `GM_openInTab()`で開かれたタブを設定に従って子タブの一覧の最初の位置に挿入するように修正(後退バグ)