From c36ec3de0324b14c253b89eead0b6f4eb4462f44 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 12 Aug 2020 01:29:52 +0900 Subject: [PATCH] Bump version to 3.5.22 --- history.en.md | 1 + history.ja.md | 1 + webextensions/manifest.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 42057dcfa9..455481fa79 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.5.22 (2020.8.12) * Shift-click to multiselect tabs between the clicked tab and the active tab correctly, even if it happens after focus move from outside of TST. * Restore closed tabs with their correct old position even if their visibility was switched by something other addons like Simple Tab Groups. * Save very large user style rules more safely. diff --git a/history.ja.md b/history.ja.md index fc87eef320..de679fb59f 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.5.22 (2020.8.12) * TST外の要因でタブのフォーカスが切り替わった後の、Shift-クリック時にクリックされたタブとアクティブなタブの間のタブが正しく選択されない問題を修正 * Simple Tab Groupsなどの他のアドオンによって一度にタブの表示状態が切り替えられた後の場面で、閉じたタブを正しく元通りの位置に開き直すようにした * 大きなユーザースタイル定義をより安全に保存するようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 29664e2053..9653df636b 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.5.21", + "version": "3.5.22", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [