mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Prepared next release
This commit is contained in:
parent
5c1814989a
commit
a7fc87c9bc
@ -1,13 +1,3 @@
|
|||||||
> ⚠️ xxxBREAKING CHANGESxxx
|
|
||||||
|
|
||||||
> ❗ xxxImportant upgrade informationXXX
|
|
||||||
|
|
||||||
> 💡 xxxMinor upgrade informationXXX
|
|
||||||
|
|
||||||
### New feature: xxxx
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Stock
|
### Stock
|
||||||
|
|
||||||
- When using/scanning a stock entry Grocycode on the transfer page, the "Use specific stock item" dropdown (and "From location") is now also prefilled accordingly
|
- When using/scanning a stock entry Grocycode on the transfer page, the "Use specific stock item" dropdown (and "From location") is now also prefilled accordingly
|
||||||
@ -22,43 +12,15 @@
|
|||||||
|
|
||||||
- Optimized that when creating a recipe, the desired serving amount is now initially prefilled by the recipe's base serving amount
|
- Optimized that when creating a recipe, the desired serving amount is now initially prefilled by the recipe's base serving amount
|
||||||
|
|
||||||
### Meal plan
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Chores
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Calendar
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Tasks
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Batteries
|
### Batteries
|
||||||
|
|
||||||
- It's now possible to track any addtional info on a battery charge cycle by using Userfields (thanks @TheDodger)
|
- It's now possible to track any addtional info on a battery charge cycle by using Userfields (thanks @TheDodger)
|
||||||
- => Configure the desired Userfields for the entity `battery_charge_cycles`
|
- => Configure the desired Userfields for the entity `battery_charge_cycles`
|
||||||
- => The on a battery charge cycle tracking entered information is then visible on the corresponding battery charge cycle journal entry
|
- => The on a battery charge cycle tracking entered information is then visible on the corresponding battery charge cycle journal entry
|
||||||
|
|
||||||
### Equipment
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Userfields
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- Optimized that file uploads are not completely buffered in memory before writing them to disk (thanks @bbx0)
|
- Optimized that file uploads are no longer completely buffered in memory before writing them to disk (thanks @bbx0)
|
||||||
- Optimized top right corner menus icon spacing (thanks @TheDodger for the initial work on this)
|
- Optimized top right corner menus icon spacing (thanks @TheDodger for the initial work on this)
|
||||||
- Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge)
|
- Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge)
|
||||||
- Fixed that table states (visible columns, sorting, column order and so on) could be reset to default after not accessing/using the corresponding page for a certain amount of time
|
- Fixed that table states (visible columns, sorting, column order and so on) could be reset to default after not accessing/using the corresponding page for a certain amount of time
|
||||||
|
|
||||||
### API
|
|
||||||
|
|
||||||
- xxx
|
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Version": "4.1.0",
|
"Version": "4.2.0",
|
||||||
"ReleaseDate": "2024-02-09"
|
"ReleaseDate": "2024-03-15"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user