Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 1.42 KB

1.1.1 - 2021-05-15

Fix

  • Fix image rotation according to EXIF information (thx @jonashoechst)

1.1.0 - 2021-05-15

Added

  • Flask 2.0 compatibility

1.0.7 - 2020-12-07

Added

  • Flask 1.1 compatibility

1.0.6 - 2018-07-07

Added

  • Flask 1.0 compatibility

1.0.4 - 2018-04-15

Fix

  • Update setup.py

1.0.2 - 2017-06-07

Fix

  • Fix "mkdirs" py2/py3 compatibility

1.0.1 - 2017-05-07

Add

  • Support for single integer size values for square thumbnails
  • Fix the event someone uses the Thumbnail constructor without passing in the app

1.0.0 - 2017-04-07

Add

  • Add custom thumbnail storage
  • Support python 3.4+
  • Test code