diff --git a/history.en.md b/history.en.md index fac4e512..cb391696 100644 --- a/history.en.md +++ b/history.en.md @@ -2,6 +2,9 @@ - master/HEAD * Drop support for Firefox 30 and older versions + * Open child tabs from links correctly, in e10s windows. [(by Nephyrin. Thanks a lot!)](https://github.com/piroor/treestyletab/pull/760) + * Restore tree structure with multiple trees from bookmarks correctly, even if the dummy tab is disabled. + * Restore tree structure of restored tabs correctly, in e10s windows. * Restore tab position for "Undo Close Tab" command correctly. * Works on Nightly 33.0a1 with the preference `dom.compartment_per_addon`=`true`. * Update tabbar appearance correctly, after toolbar customization. diff --git a/history.ja.md b/history.ja.md index 2dbd16a4..7b916895 100644 --- a/history.ja.md +++ b/history.ja.md @@ -2,6 +2,9 @@ - master/HEAD * Firefox 30およびそれ以前のバージョンへの対応を終了 + * マルチプロセスのウィンドウでリンクから子タブを正しく開けるようにした[(by Nephyrin. Thanks a lot!)](https://github.com/piroor/treestyletab/pull/760) + * ダミーのタブを開かない設定の時に、複数のツリーを含むブックマークフォルダをタブで開いた場合にツリー構造を正しく復元するようにした + * マルチプロセスのウィンドウにおいて、開き直されたタブのツリー構造を正しく復元するようにした * 閉じたタブを開き直したときの位置がおかしくなる問題を修正 * Nightly 33.0a1において `dom.compartment_per_addon`=`true` に設定した場合でも動作するように暫定的に対処 * ツールバーカスタマイズを終えた後にタブバーの外観が壊れていたのを修正