Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Espanso-Mac-Universal.zip | 2025-09-14 | 13.2 MB | |
Espanso-Win-Installer-x86_64.exe | 2025-09-14 | 6.3 MB | |
Espanso-Win-Portable-x86_64.zip | 2025-09-14 | 6.4 MB | |
espanso-debian-wayland-amd64.deb | 2025-09-14 | 4.0 MB | |
espanso-debian-x11-amd64.deb | 2025-09-14 | 3.9 MB | |
Espanso-X11.AppImage | 2025-09-14 | 19.1 MB | |
README.md | 2025-09-14 | 5.1 kB | |
v2.2.5 source code.tar.gz | 2025-09-14 | 71.7 MB | |
v2.2.5 source code.zip | 2025-09-14 | 72.2 MB | |
Totals: 9 Items | 196.8 MB | 0 |
Automatically released by CI, manually edited by @AucaCoyan
Hey everyone! Here is a fresh new release of espanso. It took us a long time to figure out the correct release pipeline, but I hope from now we will be able to do more timely releases, as the CI works fine 😄 .
One note though, I had to change the CI, so now it looks like this:
:::bash
espanso 2.2.5
Federico Terzi and the espanso contributors
A Privacy-first, Cross-platform Text Expander
USAGE:
espanso [OPTIONS] [SUBCOMMAND]
OPTIONS:
-h, --help Print help information
-v Sets the level of verbosity
-V, --version Print version information
SUBCOMMANDS:
cmd Send a command to the espanso daemon.
edit Shortcut to open the default text editor to edit config files
env-path Add or remove the 'espanso' command from the PATH
help Print this message or the help of the given subcommand(s)
log Print the daemon logs.
match List and execute matches from the CLI
package package-management commands
path Prints all the espanso directory paths to easily locate configuration and
matches.
service A collection of commands to manage the Espanso service (for example, enabling
auto-start on system boot).
workaround A collection of workarounds to solve some common problems.
Note that status
, start
, restart
, stop
and the others are missing, but they work as internal aliases. Everything that worked before, should work correctly in this release.
In a future release I'm going to restore the original commands, (status, restart, etc), but for internal changes they had to be removed for this release.
Have fun expanding!
Here is what's Changed
- :hammer: remove the symlink before creating a new one by @AucaCoyan in https://github.com/espanso/espanso/pull/2389
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2391
- :adhesive_bandage: ignore some binaries and edit
ci
workflow by @AucaCoyan in https://github.com/espanso/espanso/pull/2390 - :construction_worker: update the names of the artifacts by @AucaCoyan in https://github.com/espanso/espanso/pull/2396
- Fix windows installer location zip by @AucaCoyan in https://github.com/espanso/espanso/pull/2397
- :sparkles: add ci for arm linux and arm windows 11 by @AucaCoyan in https://github.com/espanso/espanso/pull/2398
- :bug: fix missing rust in windows arm runner by @AucaCoyan in https://github.com/espanso/espanso/pull/2399
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2404
- Post installation script for setting capabilities by @AucaCoyan in https://github.com/espanso/espanso/pull/2405
- :arrow_up: Upgrade
chrono
by @AucaCoyan in https://github.com/espanso/espanso/pull/2407 - :arrow_up: upgrade
cc
to 1.2.30 by @AucaCoyan in https://github.com/espanso/espanso/pull/2408 - :green_heart: move nix build to a different workflow by @AucaCoyan in https://github.com/espanso/espanso/pull/2411
- Clippy lints by @AucaCoyan in https://github.com/espanso/espanso/pull/2410
- :arrow_up: upgrade winrt and notify-rs by @AucaCoyan in https://github.com/espanso/espanso/pull/2412
- :bug: tiny fix in the gitmoji by @AucaCoyan in https://github.com/espanso/espanso/pull/2418
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2419
- :memo: add badge of DeepWiki by @AucaCoyan in https://github.com/espanso/espanso/pull/2416
- Json schemas by @AucaCoyan in https://github.com/espanso/espanso/pull/2415
- Fix compilation on debug mode by @AucaCoyan in https://github.com/espanso/espanso/pull/2420
- :fire: remove the
dummy
extension by @AucaCoyan in https://github.com/espanso/espanso/pull/2424 - :bug: fix throwing an error when
--version
or--help
is passed by @AucaCoyan in https://github.com/espanso/espanso/pull/2426 - :rotating_light: setup lint to prevent
TODO
s in code by @AucaCoyan in https://github.com/espanso/espanso/pull/2427 - :rotating_light: clippy changes by @AucaCoyan in https://github.com/espanso/espanso/pull/2430
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2431
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2438
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/espanso/espanso/pull/2440
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2445
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2449
- Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2451
- Fix mac compilation by @AucaCoyan in https://github.com/espanso/espanso/pull/2460
- release v2.2.5 by @AucaCoyan in https://github.com/espanso/espanso/pull/2462
Full Changelog: https://github.com/espanso/espanso/compare/v2.2.4...v2.2.5