github espanso/espanso v0.6.3

latest releases: v2.2.1, v2.2.0, v2.1.8...
3 years ago

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

Don't miss a new espanso release

NewReleases is sending notifications on new releases.