File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
3
- 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)
4
6
- 3.9.21 (2024.1.26)
5
7
* Fix [ performance regression on 3.9.20 with on-memory cache] ( https://github.com/piroor/treestyletab/issues/3434 ) .
6
8
* [ Prevent unexpected slicing of built-in icons in group tabs.] ( https://github.com/piroor/treestyletab/pull/3435 )
Original file line number Diff line number Diff line change 1
1
# 更新履歴
2
2
3
3
- master/HEAD
4
+ - 3.9.22 (2024.1.31)
5
+ * 追加の権限「ブックマークの読み取りと変更」が許可されていない時に初期化に失敗する問題を修正(3.9.21での後退バグ)
4
6
- 3.9.21 (2024.1.26)
5
7
* [ 3.9.20でのオンメモリーキャッシュ使用時のパフォーマンスの低下] ( https://github.com/piroor/treestyletab/issues/3434 ) を解消した
6
8
* [ グループ化用のタブ上で組み込みのアイコンが複数列に分割されて表示される問題を解消] ( https://github.com/piroor/treestyletab/pull/3435 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extensionName__" ,
4
- "version" : " 3.9.21 " ,
4
+ "version" : " 3.9.22 " ,
5
5
"author" : " YUKI \" Piro\" Hiroshi" ,
6
6
"description" : " __MSG_extensionDescription__" ,
7
7
"permissions" : [
You can’t perform that action at this time.
0 commit comments