Skip to content

1.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:33
· 2 commits to main since this release

This release improves hotkey handling and makes tab switching behave much more consistently with custom keybindings.

Added

  • Modal navigation now follows the hotkeys you configured in Obsidian instead of assuming Ctrl+Tab.

Changed

  • Repeated tab switching now continues only while a modifier key is held between presses.
  • Custom hotkeys now work correctly in places where Ctrl+Tab was previously treated as special.

Fixed

  • Fixed cases where repeated switching could stop working or reuse stale tab state after releasing the modifier.
  • Fixed command behavior so normal one-shot invocation still works as expected outside of hold-to-cycle mode.