Add news topics

This commit is contained in:
YUKI Hiroshi 2015-11-06 15:01:02 +09:00
parent 38f01ba0a9
commit 220c5ae2fc
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
* Follow the position of the tab bar to changes around the social sidebar.
* Don't reposition/update the tab bar when the window regains focus or the sidebar is switched between different panels.
* Don't shrink the width of the tab bar with a scrollbar for too many tabs, on OS X.
* Don't hide the title bar unexpectedly, after toolbar customizations.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* ソーシャルAPIによるサイドバーの位置やサイズが変化した時に、右側に置かれたタブバーの表示が追従しない問題を修正
* ウィンドウがフォーカスされた時やサイドバーパネルを切り替えた時にタブバーの表示を無駄に更新しないようにした
* OS X上でタブバーにスクロールバーが表示されている時にタブバーの幅が異常に狭くなる問題を修正
* ツールバーカスタマイズの終了後に意図せずタイトルバーが非表示になってしまう問題を修正