mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Prepared next release
This commit is contained in:
parent
a324d430e0
commit
7581ad8d1b
|
|
@ -1,9 +1,5 @@
|
||||||
> ⚠️ PHP 8.5 (with SQLite 3.40+) is from now on the only supported runtime version.
|
> ⚠️ PHP 8.5 (with SQLite 3.40+) is from now on the only supported runtime version.
|
||||||
|
|
||||||
### New Feature: xxxx
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Stock
|
### Stock
|
||||||
|
|
||||||
- Optimized product definition quantity unit handling:
|
- 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`)
|
- 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
|
- 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
|
### Chores
|
||||||
|
|
||||||
- Fixed that changing the chore setting "Due soon days" wasn't saved/applied
|
- Fixed that changing the chore setting "Due soon days" wasn't saved/applied
|
||||||
|
|
||||||
### Calendar
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Tasks
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Batteries
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Equipment
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Userfields
|
### Userfields
|
||||||
|
|
||||||
- Fixed that the corresponding form was broken when using a `%` in an Userfield caption (only affected numeric and date-time 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
|
### General
|
||||||
|
|
||||||
- Added a workaround for different SQL errors when running Grocy on FreeBSD and SQLite 3.41+
|
- 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`)
|
- Fixed that the date input shorthand `[+/-]n[d/m/y]` didn't work when the value length was >= 4 (e.g. `+10d`)
|
||||||
|
|
||||||
### API
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"Version": "4.5.0",
|
"Version": "4.6.0",
|
||||||
"ReleaseDate": "2025-03-28"
|
"ReleaseDate": "2026-03-06"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user