From ffc3058a995bd5c0a7fb16aed6703f0512353401 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 18 Jan 2016 18:52:15 +0900 Subject: [PATCH] Add news topics --- history.en.md | 1 + history.ja.md | 1 + 2 files changed, 2 insertions(+) diff --git a/history.en.md b/history.en.md index e64d311c..6ee00ee5 100644 --- a/history.en.md +++ b/history.en.md @@ -4,6 +4,7 @@ * 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`. + * Fixup tree structure of tabs after moving of tabs by Ctrl-Shift-PageUp/PageDown more correctly. - 0.16.2015122501 * Initialize itself correctly on Firefox 38. (regression) * Don't show thin glay bar for pinned tabs on fullscreen HTML5 video. diff --git a/history.ja.md b/history.ja.md index 5bf051a4..c9f6c955 100644 --- a/history.ja.md +++ b/history.ja.md @@ -4,6 +4,7 @@ * 「タブバーを自動的に縮める」設定の時にタブバーをスクロールするとタブバーが勝手に縮んでしまっていたのを修正 * タブバーを自動で隠す状態の時、Ctrl-Tabでのタブ切り替え時にタブバーが頻繁に出たり消えたりする問題を解消 * `browser.ctrlTab.previews`が`true`の時でもCtrlキーの長押しなどの操作を受け付けるようにした + * Ctrl-Shift-PageUp/PageDownでタブを移動した後にツリー構造がおかしくなる事があったのを修正 - 0.16.2015122501 * Firefox 38で初期化に失敗する問題を修正(後退バグ) * HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正