Executable Release v1.80
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"
- For example: Typing
- 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
- Other changes:
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