diff --git a/history.en.md b/history.en.md index 60e3ee22e..60d891209 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 3.9.10 (2022.11.10) + * Fix incompletely applied workaround for [missing icons problem](https://github.com/piroor/treestyletab/issues/3142). + * Fix regressions from misdetected temporary state of tabs on recent versions. - 3.9.9 (2022.11.9) * Group tabs correctly even if they are opened from a bookmark folder containing any subfolders. * Fix disability to request "bookmarks" optional permission via options UI about auto-grouping of tabs from bookmarks. diff --git a/history.ja.md b/history.ja.md index 943cba1c9..05822eff8 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 3.9.10 (2022.11.10) + * [アイコンが表示されなくなる問題](https://github.com/piroor/treestyletab/issues/3142)の回避策が期待通りに適用されていなかったのを修正 + * タブの一時的な状態の誤検出に起因する最近のバージョンでの後退バグを修正 - 3.9.9 (2022.11.9) * サブフォルダーを含むブックマークフォルダーからタブを開いた場合にグループ化されない問題を修正 * ブックマークから開かれたタブの自動グループ化に関する設定UIからブックマークのアクセス権を要求できるようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 8158f1817..5529f8646 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.9", + "version": "3.9.10", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [