Releases: hisbaan/didyoumean
Releases · hisbaan/didyoumean
v1.1.4
v1.1.3
Changelog:
- Add man page generation on compile time.
- Add shell completion generation on compile time (bash, zsh, fish, elvish, powershell).
- Add the Northern Sami language.
- Fix encoding issues for Belarusian, Bosnian, Catalan, Estonian, Lithuanian, Luxembourgish, and Russian.
v1.1.2
v1.1.1
Changelog:
- Expose underlying functions as public.
- Fix clipboard clearing after 10 seconds on X11/Wayland.
- Fix colouring in Powershell (@zohnannor).
- Insert words/distances in place to optimize speed (@cojuer).
- Optimize edit distance function (@IWANABETHATGUY).
- Add tests.
- Update documentation.
v1.1.0
Changelog:
- Add support for copying a result to the system clipboard on all
platforms (had to do some witchcraft for anything running
X11/Wayland). - Add support for reading the
search_term
argument from stdin. - Add *nix specific package dependencies to ensure that it still
compiles on Windows (thanks, @zX3no)!