Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-10 02:18:07 +09:00
parent b98fe4afbc
commit 9d30785311
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
* Free memory for closed windows correctly (it was grabbed by living-dead event listeners.)
* Highlighted color of updated pinned tabs is shown correctly.
* The feature "Bookmark this tree" and the property dialog of bookmark folders now work correctly.
* The height of the closebox in each tab is never changed anymore.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* 閉じたウィンドウのメモリがいつまでも解放されない問題を修正(イベントリスナの解除し忘れをなくした)
* ピン留めされたタブの更新通知が正しく表示されなくなっていたのを修正
* ツリーをブックマークフォルダとして保存する機能およびブックマークフォルダのプロパティ編集が動作しなくなっていたのを修正
* タブのクローズボックスのアイコンの高さを変更しないようにした