KingDownloads

espanso version history

10 releases tracked, newest first.

v2.3.0

Oct 11, 2025
- Added timezone selection in `{date}` extension with new `tz` parameter - Introduced configurable regex buffer size via `max_regex_buffer_size` setting - Now supports both `.yml` and `.yaml` config file extensions - Switched to `pulldown-cmark` for faster markdown rendering

6 downloads

v2.2.8

Pre-releaseOct 6, 2025
Hey! recently a bunch of PRs got merged, but the one I'm really interested to try on is #2505 . A very special thanks to @n8henrie and @gcailly who did all the work! I'm here just writing LGTM and pressing buttons 🤣 Anyway, I did a tiny change (put 2.2.8 in the version) for you to be simpler to identify which version is newer. If this release does success, I'll do 2.3.0, and do a full release for all the platforms. [Espanso-Mac-Universal.zip](https://github.com/user-attachments/files/22713013/Espanso-Mac-Universal.zip) Have fun testing! You can probably use it on a productive machine if it works. It is compiled in release mode so you won't get any surprises If you have comments or doubts, please follow up on the issue #2444

1 download

v2.2.7

Sep 22, 2025
Automatically released by CI, manually edited by @AucaCoyan Hey! I did a quick series of fixes so we have a working app. Special thanks to our first contributor @alumik that fixed the issue very quickly 🚀 ## What's Changed * Add SignPath to sponsors by @AucaCoyan in https://github.com/espanso/espanso/pull/2465 * Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2461 * Fix macos build tasks by @AucaCoyan in https://github.com/espanso/espanso/pull/2466 * Change panic to warning for console attachment error (fix #2464) by @alumik in https://github.com/espanso/espanso/pull/2468 * :adhesive_bandage: comment out failing step in the CI by @AucaCoyan in https://github.com/espanso/espanso/pull/2469 * Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2467 * :bug: fix failing Windows CI due to missing iscc by @AucaCoyan in https://github.com/espanso/espanso/pull/2472 * :bookmark: release v2.2.6 by @AucaCoyan in https://github.com/espanso/espanso/pull/2473 * :bug: add the install inno setup in create-release ci by @AucaCoyan in https://github.com/espanso/espanso/pull/2476 * :bookmark: release v2.2.7 by @AucaCoyan in

6 downloads

v2.2.6

Pre-releaseSep 21, 2025
Nope. Windows CI failed because I forgot a step in the `.github/workflows/create-release-draft.yml` CI. I'm doing another release Automatically released by CI ## What's Changed * Add SignPath to sponsors by @AucaCoyan in https://github.com/espanso/espanso/pull/2465 * Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2461 * Fix macos build tasks by @AucaCoyan in https://github.com/espanso/espanso/pull/2466 * Change panic to warning for console attachment error (fix #2464) by @alumik in https://github.com/espanso/espanso/pull/2468 * :adhesive_bandage: comment out failing step in the CI by @AucaCoyan in https://github.com/espanso/espanso/pull/2469 * Update flake by @github-actions[bot] in https://github.com/espanso/espanso/pull/2467 * :bug: fix failing Windows CI due to missing iscc by @AucaCoyan in https://github.com/espanso/espanso/pull/2472 * :bookmark: release v2.2.6 by @AucaCoyan in https://github.com/espanso/espanso/pull/2473 ## New Contributors * @alumik made their first contribution in https://github.com/espanso/espanso/pull/2468 **Full Changelog**: https://github.com/espanso/espanso/compare/v2.2.5...v2.2.6

3 downloads

v2.2.5

Sep 14, 2025
Automatically released by CI, manually edited by @AucaCoyan ### update 2025-09-18 The macOS binary has been re-uploaded signed. I need to do yet another release to fix #2464 (and possibly more issues) --- 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 m

6 downloads

v2.2.4

Pre-releaseJul 16, 2025
Automatically released by CI

4 downloads

v2.2.3

Apr 1, 2025
Second edition: I updated the mismatched sha256 for windows 😊 Automatically released by CI and manually updated by @AucaCoyan Hey! long time no see huh? I could sign a macOS silicon (M-arch) package and i went a step further and created a `.dmg` image. Windows is not signed, because we weren't able to make it. Apologies for the inconvenience. macOS Intel is missing, I know, I'm figuring out how to sign it with my M-arch mac so you can have it signed 👌🏼 . Have fun and report any issues! ## What's Changed * :rotating_light: fix: clippy warnings by @federico-terzi in https://github.com/espanso/espanso/pull/1809 * :sparkles: feat(clipboard): add representation for type NSHTMLPboardType in NSPasteboard by @mmetesreau in https://github.com/espanso/espanso/pull/1807 * :arrow_up: Upgrade `enum-as-inner` across crates by @AucaCoyan in https://github.com/espanso/espanso/pull/1796 * :sparkles: feat(render): add support for pwsh by @phorcys420 in https://github.com/espanso/espanso/pull/1824 * :memo: Update SECURITY.md by @smeech in https://github.com/espanso/espanso/pull/1836 * :green_heart: update `Swatinem/rust-cache@v1` for `v2` by @AucaCoyan in https://github.

6 downloads

v2.2.1

Dec 17, 2023
Fix bug that prevented Windows version from starting on Windows

7 downloads

v2.2.0

Pre-releaseDec 17, 2023
Hi folks! After more than a year from the last release, today we are releasing Espanso 2.2.0, with many long-awaited fixes 🚀 This release is special, as it marks a new beginning for the project. For the first time, the majority of the fixes are community-driven! Many thanks to all the people who made this possible, including @AucaCoyan, @smeech, @morgan-dgk, @rcalixte and many more! ## Changes * fix(core): update package dependencies for Debian 12+ and Ubuntu 22.10 by @rcalixte (fix #1674 , #1662 ) * fix(detect): update sctk dependency to fix crash (https://github.com/espanso/espanso/pull/1769) by @morgan-dgk (fix #1750 and #1768 ) * Add label to espanso cli on match (#1720 ) by @kud * Various documentation improvements For all changes, see: https://github.com/espanso/espanso/pull/1789

7 downloads

v2.1.8

Nov 1, 2022
v2.1.8 is out! 🎉 This small release solves a couple of problems with macOS Ventura and Wayland * Solved a bug that caused the SearchBar to not work correctly on macOS Ventura #1413 * Solved a memory issue that caused the SearchBar to crash in some cases * Solved a compatibility issue that caused "Unexpected exit code from worker 90" on Wayland #1057 (special thanks to @lakoliu and Ricky Kresslein for the fix 🚀) Happy expanding 🚀

7 downloads