Update news topics

This commit is contained in:
YUKI Hiroshi 2015-03-13 17:07:21 +09:00
parent c97b42abb9
commit f3a3d8f0d0
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- master/HEAD
* Current tab is shown with highlighted color correctly at the "Plain" skin.
* Mouse events are correctly handled for the "auto hide" feature for tabs even if their remoteness is dynamically changed.
- 0.15.2015030601
* Width of the tab bar, position of the tab bar, and status of the "auto hide" feature are saved and restored for each window.
* Better compatibility with [Duplicate in Tab Context Menu addon](https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/).

View File

@ -2,6 +2,7 @@
- master/HEAD
* "Plain"スキンが選択されているときに現在のタブの色が強調されなくなっていたのを修正
* タブバーを自動で隠す機能について、タブのプロセス分離の状態が変更された後もマウス関連のイベントを正しく拾うように修正
- 0.15.2015030601
* タブバーの幅、位置、「自動で隠す」の状態をウィンドウごとに保存するようにした
* [Duplicate in Tab Context Menu addon](https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/)との互換性を向上