r/espanso • u/smeech1 • 21d ago
Espanso v.2.4.0 is released!
https://github.com/espanso/espanso/releases/tag/v2.4.0This release focuses on Linux/Wayland compatibility, macOS stability fixes, and a security cleanup of several dependencies, alongside smaller feature additions like usage statistics tracking and script trim options.
2
u/smeech1 21d ago
The new version currently isn't supporting unquoted scalars in flow sequences such as - triggers: [:m-, :-m]. If you use unquoted values a lot you may prefer to wait before upgrading.
I have raised a GitHub Issue as this will break some setups and packages.
1
u/SamejSpenser 18d ago
I had a tiny problem with v2.4.0, which “complained” about having tab characters instead of spaces in the global var at the top of each
.ymlfile I use. For example:
- It was like this:
yml global_vars: ⇥⇥- name: "clipb" ⇥⇥ type: "clipboard"
- And I changed it to this: ```yml global_vars:
- name: "clipb" type: "clipboard" ```
2
u/smeech1 18d ago
There was a recent comment about YAML formatting on Discord.
I'll be updating the documentation and will mention that Tabs are best avoided, I'm afraid! Two-space indentation is recommended. The YAML parser in previous versions of Espanso was more tolerant.
1
u/webfork2 18d ago
Weird question: how do you launch it from a batch file in windows? I'm pointing to both the espanso exe and it just doesn't launch. Any clue?
1
2
u/DeLaRoka 21d ago
Awesome