Skip to content

Executable Release v1.80

Compare
Choose a tag to compare
@Nenotriple Nenotriple released this 06 Dec 07:51
· 126 commits to main since this release
9dd6e09

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

  • New:
    • Small ui tweaks. #22b2764
    • Fuzzy Search You can now use an asterisk while typing to "search" for tags. #05ca179
      • For example: Typing *lo*b returns "looking back", and even "yellow background"
    • You can now undo the last operation for: Search and Replace, Prefix Text, and Append Text. #c5be6a2
    • Batch Tag Delete no longer locks the main img-txt_viewer window. #f2f8414
    • You can now swap img-txt pair horizontal and vertical positions. #ee7d052
    • About window added. #e692ebe
    • The current text file is now scanned every 2 seconds, and refreshed if changed outside the app. #95910e4

  • Fixed:
    • Huge fix: Batch Tag Delete now properly opens when launched from the executable version. #95910e4
    • Fixed autosave bug causing warning on window close without directory selection. #b3f00a2
    • Batch Tag Delete now opens beside the main window. #f75362f
    • Selecting a new directory now removes the left over text backups. #b1f4655
    • Closing the app now removes the "Trash" folder if empty. #f8144ab
    • Prevent multiple instances of a tool window from opening. #3320d8e


Batch Tag Delete

v1.05 changes:

  • New:
    • Undo All You can now restore the text files to their original state from when Batch Tag Delete was launched. #7d574a8
    • Implement Auto-Refresh Feature. #4f78be5
    • Renamed to: Batch Tag Delete #f7e9389
    • Window position can be controlled with cmd arguments. This is used to position this window beside img-txt_viewer. #9fe7499
    • Example: python batch_tag_delete.py /path/to/directory 500 800

  • Fixed:

    • Properly set app icon. #358ee1d
    • Improved popup handling when clicking Delete Selected when no tags are selected. #3a0a60b
    • Fixed error related to file refresh being called after closing when launched from img-txt_viewer.
  • Other: #7ccd0fb, 3a0a60b