Skip to content

Releases: hisbaan/didyoumean

v1.1.4

24 Dec 04:41
7ea53fa
Compare
Choose a tag to compare

Changelog:

  • Add a message when the user's search term matches the top result (#22)

v1.1.3

13 May 09:44
e2fcb99
Compare
Choose a tag to compare

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

30 Apr 16:22
c2c4c10
Compare
Choose a tag to compare

Changelog:

  • Add support for wordlists stored outside of the main binary.
  • Add support for 58 new languages.
  • Remove unnecessary pub declaration on use calls.

v1.1.1

20 Apr 05:11
d16cb5b
Compare
Choose a tag to compare

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

18 Apr 03:25
bb5b2b8
Compare
Choose a tag to compare

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)!

v1.0.2

16 Apr 06:27
a0a574e
Compare
Choose a tag to compare

Changelog:

  • Update algorithm to support transposition of letters.
  • Add colour to output as well as a flag to disable it.
  • Add Linux-related words to the word list.

v1.0.0

16 Apr 06:04
4a9ffd2
Compare
Choose a tag to compare

Hi everyone! This is the initial version of DidYouMean! The current features are:

  • Suggest spelling correction
  • Specify the number of corrections you would like
  • Get clean and verbose output