Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 22:41
72b6c04

Highlights

Fix: typing a search no longer jumps you to another screen. On the splash/search landing page the search box is always focused, but a stray single-key shortcut (a → Accounts) was also live — so typing a query like "alex" navigated away on the first keystroke. The splash is now search-only: it owns everything you type.

  • Type freely — no keystroke triggers a shortcut on the search screen.
  • Press Tab to drop into the sidebar menu, where navigation and shortcuts (Accounts, Watchlist, settings, etc.) live.
  • / still recall recent searches, Enter searches, and esc / ^c quit.

What's Changed

  • fix(splash): stop single-key shortcuts firing while typing a search by @WarlaxZ in #19

Full Changelog: v1.1.0...v1.2.1