From afbcd42f48174fa4ab68b840ce4790bd39b50546 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Thu, 25 Aug 2016 21:41:36 +0900 Subject: [PATCH] Add news topics --- history.en.md | 5 +++++ history.ja.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/history.en.md b/history.en.md index dc24d879..c42f670d 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index e7a2bcef..2b779b0f 100644 --- a/history.ja.md +++ b/history.ja.md @@ -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の状態のままになることがあったのを修正