Releases: achimoraites/Python-Image-Converter
Releases · achimoraites/Python-Image-Converter
Poetry migration
CVE-2024-28219 Security patch
What's Changed
- Fixed CVE-2024-28219
- Updated the docs to showcase our contributors
New Contributors
- @allcontributors made their first contribution in #26
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Fix CVE 2023 4863
- Display app version
- All Contributors bot
Full Changelog: 1.1.0...1.1.1
1.1.0
Summary
Extended functionality
- Custom target folder
- Allow to delete source folder to save space
- Set the resolution of the converted images
Miscellaneous
- Fixed bugs
- Contributing guidelines
- Code of conduct
- Discord channel for the community
What's Changed
- Issue #16 resolved by @23198 in #17
- Issue #10 resolved by @AgentSchmisch in #11
- Issue #14 resolved by @achimoraites in #19
New Contributors
- @AgentSchmisch made their first contribution at #11
- @23198 made their first contribution at #17
Full Changelog: 1.0.3...1.1.0
Fix large volume conversions
Fixed an issue that caused the process to get killed when many images were converted.
Thanks, @AgentSchmisch, for spotting it!
What's Changed
- fix: handle large volume of images by @achimoraites in #13
Full Changelog: 1.0.3...1.0.4
Webp image support
Version 1.0.3
- Added support for converting Webp images
- Security patch for CVE-2022-45199
Security patch
Version 1.0.1
fixed CWE-120 vulnerability
Migrated to Python 3
Version 1.0.0
- Script has been updated to use Python version 3
- Path support for Linux and MacOS
- Users can now select the target image file format by using the
--ext
option. - Updated documentation
Contributors
Special thanks to @felixjchen and @rakovskij-stanislav for their contributions 👏 !!!