diff --git a/history.en.md b/history.en.md index c0208c75..e1d52da5 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,12 @@ # History - master/HEAD + * Restore order of rearranged tabs more correctly. + * Don't show gray rect of pinned tabs on full screen videos and collapsed tab bar. + * Don't update the size of the tab bar too frequently. + This change solves conflict with the [Unified Sidebar](https://addons.mozilla.org/firefox/addon/unified-sidebar/) addon. + * On Linux, show the icon of the "all tabs" button in the vertical tab bar correctly. + * Introduce an internal method `gBrowser.treeStyleTab.dumpTreeInformation()` to dump tree structure information stored in each tab, for debugging around unexpectedly broken tree. - 0.15.20150902901 * Fix many compatibility issues around spec changes at Firefox 40 and later. (Including [patches by Xidorn Quan](https://github.com/piroor/treestyletab/pull/925). Thanks!) diff --git a/history.ja.md b/history.ja.md index dec5f46f..28f79bb0 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,12 @@ # 更新履歴 - master/HEAD + * 並べ替えた後の並び順をより正しく復元するようにした + * 動画のフルスクリーン表示時やタブバーが折り畳まれた時に、ピン留めされたタブに起因するグレーの矩形を表示しないようにした + * タブバーの大きさが過度に頻繁に更新されないようにした + ([Unified Sidebar](https://addons.mozilla.org/firefox/addon/unified-sidebar/)との併用時の動作を改善) + * Linuxにおいて、縦置きされたタブバー内の「すべてのタブ」ボタンのアイコンを正しく表示するようにした + * 意図せずツリー構造が壊れてしまう問題のデバッグ用に、各他部に保存されたツリー構造の情報を出力する内部的なメソッド `gBrowser.treeStyleTab.dumpTreeInformation()` を導入した - 0.15.20150902901 * Firefox 40以降での仕様変更に伴う多数の不具合を修正 ([Xidorn Quan氏のパッチ](https://github.com/piroor/treestyletab/pull/925)を含む。多謝!)