From b2295ce6d2fccd7d282ca77d0a4c084cbf2b74a9 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 2 Sep 2023 09:28:19 +0200 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 73_4.0.3_2023-09-02.md} | 46 ------------------- version.json | 4 +- 2 files changed, 2 insertions(+), 48 deletions(-) rename changelog/{73_UNRELEASED_xxxx-xx-xx.md => 73_4.0.3_2023-09-02.md} (56%) diff --git a/changelog/73_UNRELEASED_xxxx-xx-xx.md b/changelog/73_4.0.3_2023-09-02.md similarity index 56% rename from changelog/73_UNRELEASED_xxxx-xx-xx.md rename to changelog/73_4.0.3_2023-09-02.md index e0bee572..ad37904c 100644 --- a/changelog/73_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/73_4.0.3_2023-09-02.md @@ -1,50 +1,8 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -> 💡 xxxMinor upgrade informationXXX - -### New feature: xxxx - -- xxx - ### Stock - Performance improvements related to the stock overview page / displaying a product card - Performance improvements related to consuming products (thanks @alkuzman) -### Shopping list - -- xxx - -### Recipes - -- xxx - -### Meal plan - -- xxx - -### Chores - -- xxx - -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - ### Userfields - New Userfield type "Number (currency)", just like the type "Number (decimal)", but it will render the value according to / with the configured currency @@ -52,7 +10,3 @@ ### General - Performance improvements related to table (layout) loading handling - -### API - -- xxx diff --git a/version.json b/version.json index dbf0734c..2256c21b 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.0.2", - "ReleaseDate": "2023-08-19" + "Version": "4.0.3", + "ReleaseDate": "2023-09-02" }