Prepared next release

This commit is contained in:
Bernd Bestel 2026-03-06 18:28:49 +01:00
parent a324d430e0
commit 7581ad8d1b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 3 additions and 35 deletions

View File

@ -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`)

View File

@ -1,4 +1,4 @@
{
"Version": "4.5.0",
"ReleaseDate": "2025-03-28"
"Version": "4.6.0",
"ReleaseDate": "2026-03-06"
}