Skip to content

Commit

Permalink
Bump version to 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Mar 18, 2024
1 parent f0de812 commit d38e38b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 5 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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)
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": "4.0.7",
"version": "4.0.8",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit d38e38b

Please sign in to comment.