Add news topic

This commit is contained in:
Piro / YUKI Hiroshi 2016-08-25 23:21:57 +09:00
parent fd899d9014
commit e26ef07bab
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* Tabs opened from inline frames or webpages including `base` tag are attached to the current tab as new children correctly.
* Reduce warnings from undefined CSS properties (by asamuzaK. Thanks!)
* Supports [contextual tab coloring on Firefox 51 and later](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/).
* Remove icons from the pane switcher in the configuration dialog (because Firefox 50 and later have no suitable icon for some categories).
- 0.17.2016061501
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.

View File

@ -8,6 +8,7 @@
* インラインフレームやbaseタグを含むページから開かれたタブが子タブにならない場合があったのを修正
* 未定義のCSSプロパティによる警告を減らしたby asamuzaK. Thanks!
* [Firefox 51でのタブの文脈による色分け機能](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/)に対応した
* 設定ダイアログのペイン切り替えボタンからアイコンを削除Firefox自体に最適なアイコンが含まれなくなるため
- 0.17.2016061501
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正