Add news topics

This commit is contained in:
YUKI Hiroshi 2016-08-30 17:35:32 +09:00
parent 9b5570006c
commit 9c9e09166b
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* Remove icons from the pane switcher in the configuration dialog (because Firefox 50 and later have no suitable icon for some categories).
* A new secret preference `extensions.treestyletab.blockTabsInTitlebar` in introduced to allow customization with userChrome.css around "tabs in titlebar" style.
* Tabs duplicated by ctrl-drag-and-drop of a tree are duplicated with correct tree structure.
* Reduce warnings about "unsafe CPOW usage" for the "view image" command.
- 0.17.2016061501
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.

View File

@ -19,6 +19,7 @@
* 縮められたタブバーの幅を変更するときに、展開されたタブバーの幅が異常に大きくなることがあったのを修正
* ツリー型タブ自身で新規タブを開く位置を決定するかどうかを制御する隠し設定 `extensions.treestyletab.controlNewTabPosition` を追加したTab Mix Plusのように、ブックマーク等から新しく開くタブの位置を制御する機能を持ったアドオンと併用する場合、この設定の値を`false`にすることでより良い結果を得られるようになる可能性があります)
* ピン留めされたタブに関する変更に対しては、折り畳まれたタブバーを自動展開しないようにした
* コンテキストメニューの項目「画像を開く」の選択時の「unsafe CPOW usage」の警告が出ないようにした
- 0.17.2016031101
* ウィンドウを開いて最初の1回だけ、ブックマークグループをタブで開く時にツリーにならなくなっていたのを修正後退バグ
* 縦型タブバーにおいて、設定された最大のインデントの深さが保存・反映されなくなっていたのを修正(後退バグ)