Skip to content

v0.2.87

Compare
Choose a tag to compare
@sts10 sts10 released this 04 Apr 14:56
· 100 commits to main since this release

New features/enhancements:

  • If given multiple word list files, Tidy will now "blend" them together, one word from each list at time. You can think of it as dealing playing cards in reverse. #39
  • use system LANG as default locale if none given, rather than just jumping straight to en-US. (en-US remains a fall-back if no system LANG is detected.) 157141f

Code improvements

  • Use match instead of if/else chain on normalize_unicode() #38

Bug fixes

  • Better error message if Tidy is given a directory rather than a file. #35
  • Improves formatting of README and wording in help text.

Hoping this will be a sturdy release! Don't have many more pressing improvements in mind currently.