Skip to content

Releases: alexitx/pythumb

v1.1.0

04 Mar 15:57
Compare
Choose a tag to compare

Added

  • Add support for YouTube Shorts URLs

Changed

  • Update dependencies
    • requests 2.25.0 -> 2.27.1

Fixed

  • Fix AttributeError when output is stdout

v1.0.0

27 Jun 22:51
Compare
Choose a tag to compare

Changes

  • Add support for more thumbnail variants (#1)
  • Don't raise NotADirectoryError from FileExistsError on mkdir
  • Simplify exception handling and print more detailed errors in CLI
  • Store image as bytes instead of BytesIO
  • Disable caching of the image to allow fetching multiple sizes
  • Remove unused exception arguments

Fixes

  • Reduce Windows executable file size

v0.3.0

29 Dec 00:19
Compare
Choose a tag to compare

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

28 Dec 01:14
Compare
Choose a tag to compare

Changes

  • Allow writing to stdout

Fixes

  • Write to stderr instead of stdout on error

v0.1.1

14 Dec 00:20
Compare
Choose a tag to compare

Fixes

  • Fix linux binaries archive directory
  • Add missing CLI entry point

v0.1.0

13 Dec 22:46
Compare
Choose a tag to compare

Initial release