Executable Release v1.93.1
v1.93.1 changes:
- New:
- New autocomplete matching modes:
Match Whole String
, andMatch Last Word
732120eMatch Whole String
, This option works exactly as before. All characters in the selected tag are considered for matching.Match Last Word
, This option will only match (and replace) the last word typed. This allows you to use autocomplete with natural sentences. You can type using an underscore as a space to join words together.
- New option for image grid view:
Auto-Close
, Unchecking this option allows you to keep the image grid open after making a selection. 67593f4 - New Tool:
Rename img-txt pairs
, Use this to clean-up the filenames of your dataset without converting the image types. 8f24a7e - You can now choose the crop anchor point when using
Batch Crop Images
. 9d247ea
- New autocomplete matching modes:
- Fixed:
- Fixed issue where Autocomplete was broken with the executable version. (incorrect build command)
- Fixed issue #23 where initially loading a directory could result in the first text file displayed being erased. ae56143
- Fixed issue where manually setting a directory, the text box and image index were not reset. 7874a13
- Other changes:
- Improved performance of Autocomplete, by handling similar names more efficiently. Up to 40% faster than before. d8be0f2
- Improved performance when viewing animated GIFs by first resizing all frames to the required size and caching them. c8bd32a
- Improved efficiency of TkToolTip by reusing tooltip widgets, adding visibility checks, and reducing unnecessary method calls. 8b6c0dc
- Slightly faster image loading by using PIL's thumbnail function to reduce aspect ratio calculation. 921b4d3
- Project Changes:
Batch Resize Images
: v1.06 19d5b4d- See full list of changes here: https://github.com/Nenotriple/batch_resize_images/releases
Upscale
: v1.02 616ddaa- The current and total GIF frames are now displayed in the UI.
🛑 lite Version has the following features removed:
Batch Tag Delete
,Batch Resize Images
,Find Dupe File
, andUpscale