Add news topics

This commit is contained in:
YUKI Hiroshi 2016-01-05 17:09:35 +09:00
parent ff08f39190
commit fc8f6fa5d0
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
* Never shrink the tab bar when it is scrolled.
- 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

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* 「タブバーを自動的に縮める」設定の時にタブバーをスクロールするとタブバーが勝手に縮んでしまっていたのを修正
- 0.16.2015122501
* Firefox 38で初期化に失敗する問題を修正後退バグ
* HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正