Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-03-11 03:10:48 +09:00
parent 05a93437a3
commit 952f1eaa4d
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,6 +1,9 @@
# 更新履歴
- master/HEAD
* 起動後以外のタイミングで、ブックマークグループをタブで開く時に最初の1回だけはツリーにならなくなっていたのを修正後退バグ
* 縦型タブバーにおいて、設定された最大のインデントの深さを正しく保存・反映するように修正(後退バグ)
* 音声が再生されていないときにタブの消音を解除できなくなっていたのを修正(後退バグ)
* `about:treestyletab-group`のタブとツールチップにおけるツリーをXHTML無しで実装するようにしたCSSのマルチカラムレイアウトを使うためだけにXHTMLとXULを混在させる必要はない事が分かったため
* タブのツールチップとダミーのグループ化用のタブにおいて、内容が1列に収まらないときだけマルチカラム表示するようにした
- 0.17.2016030402