Add news topocs

This commit is contained in:
Piro / YUKI Hiroshi 2015-09-29 06:11:59 +09:00
parent 90afd04187
commit 1d6d4b9f0c
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -1,6 +1,10 @@
# 更新履歴
- master/HEAD
* Firefox 40以降での仕様変更に伴う多数の不具合を修正
* Firefox 31のサポートを終了
* タブバーの幅・高さと位置の固定を制御する設定UIを再導入した。
設定ダイアログでタブバーの幅・高さを変更した場合、既存のすべてのウィンドウのタブバーの幅・高さがリセットされます。
* 2回目以降のツールバーカスタマイズでタブバーの表示が壊れる問題を修正
* "Plain"スキンが選択されているときに現在のタブの色が強調されなくなっていたのを修正
* タブバーを自動で隠す機能について、タブのプロセス分離の状態が変更された後もマウス関連のイベントを正しく拾うように修正