Skip to content

Executable Release v1.78

Compare
Choose a tag to compare
@Nenotriple Nenotriple released this 27 Nov 14:36
· 201 commits to main since this release
413e79f

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.78 changes:

  • New:
    • You can now use the English dictionary as a suggestion library while you type.
      • Enable this from: Options > Suggestion Dictionary > English Dictionary
      • Just like the danbooru.csv file, this dictionary can be downloaded from the script version.
      • Over 20,000 typos for just over 8,000 words also match the correct spelling while typing.
      • You can also use both anime tags and the English dictionary at the same time. (Can be slow)
    • Custom Suggestions: You can now define custom tags that will be used for autocomplete suggestions.
      • Run the command from: Options > Edit Custom Suggestions
      • Running this command will create a file called "my_tags.csv" if it doesn't already exist, then open it up for you to edit.
      • Running the command again after saving "my_tags.csv" will refresh the dictionary with your changes.

  • Fixed:
    • Fix autosave for first and last index navigation.
    • List mode: The cursor is now placed at the end of the text file on a newline when navigating between pairs.
    • App icon now displays properly in the taskbar.
    • Further improvements to cursor positioning after inserting a suggestion.

Batch Token Delete

v1.03 changes:

  • New:
    • Now that text is cleaned within the script, this is a standalone app!
      • Simply launch the "batch_token_delete.py" script and select a folder to manage text/tags in that folder.
    • Deleting tags using a "less than or equal to" threshold now displays the affected tags.
    • A highlight has been added to the buttons/checkboxes.

  • Fixed:
    • The app shares the parent icon, and groups with the main window in the taskbar.