Skip to content

Releases: silentsokolov/flask-thumbnails

1.1.1

03 Feb 10:34
d530941
Compare
Choose a tag to compare

Fix

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

1.1.0

15 May 05:45
49dfdf5
Compare
Choose a tag to compare

Added

  • Flask 2.0 compatibility

1.0.7

11 Dec 10:10
621c0ac
Compare
Choose a tag to compare

Added

  • Flask 1.1 compatibility

1.0.6

07 Jul 11:55
Compare
Choose a tag to compare
  • Flask 1.0 compatibility

1.0.5

15 Apr 13:07
Compare
Choose a tag to compare
v1.0.5

Prepare 1.0.5

1.0.2

02 Jul 05:44
Compare
Choose a tag to compare
  • Fix "mkdirs" py2/py3 compatibility #10

1.0.1

07 Jun 07:06
Compare
Choose a tag to compare
  • Support for single integer size values for square thumbnails
  • Fix the event someone uses the Thumbnail constructor without passing in the app

Special thanks Robert Bost

1.0.0

20 May 13:33
Compare
Choose a tag to compare
  • Add custom thumbnail storage
  • Support python 3.4+
  • Tests