Skip to content

0.7.0

Compare
Choose a tag to compare
@philj56 philj56 released this 01 Nov 12:25
· 80 commits to master since this release
v0.7.0
0b83f9a

Added

  • Added include option, allowing config files to include other files.
  • Added hide-input and hidden-character options for sensitive input.
  • Added exclusive-zone option, to control interaction with menu bars etc.
  • Added terminal option to allow tofi-drun to launch terminal apps.
  • Added a couple of extra keybindings.

Changed

  • Searching is now Unicode aware, so case-insensitive matching of non-Latin
    characters should work.
  • Fuzzy matching will now use a simpler algorithm when matching lines more than
    100 characters in length to avoid slowdowns.
  • By default, tofi will now refuse to start if another instance is already
    running, preventing accidental double launches. This can be changed with the
    multi-instance option.
  • Tofi will now show up on top of fullscreen windows.

Fixed

  • Keyboard shortcuts are now bound to physical keys rather than characters, so
    should not change places when changing keyboard layouts.
  • Fix crash when attempting to change the selection while no results are
    displayed.
  • Fixed a rare issue where input could become out of sync with the display.