From 9c60fdec5af989fd8b1161f272ee5efefa9bd363 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 31 Jan 2025 16:42:05 +0100 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 78_4.4.1_2025-01-31.md} | 40 +------------------ version.json | 4 +- 2 files changed, 3 insertions(+), 41 deletions(-) rename changelog/{78_UNRELEASED_xxxx-xx-xx.md => 78_4.4.1_2025-01-31.md} (72%) diff --git a/changelog/78_UNRELEASED_xxxx-xx-xx.md b/changelog/78_4.4.1_2025-01-31.md similarity index 72% rename from changelog/78_UNRELEASED_xxxx-xx-xx.md rename to changelog/78_4.4.1_2025-01-31.md index 58f53f43..f81a8beb 100644 --- a/changelog/78_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/78_4.4.1_2025-01-31.md @@ -1,13 +1,3 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -> 💡 xxxMinor upgrade informationXXX - -### New Feature: xxxx - -- xxx - ### Stock - Fixed that the built-in Open Food Facts external barcode lookup plugin used the staging environment of the Open Food Facts API instead of the production one @@ -18,42 +8,14 @@ - Optimized that non-number amounts are now prevented on database level (was infamously a problem when using specific community contributed alternative clients) -### Recipes - -- xxx - -### Meal plan - -- xxx - -### Chores - -- xxx - -### Calendar - -- xxx - ### Tasks - Fixed that set table filters were not applied after editing or adding a task -### Batteries - -- xxx - -### Equipment - -- xxx - ### Userfields - Fixed that saving Userfields of type "Select list (multiple items can be selected)" did not work ### General -- Optimized than when navigating between form input fields via the keyboard (`TAB`) there was an unwanted delay at some places - -### API - -- xxx +- Optimized that when navigating between form input fields via the keyboard (`TAB`) there was an unwanted delay at some places diff --git a/version.json b/version.json index 85703997..9aea77c3 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.4.0", - "ReleaseDate": "2025-01-24" + "Version": "4.4.1", + "ReleaseDate": "2025-01-31" }