Releases: alexitx/pythumb
Releases · alexitx/pythumb
v1.1.0
v1.0.0
Changes
- Add support for more thumbnail variants (#1)
- Don't raise
NotADirectoryError
fromFileExistsError
on mkdir - Simplify exception handling and print more detailed errors in CLI
- Store image as
bytes
instead ofBytesIO
- Disable caching of the image to allow fetching multiple sizes
- Remove unused exception arguments
Fixes
- Reduce Windows executable file size
v0.3.0
Changes
- Add docstrings and comments
- Increase default timeout to 5 seconds
- Update help for CLI argument 'timeout'
Fixes
- Exclude python36.dll from UPX in Windows build spec
v0.2.0
Changes
- Allow writing to stdout
Fixes
- Write to stderr instead of stdout on error
v0.1.1
Fixes
- Fix linux binaries archive directory
- Add missing CLI entry point
v0.1.0
Initial release