Skip to content

Executable Release v1.79

Compare
Choose a tag to compare
@Nenotriple Nenotriple released this 01 Dec 20:12
· 162 commits to main since this release
97fa708

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

  • New:
    • The img-txt pair is now contained in a PanedWindow, this allows you to drag and resize these frames. #0237473
      • This makes image and text sizing very flexible!
    • Suggestions now display colored text based on the tag color classification. #1a5cea1
      • Danbooru color code: ${\textsf{\color{black}General tags}}$, ${\textsf{\color{#c00004}Artists}}$, ${\textsf{\color{#a800aa}Copyright}}$, ${\textsf{\color{#00ab2c}Characters}}$, ${\textsf{\color{#fd9200}Meta}}$
      • e621 color code: ${\textsf{\color{black}General tags}}$, ${\textsf{\color{#f2ac08}Artists}}$, ${\textsf{\color{#dd00dd}Copyright}}$, ${\textsf{\color{#00aa00}Characters}}$, ${\textsf{\color{#ed5d1f}Species}}$, ${\textsf{\color{#ff3d3d}Meta}}$, ${\textsf{\color{#228822}Lore}}$
    • Several changes and additions to the options and tools menu. Just exposing features, nothing new. #0e8818d
    • .jfif file support added. Like '.jpg_large', these files are simply renamed to '.jpg' #9d6e167
      • Duplicate files are handled by appending an underscore and a padded 3-digit number. E.g. "_001" #6cdd0d4
    • e621 tag dictionary added. #ade503e, #4c92655, #a66938e
    • Undo Delete You can now restore deleted img-txt pairs. #82a59d3
    • Increase score/priority of tags from 'my_tags.csv' #e800867

  • Fixed:
    • The app now always opens in the center of the screen. #3ae6e13
    • Most new windows now open directly beside the main window. #a943cfd
    • Expression/smiley emotes that should include an underscore now insert and display properly. #5c41ffe
      • Please feel free to submit an issue if you come across any tags that should include an underscore!
    • Fixed annoying behaviour of "Font Options" dropdown boxes. #e65f107
    • Fix for IndexError in delete_pair function. #e12a73f


Batch Token Delete

v1.04 changes:

  • Fixed:
    • The window now opens in the center of the screen. #dfc396d
    • The window now always opens in focus. #f886c4f