Skip to content

v0.4.0

Compare
Choose a tag to compare
@federico-terzi federico-terzi released this 30 Nov 18:37
7e2c6ac

Version 0.4.0 is here!

Before we start, a quick announcement: we now have an official espanso subreddit!
Join the community if you want to stay updated with the latest news, tips and tricks :)

Image Matches

Initially proposed in issue #96, you can now use espanso to expand matches into images!

imagematches

They are pretty easy to use, just use the following match syntax:

  - trigger: ":cat"
    image_path: "/path/to/image"

For more information, check out the documentation.

Other changes

  • Add the possibility to disable the toggle key #126, thanks to @NickSeagull :)
  • Allow the user to change the Paste Shortcut (also on a per-application basis),
    useful when a program uses something different from CTRL+V. Currently implemented only on Linux.