Skip to content

v1.4.7.1

Choose a tag to compare

@jordibrouwer jordibrouwer released this 05 Sep 13:54
· 39 commits to main since this release

Search

  • fix — / works when the overlay says to press it. The hint "Press / to search names" is only ever shown with Switch Search Mode off, and the / handler returned early in exactly that state — so the key the overlay named was dropped, and nothing switched. It also prefixes the query rather than appending: _hasModeSwitchPrefix reads the first character and the hint's own Enter action builds /${query}, so a trailing slash would have landed in the box and still switched nothing.