Skip to content

Commit 47c20c3

Browse files
committed
Bump version to 3.9.22
1 parent 99ff6b1 commit 47c20c3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.9.22 (2024.1.31)
5+
* Fix failed initialization when an optional permission "Read and modify bookmarks" is not granted. (regression on 3.9.21)
46
- 3.9.21 (2024.1.26)
57
* Fix [performance regression on 3.9.20 with on-memory cache](https://github.com/piroor/treestyletab/issues/3434).
68
* [Prevent unexpected slicing of built-in icons in group tabs.](https://github.com/piroor/treestyletab/pull/3435)

history.ja.md

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

33
- master/HEAD
4+
- 3.9.22 (2024.1.31)
5+
* 追加の権限「ブックマークの読み取りと変更」が許可されていない時に初期化に失敗する問題を修正(3.9.21での後退バグ)
46
- 3.9.21 (2024.1.26)
57
* [3.9.20でのオンメモリーキャッシュ使用時のパフォーマンスの低下](https://github.com/piroor/treestyletab/issues/3434)を解消した
68
* [グループ化用のタブ上で組み込みのアイコンが複数列に分割されて表示される問題を解消](https://github.com/piroor/treestyletab/pull/3435)

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.9.21",
4+
"version": "3.9.22",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)