File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
3
- 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)
4
9
- 4.0.7 (2024.3.16)
5
10
* Apply ` outOfScreenTabsRenderingPages ` correctly.
6
11
- 4.0.6 (2024.3.16)
Original file line number Diff line number Diff line change 1
1
# 更新履歴
2
2
3
3
- master/HEAD
4
+ - 4.0.8 (2024.3.18)
5
+ * 新しいタブを開いたときにスクロール位置が戦闘まで意図せず戻ってしまう場合があったのを修正
6
+ * 仮想スクロールにおいて再利用されたタブに古い情報が残らないようにした
7
+ * 静的レンダリング(` outOfScreenTabsRenderingPages ` =` -1 ` による物理スクロール)時のスクロール処理をより最適化
8
+ * ピン留めされたタブから開かれたタブが初期状態でグループ化されなくなっていたのを修正(最近のバージョンでの後退バグ)
4
9
- 4.0.7 (2024.3.16)
5
10
* ` outOfScreenTabsRenderingPages ` が意図通りに反映されていなかったのを修正
6
11
- 4.0.6 (2024.3.16)
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extensionName__" ,
4
- "version" : " 4.0.7 " ,
4
+ "version" : " 4.0.8 " ,
5
5
"author" : " YUKI \" Piro\" Hiroshi" ,
6
6
"description" : " __MSG_extensionDescription__" ,
7
7
"permissions" : [
You can’t perform that action at this time.
0 commit comments