v0.4.5
All checks were successful
/ test (push) Successful in 1m23s
/ codestyle (push) Successful in 1m1s
/ build_wheel (push) Successful in 2m0s
/ build_debian (push) Successful in 2m28s

This commit is contained in:
s3lph 2024-12-11 01:39:53 +01:00
parent 2fdc73c35b
commit 924b9cee77
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 22 additions and 1 deletions

View file

@ -1,5 +1,26 @@
# Matemat Changelog
<!-- BEGIN RELEASE v0.4.5 -->
## Version 0.4.5
Feature & Bugfix release
### Changes
<!-- BEGIN CHANGES 0.4.5 -->
- fix: default values of config options SignupKioskMode and BarcodeWebsocketAcl did not work
- feat: proper thumbnail cache handling, removal of cachebusters
- feat: always pad thumbnails to a square shape
- refactor: move image upload to a unified function
- fix: barcodes unittest
- fix: non-http templates
- feat: load default thumbnail on fetch rather than copying default thumbnail to user/product on creation
- feat: allow multiple barcodes to be associated with a product
- chore: consistent renaming from ean to barcode
<!-- END CHANGES 0.4.5 -->
<!-- END RELEASE v0.4.5 -->
<!-- BEGIN RELEASE v0.4.4 -->
## Version 0.4.4

View file

@ -1,2 +1,2 @@
__version__ = '0.4.4'
__version__ = '0.4.5'