From 952f1eaa4d6353a85d19cc3374c1e93334009d1d Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Fri, 11 Mar 2016 03:10:48 +0900 Subject: [PATCH] Add news topics --- history.en.md | 3 +++ history.ja.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/history.en.md b/history.en.md index 68c23ef6..4ecf4ad1 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + * Open bookmark groups as a tree correctly, even if it is the initial time after the startup. (regression) + * Apply configured max indent level for vertical tab bar. (regression) + * Allow to unmute tab always, even if the sound is not played. (regression) * Implement pseudo tree in `about:treestyletab-group` tabs and the rich tooltip without XHTML. (We don't need to mix XHTML and XUL to apply multi-column properties of CSS.) * Activate multi-column layout only when it is required, at tooltip of tabs and dummy group tabs. - 0.17.2016030402 diff --git a/history.ja.md b/history.ja.md index 35591fd5..bb425b46 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + * 起動後以外のタイミングで、ブックマークグループをタブで開く時に最初の1回だけはツリーにならなくなっていたのを修正(後退バグ) + * 縦型タブバーにおいて、設定された最大のインデントの深さを正しく保存・反映するように修正(後退バグ) + * 音声が再生されていないときにタブの消音を解除できなくなっていたのを修正(後退バグ) * `about:treestyletab-group`のタブとツールチップにおけるツリーをXHTML無しで実装するようにした(CSSのマルチカラムレイアウトを使うためだけにXHTMLとXULを混在させる必要はない事が分かったため) * タブのツールチップとダミーのグループ化用のタブにおいて、内容が1列に収まらないときだけマルチカラム表示するようにした - 0.17.2016030402