Add history topics for master/HEAD

This commit is contained in:
Piro / YUKI Hiroshi 2013-03-30 03:11:58 +09:00
parent 70fdbb190d
commit 352559a9b1
2 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,17 @@
# History
- master/HEAD
* Improved: Add a new secret option "extensions.treestyletab.autoAttach.fromCurrent" to control new tab position from the current tab.
* Fixed: Move tab by moveTabForward/moveTabBackward on Firefox 20 correctly.
* Fixed: Don't set margin to indicate grouped tabs for parent tabs next to hidden tabs.
* Fixed: Don't insert needless margins between collapsed tabs. Negative margins for collapsed tabs were unexpectedly inverted for tabs which have its "cannot be collapsed" parent tab. However, such tabs still can be collapsed if its root parent tab can be collapse its sub tree.
* Fixed: Observe changes of UI shown/hidden not only the browser bottom box but also the toolbox
* Fixed: Restore the original user preference when this addon is disabled or removed. (by saneyuki_s)
* Fixed: Move dragged tab to the correct position, even if there are hidden tabs.
* Fixed: Move all tabs in the dragged tree to a newly opened window correctly on Firefox 19 and later.
* Modified: Make dragging tabs transparently always, to see the drop position marker.
* Modified: Expand the drop area to drop dragged tabs to a tab itself. By this change, you can drop a tab to another more easily.
* Modified: "jar" archive is no longer included.
- 0.14.2012122901
* Works on Nightly 20.0a1 again. (Updated for new MutationObserver spec.)
* Fixed: Never raise error messages for dragging of non-tab objects onto the tab bar.

View File

@ -1,5 +1,17 @@
# 更新履歴
- master/HEAD
* 現在のタブから開かれる子タブの位置を制御する隠し設定「extensions.treestyletab.autoAttach.fromCurrent」を追加
* Firefox 20でmoveTabForward/moveTabBackwardでのタブの移動が正しく動作しなくなっていたのを修正
* 他のグループのタブがある時に、変な位置でタブの間にマージンが適用されてしまう問題を修正
* ツリーを折り畳む操作をしても孫階層のツリーが折り畳まれない問題を修正
* ブラウズ領域の下のコンテナだけでなくツールバーの動的な変更も監視するようにした
* アドオンが無効化または削除されたときにユーザの設定値を正しく復元するようにした (by saneyuki_s)
* 他のグループのタブがある時に、タブのドロップ位置がおかしくなる問題を修正
* Firefox 19以降でツリーをウィンドウ外にドラッグして新しいウィンドウに移動する時に、他のタブが追従しない問題を修正
* タブのドラッグ中はドロップ位置が分かりやすいように、常にドラッグ中のタブを半透明で表示するようにした
* タブを他のタブ自身にドロップするときのドロップ操作の反応領域を拡大した(これにより、タブを他のタブにドロップして子タブにするなどの操作をやりやすくなっているはず)
* jarファイルを含めない形のパッケージングに変更
- 0.14.2012122901
* Nightly 20.0a1に対応MutationObserverの仕様変更に追従
* タブ以外のオブジェクトをタブバー上にドラッグしたときにエラーにならないようにした