Add history topic

This commit is contained in:
YUKI Hiroshi 2016-07-05 14:35:24 +09:00
parent 4583c22c26
commit 51de133b0d
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
* Now you can drop tabs onto another tab more easily. (The drop area of each tab is enlarged.)
- 0.17.2016061501
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* タブの上に他のタブをドロップしやすくした(タブに対するドロップと判定する領域を広げた)
- 0.17.2016061501
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正