diff --git a/history.en.md b/history.en.md index 8c56333a..b30eb479 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,14 @@ # History - 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/). + * 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.) + * 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: 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: Don't disable background color of tabs when Tab Mix Plus is installed. - 0.14.2013100901 * Improved: Position and size of the tab bar is updated automatically when any element is inserted to the browser box. * Fixed: Show the full tooltip near the original tooltip correctly, even if there are multiple screens. diff --git a/history.ja.md b/history.ja.md index 57429a9d..83841b88 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,14 @@ # 更新履歴 - 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など)との互換性を向上 + * タブバーの幅・位置が固定されている時は、ポインタがタブバー上に乗ったらすぐにタブバーを展開するようにした。 + * 「未整理のブックマーク」フォルダにあるブックマーク項目に対して、ブックマーク同士の関連性を変更するためのUIを無効化するようにした(当該フォルダのブックマークすべてを1つのツリーとして開く場面は通常あり得ないため) + * タブバーを自動的に隠すモードで、タブを開いたり閉じたりした時にタブバーを一時的に展開する設定を有効にしている時に、タブバーが自動的に隠れなくなってしまっていたのを修正 + * 1つのブックマークフォルダに大量のブックマーク項目が存在している時の、ブックマーク同士の関連性を変更するためのUIの初期化処理について、よりフリーズしにくいように改善したつもり + * タブバーを自動的に畳むモードで、終了時と次回起動時はに正しくタブバーの大きさを記憶・復元しておくようにした。 + * DOMフルスクリーンからF11キーの押下で抜けた時に、タブバーを正しく再表示するようにした + * Tab Mix Plusがある時のタブの背景色が意図せず無効化されてしまっていたのを修正 - 0.14.2013100901 * ブラウズ領域周辺にUI要素が追加された時に、自動的にタブバーの位置やサイズを更新するようにした * マルチディスプレイ環境において、タブのツリーに対するツールチップが別の画面に表示されてしまうことがあったのを修正