Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-08-25 21:41:36 +09:00
parent a50337abe5
commit afbcd42f48
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,11 @@
- master/HEAD
* Better handling about positioning of new tabs duplicated by other addons.
* Now you can drop tabs onto another tab more easily. (The drop area of each tab is enlarged.)
* The tab bar can be shrunken even if there is something wide toolbar item like the search bar.
* Better positioning of tabs opened from the last child tab.
* 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/).
- 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

@ -3,6 +3,11 @@
- master/HEAD
* 他のアドオンによって複製されたタブの位置の取り扱いを改善した
* タブの上に他のタブをドロップしやすくした(タブに対するドロップと判定する領域を広げた)
* タブバー内に検索バーなどを置いた時でもタブバーを縮められるようにした
* 最後の子タブから開かれたタブの位置の制御に失敗していたのを修正
* インラインフレームやbaseタグを含むページから開かれたタブが子タブにならない場合があったのを修正
* 未定義のCSSプロパティによる警告を減らしたby asamuzaK. Thanks!
* [Firefox 51でのタブの文脈による色分け機能](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/)に対応した
- 0.17.2016061501
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正