Prototype v0.1.1-beta
Version: v0.1.1-beta
- Ready for beta testing
- Only available on Windows
- Needs more testing
- Needs more user feedback
- No icon yet
- No executable compression
What's Changed
- Unit testing for
detect
module - Removed all partial file support to improve program stability
- Removed support for EPS files (they're too unpredictable)
- Graceful Pillow error handling
- Graceful OS permission denied handling
- Added terminal flushing for important verbose messages
- Default hash size is now 512 to improve identical image detection accuracy (more information captured in hashing process), at the cost of program RAM and CPU performance
- Adjustable hash size via command line argument
- Prettifying warnings and error messages
- Sort duplications in order of decreasing resolution (width * height) so that the highest resolution image is kept during cleaning step
- Bumped version number
- Code cleanup
- Update README.md to match the above changes
Full Changelog: v0.1.0-alpha...v0.1.1-beta