You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Optimize operations of virtual scrolling.
Fix mismatched highlighted state of tabs when a tab is activated with an operation in the sidebar and another tab is activated from outside of TST sidebar like keyboard shortcuts or operations in Firefox's tab bar.
4.0.5 (2024.3.15)
Introduce a secret option outOfScreenTabsRenderingPages to change performance balance of the virtual scrolling. Setting it to a negative value like -1 will work almost same as TST 3.x: no virtual scrolling.
Optimize operations of virtual scrolling.
Add ability to open URL in the clipboard by middle-click on the "New Tab" button: this aims to simulate Firefox's browser.tabs.searchclipboardfor.middleclick option enabled by default on Linux, and there are some requirements: grant the clipboard access permission and set dom.events.asyncClipboard.clipboardItem to true.
Fix regressions about scrollbar's appearance on Windows 10.
Fix some user style sheet incompatibility about setting tab height.