Skip to content

v0.6.2

Choose a tag to compare

@federico-terzi federico-terzi released this 10 Jun 18:58
5e0ea8e

Version 0.6.2 is here! Nothing too special, just some bug fixes ¯\(ツ)

Turn on auto_restart by default

In this version, the auto-restart on config changes is turned on by default. If you don't like this approach, you can disable it by adding this line to your default.yml file:

auto_restart: false

Minor changes

  • Fix #306 that prevented ALT key from working correctly on Windows.
  • Add trim option to ScriptExtension #295 (which is turned on by default).
  • Propagate termination signals from daemon to worker. Fix #302
  • Fix secure-input app name extraction process on macOS. Fix #291
  • Inject user PATH on macOS plist when user register espanso. Fix #233
  • Release Shift key if pressed when an expansion occurs. Fix #279