Add news topic

This commit is contained in:
Piro / YUKI Hiroshi 2016-03-05 14:43:00 +09:00
parent 1624bc751c
commit f43aa54ea0
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
* Activate multi-column layout only when it is required, at tooltip of tabs and dummy group tabs.
- 0.17.2016030402
* Show rich tooltip with multiple columns even if there are only short title tabs.
* Avoid initialization error on newly opened group tabs.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* タブのツールチップとダミーのグループ化用のタブにおいて、内容が1列に収まらないときだけマルチカラム表示するようにした
- 0.17.2016030402
* 短いタイトルのタブしかない場合にツールチップの内容が段組表示されない問題を修正
* 新しく開かれた空のグループ化用のタブの初期化処理が失敗するようになっていたのを修正