Skip to content

Commit

Permalink
BUmp version to 3.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 20, 2020
1 parent 87b63d9 commit c45e708
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# History

- master/HEAD
- 3.5.13 (2020.7.21)
* List tabs to be closed/grouped in the confirmation dialog to represent which tabs are going to be operated.
* Update tabs' activated, pinned/unpinned, hidden/shown, and collapsed/expanded states correctly. (regression on 3.5.12)
* Highlight multiselected tabs on "Metal" and "Sidebar" theme correctly. (regression on 3.5.12)
* Restore tree structure for "Undo Close Tabs" operation more correctly.
- 3.5.12 (2020.7.12)
* Stabilize handling of asynchronously notified messages from the background page to the sidebar page. As the result, wrong indentation and collapsed/expanded state should disappear especially around session restoration.
* CSS selectors for container tabs like `tab-item[data-contextual-identity-name="Personal"]` is now available for user styles.
Expand Down
5 changes: 5 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 更新履歴

- master/HEAD
- 3.5.13 (2020.7.21)
* 複数のタブを閉じるときや一度に開かれたタブをグループ化するときに、確認のダイアログに対象のタブの一覧を表示して、どのタブを操作しようとしているか示すようにした
* タブの選択(アクティブ)状態、ピン留め状態、非表示状態、折りたたみ状態が正しく反映されないことがあったのを修正(3.5.12での後退バグ)
* MetaulとSidebarテーマにおいて、タブを複数選択したときに非選択状態のタブの見た目が変わらなくなっていたのを修正(3.5.12での後退バグ)
* 一度に複数のタブが閉じられた後の復元操作について、ツリー構造をより正しく復元するようにした
- 3.5.12 (2020.7.12)
* バックグラウンドページからサイドバーページへ非同期に通知されるメッセージの取り扱いをより安定化させた(特にセッション復元時に顕著だった、インデントの深さやツリーの開閉状態などが崩れることがあった問題を解消)
* ユーザー定義のスタイル指定でのカスタマイズにおいて、コンテナータブの特定に `tab-item[data-contextual-identity-name="Personal"]` のようなセレクタを使えるようにした
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.12",
"version": "3.5.13",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit c45e708

Please sign in to comment.