Skip to content

Commit d38e38b

Browse files
committed
Bump version to 4.0.8
1 parent f0de812 commit d38e38b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

history.en.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# History
22

33
- master/HEAD
4+
- 4.0.8 (2024.3.18)
5+
* Fix unexpected "scrolled to top" behavior on new tabs are opened.
6+
* Completely clear old states and attributes of tabs reused on the virtual scrolling mode.
7+
* Optimize scrolling on the static rendering (physical scrolling with `outOfScreenTabsRenderingPages`=`-1`) mode more.
8+
* Tabs opened from pinned parent are grouped automatically by default. (regression on recent versions)
49
- 4.0.7 (2024.3.16)
510
* Apply `outOfScreenTabsRenderingPages` correctly.
611
- 4.0.6 (2024.3.16)

history.ja.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 4.0.8 (2024.3.18)
5+
* 新しいタブを開いたときにスクロール位置が戦闘まで意図せず戻ってしまう場合があったのを修正
6+
* 仮想スクロールにおいて再利用されたタブに古い情報が残らないようにした
7+
* 静的レンダリング(`outOfScreenTabsRenderingPages`=`-1` による物理スクロール)時のスクロール処理をより最適化
8+
* ピン留めされたタブから開かれたタブが初期状態でグループ化されなくなっていたのを修正(最近のバージョンでの後退バグ)
49
- 4.0.7 (2024.3.16)
510
* `outOfScreenTabsRenderingPages`が意図通りに反映されていなかったのを修正
611
- 4.0.6 (2024.3.16)

webextensions/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "4.0.7",
4+
"version": "4.0.8",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)