Set release version as 0.16.2015110701

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-07 17:02:36 +09:00
parent 8cd426101a
commit 4eaf341972
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
- 0.16.2015110701
* The API `TreeStyleTabService.getLastDescendantTab()` now returns correct value always.
* Open "View Source" result as a child of the current tab.
* Follow the position of the tab bar to changes around the social sidebar.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
- 0.16.2015110701
* `TreeStyleTabService.getLastDescendantTab()`が常に正しい値を返すように修正
* 「ソースを表示」で開かれるタブを現在のタブの子にするようにした
* ソーシャルAPIによるサイドバーの位置やサイズが変化した時に、右側に置かれたタブバーの表示が追従しない問題を修正