Releases: l4rm4nd/VoucherVault
Releases · l4rm4nd/VoucherVault
v1.0.4
🤖 Autogenerated Conventional Changelog
Bug Fixes
- django: disable debug mode (8f06976)
v1.0.3
🤖 Autogenerated Conventional Changelog
Bug Fixes
- redis: adjust default redis hostname (6586785)
v1.0.2
🤖 Autogenerated Conventional Changelog
Bug Fixes
- upload: remove files if deleted or changed (28f88c6)
v1.0.1
🤖 Autogenerated Conventional Changelog
Bug Fixes
- upload: add missing upload form + fix css (8fa538f)
v1.0.0
This release provides the ability to upload PDFs and images.
This introduces a change in the database model, which requires a database migration.
Once you use this new release version, the database migrations are triggered automatically once the container starts. This will upgrade the old database model and everything should work. If it does not work, please inspect the container logs for errors.
Please adhere to the Wiki on how to upgrade to a new release.
Features
- support percentage values (92a0122)
- upload: allow file uploads (8ed7d9b)
v0.1.6
🤖 Autogenerated Conventional Changelog
Bug Fixes
- decorator: add support for next redirect url (7404c1b)
v0.1.5
🤖 Autogenerated Conventional Changelog
Bug Fixes
- docker: upgrade base python image (628115a)
v0.1.4
🤖 Autogenerated Conventional Changelog
Bug Fixes
- ci: remove unnecessary packages from Dockerfile (7bd950e)
v0.1.3
🤖 Autogenerated Conventional Changelog
Bug Fixes
- ci: build docker image for arm64 too (edcd092)
v0.1.2
🤖 Autogenerated Conventional Changelog
Bug Fixes
- ui: display version in footer (f6673fb)