Skip to content

Releases: l4rm4nd/VoucherVault

v1.1.2

29 Jul 16:02

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

v1.1.1

28 Jul 23:50

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • login: add title and dynamic js exec (0a9898d)

v1.1.0

28 Jul 22:26

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Features

  • auth: add oidc support (94c986d)
  • login: custom user login (b4a5227)
  • oidc: implement mozilla oidc auth (3841672)

Bug Fixes

  • login: support next redirect parameter (06e7300)
  • oidc: adjust username generation (b780df8)
  • oidc: enable local auth on /admin (ef91c7b)

v1.0.4

28 Jul 15:04

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • django: disable debug mode (8f06976)

v1.0.3

28 Jul 00:14

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • redis: adjust default redis hostname (6586785)

v1.0.2

27 Jul 16:42

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • upload: remove files if deleted or changed (28f88c6)

v1.0.1

27 Jul 16:26

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • upload: add missing upload form + fix css (8fa538f)

v1.0.0

27 Jul 15:44

Choose a tag to compare

Warning

BREAKING CHANGE

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

23 Jul 11:45

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • decorator: add support for next redirect url (7404c1b)

v0.1.5

21 Jul 17:15

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • docker: upgrade base python image (628115a)