From 924b9cee77687296853ff0c162397411656c70cd Mon Sep 17 00:00:00 2001 From: s3lph Date: Wed, 11 Dec 2024 01:39:53 +0100 Subject: [PATCH] v0.4.5 --- CHANGELOG.md | 21 +++++++++++++++++++++ matemat/__init__.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40070a..c9412df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Matemat Changelog + +## Version 0.4.5 + +Feature & Bugfix release + +### Changes + + +- 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 + + + + ## Version 0.4.4 diff --git a/matemat/__init__.py b/matemat/__init__.py index 64d60f8..7553f16 100644 --- a/matemat/__init__.py +++ b/matemat/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.4.4' +__version__ = '0.4.5'