diff --git a/history.en.md b/history.en.md index 710ec4ac0..216ec6db4 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,16 @@ # History - master/HEAD + - 3.5.32 (2020.10.11) + * Save "Warn me when I attempt to close multiple tabs" checkbox state correctly for the confirmation dialog about closing multiple tabs via the closebox. + * Handle tabs which are immediately opened and closed more safely. It will improve compatibility with other tab addons which reopen new tabs, e.g. Temporary Containers. + * Handle closing of multiple tabs more safely for already closed tabs. + * Scroll the tab bar to expanded tree. (regression on recent versions) + * Scroll the tab bar to expanded tree even if animations are disabled. + * Restore closed tree with their original order and tree structure more correctly. + * Keep and restore checkbox state of group tabs correctly. (regression on recent versions) + * Fill the user styles field with imported configs immediately. + * Accept `ext+treestyletabi:sidebar` as an alias of `ext+treestyletab:tabbar`. - 3.5.31 (2020.10.4) * Restore group tab title correctly. (regression on 3.5.30) - 3.5.30 (2020.10.4) diff --git a/history.ja.md b/history.ja.md index 614a6e3c3..31e1f620b 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,16 @@ # 更新履歴 - master/HEAD + - 3.5.32 (2020.10.11) + * クローズボックスのクリック操作で複数のタブを一度に閉じる場面での確認ダイアログにおいて「同時に複数のタブを閉じるときは確認する」のチェック状態が保存されない問題を修正 + * 開かれてすぐに閉じられたタブの取り扱いをより安全にした(Temporary Containersなどの、新しいタブをすぐに開き直す動作をするアドオンとの互換性を向上) + * 複数のタブを一度に閉じる操作において、処理中にタブが別経路で閉じられていても安全に動作するようにした + * 展開したツリーの位置までタブバーがスクロールしなくなっていたのを修正(最近のバージョンでの後退バグ) + * アニメーション効果が無効化されている場合でも、展開したツリーの位置までタブバーをスクロールするようにした + * 閉じたツリーをすぐに開き直したときに、タブの並び順やツリー構造をより正しく復元するようにした + * グループ化用のタブのチェックボックスの状態が意図せず失われてしまう問題を修正(最近のバージョンでの後退バグ) + * 設定をインポートした際に、ユーザースタイル定義の入力欄の内容が更新されていなかったのを修正 + * `ext+treestyletab:tabbar`のエイリアスとして`ext+treestyletabi:sidebar`を受け付けるようにした - 3.5.31 (2020.10.4) * グループ化用タブのタイトルが正しく復元されなくなっていたのを修正(3.5.30での後退バグ) - 3.5.30 (2020.10.4) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 7c1854f9a..dfd6c76e7 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.5.31", + "version": "3.5.32", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [