diff --git a/history.en.md b/history.en.md index 106579dc..c26f2636 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,10 @@ # History - master/HEAD + * Fix many compatibility issues around spec changes at Firefox 40 and later. + * Drop support for Firefox 31. + * Re-introduce configuration UIs for the size of the tab bar and its fixedness. + Now it works to reset size of the tab bar in all existing windows. * Toolbar customization works correctly even if the tab bar is placed not on the top. In old versions, only the first time worked. * Current tab is shown with highlighted color correctly at the "Plain" skin. diff --git a/history.ja.md b/history.ja.md index d275e667..a63ff48e 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,10 @@ # 更新履歴 - master/HEAD + * Firefox 40以降での仕様変更に伴う多数の不具合を修正 + * Firefox 31のサポートを終了 + * タブバーの幅・高さと位置の固定を制御する設定UIを再導入した。 + 設定ダイアログでタブバーの幅・高さを変更した場合、既存のすべてのウィンドウのタブバーの幅・高さがリセットされます。 * 2回目以降のツールバーカスタマイズでタブバーの表示が壊れる問題を修正 * "Plain"スキンが選択されているときに現在のタブの色が強調されなくなっていたのを修正 * タブバーを自動で隠す機能について、タブのプロセス分離の状態が変更された後もマウス関連のイベントを正しく拾うように修正