From 7581ad8d1b0b2698d8edbb298301f3052426cc86 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 6 Mar 2026 18:28:49 +0100 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 81_4.6.0_2026-03-06.md} | 34 +------------------ version.json | 4 +-- 2 files changed, 3 insertions(+), 35 deletions(-) rename changelog/{81_UNRELEASED_xxxx-xx-xx.md => 81_4.6.0_2026-03-06.md} (93%) diff --git a/changelog/81_UNRELEASED_xxxx-xx-xx.md b/changelog/81_4.6.0_2026-03-06.md similarity index 93% rename from changelog/81_UNRELEASED_xxxx-xx-xx.md rename to changelog/81_4.6.0_2026-03-06.md index af828d25..dca33c2e 100644 --- a/changelog/81_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/81_4.6.0_2026-03-06.md @@ -1,9 +1,5 @@ > ⚠️ PHP 8.5 (with SQLite 3.40+) is from now on the only supported runtime version. -### New Feature: xxxx - -- xxx - ### Stock - Optimized product definition quantity unit handling: @@ -26,34 +22,10 @@ - An amount of `0` is now allowed for shopping list items (just a convenience optimization, it was already possible to leave the amount field empty which implicitly resulted in an amount of `0`) - Fixed that the "Add all list items to stock" workflow closed the dialog after every item instead only after the last one was added -### Recipes - -- xxx - -### Meal plan - -- xxx - ### Chores - Fixed that changing the chore setting "Due soon days" wasn't saved/applied -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - ### Userfields - Fixed that the corresponding form was broken when using a `%` in an Userfield caption (only affected numeric and date-time Userfields) @@ -61,8 +33,4 @@ ### General - Added a workaround for different SQL errors when running Grocy on FreeBSD and SQLite 3.41+ -- Fixed that the date input shorthand `[+/-]n[d/m/y]` didn't work when the value lenght was >= 4 (e.g. `+10d`) - -### API - -- xxx +- Fixed that the date input shorthand `[+/-]n[d/m/y]` didn't work when the value length was >= 4 (e.g. `+10d`) diff --git a/version.json b/version.json index e7ceb97e..f56db347 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.5.0", - "ReleaseDate": "2025-03-28" + "Version": "4.6.0", + "ReleaseDate": "2026-03-06" }