Skip to content

Punctuation support, even smaller binaries and some bug fixes - toipe v0.5.0

Latest
Compare
Choose a tag to compare
@Samyak2 Samyak2 released this 26 Feb 18:32
· 2 commits to main since this release
154043b

Features

  • 🔠 Option to add punctuation and sentence case by @gabevenberg in #61. Use -p/--punctuation to enable this.

See it in action here:

toipe.v0.5.0.punctuation.flag.mp4

Improvements

  • 📦 even smaller binaries by compressing the bundled wordlists by @B0ney in #42
  • ⌨️ Add C-h as delete word hotkey by @idevtier in #51
  • Better errors using anyhow by @Samyak2 in #40
  • Add unit tests for Results calculations by @Samyak2 in #59

Bug fixes 🐛

  • Words starting with z were not being considered. Fixed by @nate-sys in #45
  • Add check to ensure --wordlist and --file are not used together by @zrkae in #39
  • Fix some comments and add docstrings by @zrkae in #39

New Contributors

  • @zrkae made their first contribution in #39
  • @B0ney made their first contribution in #42
  • @nate-sys made their first contribution in #45
  • @idevtier made their first contribution in #51
  • @gabevenberg made their first contribution in #61

Full Changelog: v0.4.1...v0.5.0