Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-01-16 01:19:48 +09:00
parent 9507102bfa
commit 8065e377b0
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
- master/HEAD
* Never shrink the tab bar when it is scrolled.
* No more flashing issue of the tab bar in the "auto hide" mode, while moving focus on tabs by Ctrl-Tab.
* Handle long press of the Ctrl key even when `browser.ctrlTab.previews` is `true`.
- 0.16.2015122501
* Initialize itself correctly on Firefox 38. (regression)
* Don't show thin glay bar for pinned tabs on fullscreen HTML5 video.

View File

@ -2,6 +2,8 @@
- master/HEAD
* 「タブバーを自動的に縮める」設定の時にタブバーをスクロールするとタブバーが勝手に縮んでしまっていたのを修正
* タブバーを自動で隠す状態の時、Ctrl-Tabでのタブ切り替え時にタブバーが頻繁に出たり消えたりする問題を解消
* `browser.ctrlTab.previews`が`true`の時でもCtrlキーの長押しなどの操作を受け付けるようにした
- 0.16.2015122501
* Firefox 38で初期化に失敗する問題を修正後退バグ
* HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正