Update history topics
This commit is contained in:
parent
02afd56637
commit
bea559d1a6
@ -2,12 +2,18 @@
|
|||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
* Improved: Better compatibility with someone who change visibility of the tab bar, like "auto hide tab bar for last single tab" feature of Tab Mix Plus, Pale Moon, and [Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/).
|
* Improved: Better compatibility with someone who change visibility of the tab bar, like "auto hide tab bar for last single tab" feature of Tab Mix Plus, Pale Moon, and [Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/).
|
||||||
|
* Improved: Better compatibility with [Context Search](http://www.cusser.net/extensions/contextsearch/). Now search result tabs are opened as children of the current tab.
|
||||||
* Modified: Expand the shrunken tab bar immediately when the mouse pointer moves onto the tab bar, if the size of teh tab bar is fixed.
|
* Modified: Expand the shrunken tab bar immediately when the mouse pointer moves onto the tab bar, if the size of teh tab bar is fixed.
|
||||||
* Modified: Keep the UI to modify relations of bookmarks disabled, for bookmark items in the "Unsorted Bookmarks" folder. (Because people won't open all items in the folder as a tree of tabs by middle-click on the folder.)
|
* Modified: Keep the UI to modify relations of bookmarks disabled, for bookmark items in the "Unsorted Bookmarks" folder. (Because people won't open all items in the folder as a tree of tabs by middle-click on the folder.)
|
||||||
|
* Modified: Updated pinned tabs are highlighted by TST itself.
|
||||||
* Fixed: Hide (or collapse) the tab bar correctly with delay, when a tab is opened or closed in the "auto hide" mode.
|
* Fixed: Hide (or collapse) the tab bar correctly with delay, when a tab is opened or closed in the "auto hide" mode.
|
||||||
* Fixed: Better responsibility for bookmark management UI when there are very large number of sibling bookmarks in a folder.
|
* Fixed: Better responsibility for bookmark management UI when there are very large number of sibling bookmarks in a folder.
|
||||||
* Fixed: Save and restore both sizes of expanded and shrunken tab bar correctly, on the next startup.
|
* Fixed: Save and restore both sizes of expanded and shrunken tab bar correctly, on the next startup.
|
||||||
* Fixed: Re-show the tab bar correctly when the F11 key is pressed to exit from the DOM full-screen mode.
|
* Fixed: Re-show the tab bar correctly when the F11 key is pressed to exit from the DOM full-screen mode.
|
||||||
|
* Fixed: Show the tab bar again correctly when I click the grippy in the splitter.
|
||||||
|
* Fixed: Show the tab bar again correctly when I drag the splitter.
|
||||||
|
* Fixed: Correctly update "list all tabs" menu if there is pinned tabs ([by Infocatcher.](https://github.com/piroor/treestyletab/pull/606) Thanks!)
|
||||||
|
* Fixed: Better compatibility with "Australis".
|
||||||
* Fixed: Don't disable background color of tabs when Tab Mix Plus is installed.
|
* Fixed: Don't disable background color of tabs when Tab Mix Plus is installed.
|
||||||
* [fr-FR locale is updated by AxlMun. Thanks!](https://github.com/piroor/treestyletab/pull/595)
|
* [fr-FR locale is updated by AxlMun. Thanks!](https://github.com/piroor/treestyletab/pull/595)
|
||||||
- 0.14.2013100901
|
- 0.14.2013100901
|
||||||
|
@ -2,13 +2,19 @@
|
|||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
* 「タブが1つだけの時にタブバーを隠す」機能を提供するアドオン(Tab Mix Plus、[Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/)など)や環境(Pale Moonなど)との互換性を向上
|
* 「タブが1つだけの時にタブバーを隠す」機能を提供するアドオン(Tab Mix Plus、[Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/)など)や環境(Pale Moonなど)との互換性を向上
|
||||||
|
* [Context Search](http://www.cusser.net/extensions/contextsearch/)との互換性を向上(検索結果を子タブとして開くようにした)
|
||||||
* タブバーの幅・位置が固定されている時は、ポインタがタブバー上に乗ったらすぐにタブバーを展開するようにした。
|
* タブバーの幅・位置が固定されている時は、ポインタがタブバー上に乗ったらすぐにタブバーを展開するようにした。
|
||||||
* 「未整理のブックマーク」フォルダにあるブックマーク項目に対して、ブックマーク同士の関連性を変更するためのUIを無効化するようにした(当該フォルダのブックマークすべてを1つのツリーとして開く場面は通常あり得ないため)
|
* 「未整理のブックマーク」フォルダにあるブックマーク項目に対して、ブックマーク同士の関連性を変更するためのUIを無効化するようにした(当該フォルダのブックマークすべてを1つのツリーとして開く場面は通常あり得ないため)
|
||||||
|
* ピン留めされた未読のタブをツリー型タブ自身で強調表示するようにした
|
||||||
* タブバーを自動的に隠すモードで、タブを開いたり閉じたりした時にタブバーを一時的に展開する設定を有効にしている時に、タブバーが自動的に隠れなくなってしまっていたのを修正
|
* タブバーを自動的に隠すモードで、タブを開いたり閉じたりした時にタブバーを一時的に展開する設定を有効にしている時に、タブバーが自動的に隠れなくなってしまっていたのを修正
|
||||||
* 1つのブックマークフォルダに大量のブックマーク項目が存在している時の、ブックマーク同士の関連性を変更するためのUIの初期化処理について、よりフリーズしにくいように改善したつもり
|
* 1つのブックマークフォルダに大量のブックマーク項目が存在している時の、ブックマーク同士の関連性を変更するためのUIの初期化処理について、よりフリーズしにくいように改善したつもり
|
||||||
* タブバーを自動的に畳むモードで、終了時と次回起動時はに正しくタブバーの大きさを記憶・復元しておくようにした。
|
* タブバーを自動的に畳むモードで、終了時と次回起動時はに正しくタブバーの大きさを記憶・復元しておくようにした。
|
||||||
* DOMフルスクリーンからF11キーの押下で抜けた時に、タブバーを正しく再表示するようにした
|
* DOMフルスクリーンからF11キーの押下で抜けた時に、タブバーを正しく再表示するようにした
|
||||||
|
* タブバーのスプリッタのつまみをクリックした時に、タブバーを正しく開閉するよう修正
|
||||||
|
* タブバーのスプリッタをドラッグした時に、タブバーを正しく開閉するよう修正
|
||||||
* Tab Mix Plusがある時のタブの背景色が意図せず無効化されてしまっていたのを修正
|
* Tab Mix Plusがある時のタブの背景色が意図せず無効化されてしまっていたのを修正
|
||||||
|
* ピン留めされたタブがある時に「すべてのタブの一覧」メニューの内容が正しく表示されるよう修正 ([by Infocatcher.](https://github.com/piroor/treestyletab/pull/606) Thanks!)
|
||||||
|
* Australisとの互換性を向上
|
||||||
* フランス語ロケール更新([by AxlMun. Thanks!](https://github.com/piroor/treestyletab/pull/595))
|
* フランス語ロケール更新([by AxlMun. Thanks!](https://github.com/piroor/treestyletab/pull/595))
|
||||||
- 0.14.2013100901
|
- 0.14.2013100901
|
||||||
* ブラウズ領域周辺にUI要素が追加された時に、自動的にタブバーの位置やサイズを更新するようにした
|
* ブラウズ領域周辺にUI要素が追加された時に、自動的にタブバーの位置やサイズを更新するようにした
|
||||||
|
Loading…
Reference in New Issue
Block a user