From e273158796cb8ba2847f4bfbf3cc8b0a4dc741f3 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 23 Dec 2024 17:50:40 +0100 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 76_4.3.0_2024-12-23.md} | 42 +------------------ version.json | 4 +- 2 files changed, 4 insertions(+), 42 deletions(-) rename changelog/{76_UNRELEASED_xxxx-xx-xx.md => 76_4.3.0_2024-12-23.md} (78%) diff --git a/changelog/76_UNRELEASED_xxxx-xx-xx.md b/changelog/76_4.3.0_2024-12-23.md similarity index 78% rename from changelog/76_UNRELEASED_xxxx-xx-xx.md rename to changelog/76_4.3.0_2024-12-23.md index 132254c9..18b56910 100644 --- a/changelog/76_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/76_4.3.0_2024-12-23.md @@ -1,24 +1,14 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -> 💡 xxxMinor upgrade informationXXX - -### New feature: xxxx - -- xxx - ### Stock - Optimized form validation (max amount checks) related to unit conversion with a lot of decimal places on the consume and transfer page - Optimized that the stock report "Spendings" now excludes self produced products (thanks @danielr18 for the initial work on this) - Fixed that when copying a product, the field "Treat opened as out of stock" wasn't copied along (thanks @TheDodger) - Fixed that the product groups filter on the master data products page used a contains search instead of an exact search -- Fixed that Scan Mode on the purchase and consume page didn't work (not all fields were properly populated) when using/scanning a product Grocycodes +- Fixed that Scan Mode on the purchase and consume page didn't work (not all fields were properly populated) when using/scanning a product Grocycode ### Shopping list -- Fixed that when printing a shoppping list the table/list wasn't sorted (will now be sorted alphabetically by the product name of the corresponding list item) +- Fixed that when printing a shoppping list, the table/list wasn't sorted (will now be sorted alphabetically by the product name of the corresponding list item) - Fixed that when deleting a shopping list item and marking another one as done while not reloading the page in-between, the deleted item reappeared (was only a visual problem, there was no problem on deleting the item on the backend / in the database) ### Recipes @@ -28,39 +18,11 @@ - Fixed that scanning a product barcode on the recipe ingredient edit page didn't work - Fixed that the recipe edit button on the recipes page gallery view didn't work -### Meal plan - -- xxx - -### Chores - -- xxx - -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - ### Userfields - Userentity tables (custom objects / lists) now also have the table options icon (top left corner eye icon, to e.g. add a grouping condition) - Userfield names can now also contain underscores -### General - -- xxx - ### API - Optimized that uploading files where the file name contains non-ASCII characters is now also possible diff --git a/version.json b/version.json index f8a6e52c..b5a5fbf8 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.2.0", - "ReleaseDate": "2024-03-15" + "Version": "4.3.0", + "ReleaseDate": "2024-12-23" }