From 21aa5eab218c8466f90729154cb293fffbe10c21 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 28 Mar 2025 19:54:16 +0100 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 80_4.5.0_2025-03-28.md} | 52 +------------------ version.json | 4 +- 2 files changed, 3 insertions(+), 53 deletions(-) rename changelog/{80_UNRELEASED_xxxx-xx-xx.md => 80_4.5.0_2025-03-28.md} (73%) diff --git a/changelog/80_UNRELEASED_xxxx-xx-xx.md b/changelog/80_4.5.0_2025-03-28.md similarity index 73% rename from changelog/80_UNRELEASED_xxxx-xx-xx.md rename to changelog/80_4.5.0_2025-03-28.md index 0bbd3a99..815554c8 100644 --- a/changelog/80_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/80_4.5.0_2025-03-28.md @@ -1,13 +1,3 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -> 💡 xxxMinor upgrade informationXXX - -### New Feature: xxxx - -- xxx - ### Stock - Optimizations in the built-in Open Food Facts external barcode lookup plugin: @@ -16,42 +6,6 @@ - Optimized that when an external barcode lookup plugin returned an image URL with query parameters, an invalid picture (file name) was added to the created product - Added a new column "Default store" on the stock overview page (hidden by default) -### Shopping list - -- xxx - -### Recipes - -- xxx - -### Meal plan - -- xxx - -### Chores - -- xxx - -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - -### Userfields - -- xxx - ### General - Optimized that the default font of the web frontend is now also used for non-latin characters @@ -59,8 +13,4 @@ - And also `stock_entry` (containing the full stock entry object) when printing a stock entry label - The component used (so far [Quagga2](https://github.com/ericblade/quagga2)) that powers the camera barcode scanner was replaced by [ZXing](https://github.com/zxing-js/library) which should perform overall better and it also supports 2D barcodes (QRCode/DataMatrix) (thanks @gergof) - New translations: (thanks all the translators) - - Bulgarian (demo available at ) - -### API - -- xxx + - Bulgarian (demo available at ) diff --git a/version.json b/version.json index a03a7a2c..e7ceb97e 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.4.2", - "ReleaseDate": "2025-02-28" + "Version": "4.5.0", + "ReleaseDate": "2025-03-28" }