From bcb870611e02cebf914ea62b31f29b634daa4289 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 9 Jan 2020 12:18:37 +0900 Subject: [PATCH] Bump version to 3.3.1 --- 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 000208d595..71989bf5c0 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.3.1 (2020.1.9) * Add ability to toggle locked-collapsed state of a tree by double click. * Don't expand locked-collapsed tree when a new child tab is attached. * Update counter of collapsed descendants correctly on tabs restored from the cache. (regression on recent versions) diff --git a/history.ja.md b/history.ja.md index 5572357917..7fbbe70f6d 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.3.1 (2020.1.9) * ツリーのダブルクリックで、ツリーをたたんだ状態のロックを切り替えられるようにした * ツリーをたたんだ状態にロックされている場合、新しい子タブが追加されてもツリーを展開しないようにした * タブがキャッシュから復元された場合に、折りたたまれた子孫タブの数が更新されない不具合を修正(最近のバージョンでの後退バグ) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 5e9c8c6606..9436a4023e 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.3.0", + "version": "3.3.1", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [