Skip to content

Commit

Permalink
Bump version to 3.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 26, 2024
1 parent c7af432 commit 05dbdae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# History

- master/HEAD
- 3.9.21 (2024.1.26)
* Fix [performance regression on 3.9.20 with on-memory cache](https://github.com/piroor/treestyletab/issues/3434).
* [Prevent unexpected slicing of built-in icons in group tabs.](https://github.com/piroor/treestyletab/pull/3435)
- 3.9.20 (2024.1.18)
* Drop support of Firefox older than 115.
* Restructure options about new tab position control, to reduce overlapped effects of multiple options. Now you can choose "open tab as a first/last child" for each option directly.
Expand Down
3 changes: 3 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 更新履歴

- master/HEAD
- 3.9.21 (2024.1.26)
* [3.9.20でのオンメモリーキャッシュ使用時のパフォーマンスの低下](https://github.com/piroor/treestyletab/issues/3434)を解消した
* [グループ化用のタブ上で組み込みのアイコンが複数列に分割されて表示される問題を解消](https://github.com/piroor/treestyletab/pull/3435)
- 3.9.20 (2024.1.18)
* Firefox 115より古いバージョンへの対応を終了
* 新しくタブを開く位置の制御に関する設定を整理し、効果が重複するオプション同士の関係を考えなくてもよいようにした(タブを開く位置の制御の選択肢の時点で「最初の子タブとして開く」「最後の子タブとして開く」といった選択を可能にした)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.9.20",
"version": "3.9.21",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 05dbdae

Please sign in to comment.