Skip to content

v0.6.3

Compare
Choose a tag to compare
@federico-terzi federico-terzi released this 29 Jun 18:37
· 1 commit to c12eae9d0a9a3a2fc0f065a4b726908970de198f since this release
4878bc5

Version 0.6.3 is here, and brings a series of bug fixes and a new feature!

New CLI options

You can now list all the registered matches with the command:

espanso match list

And trigger an expansion from the CLI with the command:

espanso match exec <trigger>

This is particularly useful when integrating with tools like Rofi. See example

Note: there are still a few rough edges in this feature, so if you notice any bug please open an issue!

Bug Fixes

  • Add CI pipeline check to verify the presence of all required DLLs on Windows. Fix #336
  • Change WSL shell on Windows to call bash instead of wsl command.
  • Remove trailing .git suffix when installing packages from custom repositories. Fix #326
  • Prevent espanso from crashing when X11 exception occurs. Fix #312
  • Add alternative paste shortcut (Ctrl+Shift+V) on Windows. Fix #333
  • Refactor modifier handling on Windows to respond to keyup events instead of keydown. Fix #328
  • Use named pipes instead of localhost socket on Windows for IPC communication with the daemon. Fix #340