Skip to content

Releases: kyzima-spb/flask-uploader

v0.3.1

27 Jun 14:39
Compare
Choose a tag to compare
  • Automatically create subdirectories for uploaded files
  • Example dependency upgrade
  • Mypy minimum python version 3.8

v0.3.0 (2023.10.03)

03 Oct 17:17
c4a7344
Compare
Choose a tag to compare
  • The flask_uploader.contrib.wtf.UploadField.save method returns the lookup.
  • Minimum Flask version lowered to 0.11
  • Minimum Pillow version lowered to 8.0
  • Minimum Flask-WTF version lowered to 0.13
  • Python 3.7 compatibility issues fixed
  • Fixed type annotations
  • setup.py and setup.cfg have been replaced with pyproject.toml.

v0.2.0 (2022.06.10)

10 Jun 20:06
Compare
Choose a tag to compare

First public preview release.