Skip to content

4.0.18

Choose a tag to compare

@piroor piroor released this 05 Jun 07:20
· 1047 commits to trunk since this release

4.0.18 (2024.6.13):

  • Add "Close Duplicated Tabs" context menu command to simulate the command of Firefox 127 and later.
  • Change default shortcut to simulate arrow keys on tree for macOS: Alt-Shift-Uo/Down/Left/Right to MacCtrl-Shift-Uo/Down/Left/Right.
  • Right/down arrow keys simulation now fallbacks to "focus to the next tab" correctly while the sidebar is closed.

4.0.17 (2024.6.10):
  • Fix misindentation of tabs immediately moved after opened. (regression on 4.0.16)
  • Fix misindentation of deeply nested tree on the startup. (regression on 4.0.16)

4.0.16 (2024.6.9):
  • Add new keyboard shortcut slots "Simulate Up/Down/Left/Right Key on Tree" and assign default shortcuts Alt-Shift-Up/Down/Left/Right. They provide both spatial focus move on faviconized tabs and collapse/expand tree like arrow keys on tree items.
  • Add new keyboard shortcut slots "Collapse Tree or Focus to Parent Tab" and "Expand Tree or Focus to First Child Tab" to simulate Left/Right Arrow keys on tree items.
  • Wheel scrolling on pinned tabs and keyboard shortcuts to scroll the tab bar with focused pinned tab now scroll regular tabs if the container of pinned tabs is not scrollable.
  • Optimize operations to track updated overflow/underflow state.
  • Better drag and drop of tabs/trees across windows: the tree structure is kept better, temporary group tabs are kept, and moved tabs are kept discarded.
  • Move focus to the parent tab as configured, when a last child tab is closed after it was reopened.
  • Reduce needless animation effects unexpectedly re-applied to tabs rendered while virtual scrolling.
  • Fix unexpected classes on tabs in the sidebar which are left by misordered operations.
  • Fix unexpected infinit loop (caused increasing of CPU usage and blocking of GC) triggered by extra tab contents above/below individual tab.
  • Update zh_CN locale by NightSharp. Thanks!
  • Update ru, de and en locales by vadcx. Thanks!