Skip to content

4.0.8

Latest
Compare
Choose a tag to compare
@piroor piroor released this 18 Mar 17:14
· 197 commits to trunk since this release
  • 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)
    • 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.
    • Update zh_CN locale by NightSharp. Thanks!
  • 4.0.4 (2024.3.14)
    • Fix miscalculation of scrollable area and drop position on tabs with margins added to both top and bottom.
    • API: sidebar-show notifications are sent more certainly.
    • Update zh_CN locale by NightSharp. Thanks!