Skip to content

Executable Release v1.76

Compare
Choose a tag to compare
@Nenotriple Nenotriple released this 09 Nov 05:46
· 223 commits to main since this release
defdb68

This is released as a portable exe file for those who don't have Python installed
Download the source file if you just want this version of the Python script.

v1.76 changes:

  • New:
    • Duplicate tokens are now removed when saving, cleaning, or inserting text.
    • Periods at the end of words are now replaced with commas when saving or cleaning text.
    • You can now enable or disable Clean Text on Save.
    • Pillow is now installed much more gracefully than before. (Python version only)
    • Various small UI tweaks

  • Fixed:
    • Autocomplete Inserting fixes:
      • Duplicate trailing comma, duplicate first letter, no space inserted, double space inserted.
    • Using undo after inserting a suggestion should no longer be as jarring.