From 8676b865755d1414b18b6dafaf27a64ebc0a5d2f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 12 Nov 2022 18:24:01 +0100 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 69_3.3.2_2022-11-12.md} | 33 +------------------ version.json | 4 +-- 2 files changed, 3 insertions(+), 34 deletions(-) rename changelog/{69_UNRELEASED_xxxx-xx-xx.md => 69_3.3.2_2022-11-12.md} (93%) diff --git a/changelog/69_UNRELEASED_xxxx-xx-xx.md b/changelog/69_3.3.2_2022-11-12.md similarity index 93% rename from changelog/69_UNRELEASED_xxxx-xx-xx.md rename to changelog/69_3.3.2_2022-11-12.md index d64db8b3..a284fc1a 100644 --- a/changelog/69_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/69_3.3.2_2022-11-12.md @@ -1,11 +1,3 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -### New feature: xxxx - -- xxx - ### Stock - Improved that when editing a unit conversion, the "Quantity unit from" and "Quantity unit to" of the corresponding inverse conversion is now also updated accordingly if changed (until now only the factor was updated automatically) @@ -29,30 +21,6 @@ - Fixed that headlines in the recipe description (preparation text) were removed on saving - Fixed that the default consume rule was not always applied correctly when a recipe consumed a substituted ingredient (so when having a parent product in the recipe which is currently not in stock itself) -### Meal plan - -- xxx - -### Chores - -- xxx - -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - ### Userfields - Fixed that edit forms were broken when editing an object with `null` Userfields (so when the field for that object was not set before / on the initial object creation) @@ -60,6 +28,7 @@ ### General - It's now possible to edit a user without necessarily updating the users password +- Fixed that column reordering didn't work on the stock overview, stock entries and shopping list page when showing column which are not shown by default - Fixed that when running label printer WebHooks client side (so when `LABEL_PRINTER_RUN_SERVER` = `false`), the setting `LABEL_PRINTER_HOOK_JSON` was ignored (the WebHook data was always sent as form data) - Fixed that granular user permissions (like "Shopping list / Add items" or "Equipment") didn't allow to add/edit the corresponding items without also having the "Edit master data" permission - New translations: (thanks all the translators) diff --git a/version.json b/version.json index b7a8b3ee..2718bcb5 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.3.1", - "ReleaseDate": "2022-06-10" + "Version": "3.3.2", + "ReleaseDate": "2022-11-12" }