v2.3 Features & Fixes
Implemented a fair number of new features and resolved quite a few bugs 👀
- Support dropping folders and files into the field to set paths.
- If you're on Windows with the correct VC++ runtime installed you'll now see the new style Windows file chooser.
- Split the file name regex into a file name part and a list of extensions to make it hopefully more understandable.
- Add more help information to all the advanced options to hopefully make them more understandable.
- Properly handle subdirectories.
- Make parsing subdirectories optional.
- Skip scaling images if the scaling factor is 1 (makes it only rename files).
- Support selecting a single file as input (though you'll have to drop it in or type in the path yourself).
- Mitigate the exclamation mark issue (see #2).
- Attempt to properly handling situations where the program runs out of RAM.
- Fix a bug where you could get an empty output destination field (resulting in writing to C:).
- New icon to fix some Windows visual issues.
- Default the thread count to 4 or less (depending on the CPU) to make it less likely to run out of RAM.
- Some more internal improvements.
- Update the image parsing libraries to the latest version.