Skip to content

Commit c45e708

Browse files
committed
BUmp version to 3.5.13
1 parent 87b63d9 commit c45e708

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

history.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# History
22

33
- master/HEAD
4+
- 3.5.13 (2020.7.21)
5+
* List tabs to be closed/grouped in the confirmation dialog to represent which tabs are going to be operated.
6+
* Update tabs' activated, pinned/unpinned, hidden/shown, and collapsed/expanded states correctly. (regression on 3.5.12)
7+
* Highlight multiselected tabs on "Metal" and "Sidebar" theme correctly. (regression on 3.5.12)
8+
* Restore tree structure for "Undo Close Tabs" operation more correctly.
49
- 3.5.12 (2020.7.12)
510
* 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.
611
* CSS selectors for container tabs like `tab-item[data-contextual-identity-name="Personal"]` is now available for user styles.

history.ja.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 更新履歴
22

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

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.5.12",
4+
"version": "3.5.13",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)