diff --git a/history.en.md b/history.en.md index 66d544a96..d463bde94 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,11 @@ # History - master/HEAD + - 4.0.8 (2024.3.18) + * Fix unexpected "scrolled to top" behavior on new tabs are opened. + * Completely clear old states and attributes of tabs reused on the virtual scrolling mode. + * Optimize scrolling on the static rendering (physical scrolling with `outOfScreenTabsRenderingPages`=`-1`) mode more. + * Tabs opened from pinned parent are grouped automatically by default. (regression on recent versions) - 4.0.7 (2024.3.16) * Apply `outOfScreenTabsRenderingPages` correctly. - 4.0.6 (2024.3.16) diff --git a/history.ja.md b/history.ja.md index 14e71e363..f936891e3 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,11 @@ # 更新履歴 - master/HEAD + - 4.0.8 (2024.3.18) + * 新しいタブを開いたときにスクロール位置が戦闘まで意図せず戻ってしまう場合があったのを修正 + * 仮想スクロールにおいて再利用されたタブに古い情報が残らないようにした + * 静的レンダリング(`outOfScreenTabsRenderingPages`=`-1` による物理スクロール)時のスクロール処理をより最適化 + * ピン留めされたタブから開かれたタブが初期状態でグループ化されなくなっていたのを修正(最近のバージョンでの後退バグ) - 4.0.7 (2024.3.16) * `outOfScreenTabsRenderingPages`が意図通りに反映されていなかったのを修正 - 4.0.6 (2024.3.16) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 0cdf69b1c..654915b42 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "4.0.7", + "version": "4.0.8", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [