Skip to content

Commit

Permalink
Bump version to 3.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 11, 2020
1 parent aeb89a3 commit 41bfe24
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 10 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 41bfe24

Please sign in to comment.