diff --git a/history.en.md b/history.en.md index fedbd6fca..0b7063cc9 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,11 @@ # History - master/HEAD + - 3.8.25 (2022.7.8) + * Restructure options about new tabs behavior to make more understandable. + * Introduce workaround for [missing icons problem](https://github.com/piroor/treestyletab/issues/3142). + * Add special favicons for blocked pages. + * Update `fr` locale by [tbertels](https://github.com/tbertels). Thanks! - 3.8.24 (2022.6.2) * Shift twisties in tabs to avoid covered by the scrollbar, on macOS, Linux and Windows 11. * Keep label of group tabs correctly after they are moved. diff --git a/history.ja.md b/history.ja.md index 2395803ff..eccb49c8f 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,11 @@ # 更新履歴 - master/HEAD + - 3.8.25 (2022.7.8) + * より動作が分かりやすくなるように、新しいタブの振る舞いに関する設定UIの構成を見直した + * [アイコンが消える問題](https://github.com/piroor/treestyletab/issues/3142)に対する回避策を導入 + * ブロックされたページに対するfaviconを追加 + * `fr`ロケール更新(by [tbertels](https://github.com/tbertels), thanks!) - 3.8.24 (2022.6.2) * macOS、Linux、Windows 11において、スクロールバーに重ならないようにツリーの開閉つまみをずらして表示するようにした * グループ化用のタブを移動した後にタブのラベルがおかしくなる問題を修正 diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 145a04cd6..eedfd587d 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.8.24", + "version": "3.8.25", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [