Changelog

v1.1.0 - 2025-03-23

  • Abbreviations that end with another abbreviation are now allowed
  • Abbreviations in pasted text are no longer expanded
  • Debian package no longer built for releases
  • Switched back to MIT license
  • Dependencies updated

v1.0.3 - 2024-07-15

  • Enable build and install on Ubuntu 24.04 LTS
  • Dependencies updated

v1.0.2 - 2024-03-28

  • Fix copying snippet on Wayland
  • Fix pasting snippet on Wayland (when using standards compliant compositor)
  • Remove dependency on cgo and xtst
  • Now depends on xclip and xdotool for X Server
  • Now depends on wl-clipboard and wtype for Wayland
  • Other dependencies updated
  • Minor fixes to man pages

v1.0.1 - 2023-11-24

No changes from v1.0.0, fixes issue with go module references.

v1.0.0 - 2023-11-24

Initial release

1.0.0-beta.2 - 2023-11-13

Various small (mostly build related) fixes.

1.0.0-beta.1 - 2023-10-08

  • Add manual pages
  • Enable d-bus introspection for snippetexpanderd services
  • Update dependencies

1.0.0-alpha.3 - 2023-09-27

  • Update snippets in GUI and Expander when snippets are updated in daemon by any means.
  • v101 export files are now able to be imported into Snippet Pixie.

1.0.0-alpha.2 - 2023-08-30

Minor fixups for GUI desktop file and site's icons.

1.0.0-alpha.1 - 2023-08-30

First alpha of Snippet Expander 1.0.0, a rewrite of Snippet Pixie.

There's still plenty of polish needed, but the basics are working:

  • CLI for controlling daemons and managing snippets.
  • Daemon that does most of the work, servicing requests from CLI, auto expander, and GUI.
  • Auto expander daemon that works with accessible apps to expand snippets while you type.
  • GUI for managing snippets, with Search & Paste mode for quick select and paste into non-accessible apps.