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
a1008eac30
commit
e273158796
@ -1,24 +1,14 @@
|
|||||||
> ⚠️ xxxBREAKING CHANGESxxx
|
|
||||||
|
|
||||||
> ❗ xxxImportant upgrade informationXXX
|
|
||||||
|
|
||||||
> 💡 xxxMinor upgrade informationXXX
|
|
||||||
|
|
||||||
### New feature: xxxx
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Stock
|
### Stock
|
||||||
|
|
||||||
- Optimized form validation (max amount checks) related to unit conversion with a lot of decimal places on the consume and transfer page
|
- Optimized form validation (max amount checks) related to unit conversion with a lot of decimal places on the consume and transfer page
|
||||||
- Optimized that the stock report "Spendings" now excludes self produced products (thanks @danielr18 for the initial work on this)
|
- Optimized that the stock report "Spendings" now excludes self produced products (thanks @danielr18 for the initial work on this)
|
||||||
- Fixed that when copying a product, the field "Treat opened as out of stock" wasn't copied along (thanks @TheDodger)
|
- Fixed that when copying a product, the field "Treat opened as out of stock" wasn't copied along (thanks @TheDodger)
|
||||||
- Fixed that the product groups filter on the master data products page used a contains search instead of an exact search
|
- Fixed that the product groups filter on the master data products page used a contains search instead of an exact search
|
||||||
- Fixed that Scan Mode on the purchase and consume page didn't work (not all fields were properly populated) when using/scanning a product Grocycodes
|
- Fixed that Scan Mode on the purchase and consume page didn't work (not all fields were properly populated) when using/scanning a product Grocycode
|
||||||
|
|
||||||
### Shopping list
|
### Shopping list
|
||||||
|
|
||||||
- Fixed that when printing a shoppping list the table/list wasn't sorted (will now be sorted alphabetically by the product name of the corresponding list item)
|
- Fixed that when printing a shoppping list, the table/list wasn't sorted (will now be sorted alphabetically by the product name of the corresponding list item)
|
||||||
- Fixed that when deleting a shopping list item and marking another one as done while not reloading the page in-between, the deleted item reappeared (was only a visual problem, there was no problem on deleting the item on the backend / in the database)
|
- Fixed that when deleting a shopping list item and marking another one as done while not reloading the page in-between, the deleted item reappeared (was only a visual problem, there was no problem on deleting the item on the backend / in the database)
|
||||||
|
|
||||||
### Recipes
|
### Recipes
|
||||||
@ -28,39 +18,11 @@
|
|||||||
- Fixed that scanning a product barcode on the recipe ingredient edit page didn't work
|
- Fixed that scanning a product barcode on the recipe ingredient edit page didn't work
|
||||||
- Fixed that the recipe edit button on the recipes page gallery view didn't work
|
- Fixed that the recipe edit button on the recipes page gallery view didn't work
|
||||||
|
|
||||||
### Meal plan
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Chores
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Calendar
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Tasks
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Batteries
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Equipment
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### Userfields
|
### Userfields
|
||||||
|
|
||||||
- Userentity tables (custom objects / lists) now also have the table options icon (top left corner eye icon, to e.g. add a grouping condition)
|
- Userentity tables (custom objects / lists) now also have the table options icon (top left corner eye icon, to e.g. add a grouping condition)
|
||||||
- Userfield names can now also contain underscores
|
- Userfield names can now also contain underscores
|
||||||
|
|
||||||
### General
|
|
||||||
|
|
||||||
- xxx
|
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
- Optimized that uploading files where the file name contains non-ASCII characters is now also possible
|
- Optimized that uploading files where the file name contains non-ASCII characters is now also possible
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Version": "4.2.0",
|
"Version": "4.3.0",
|
||||||
"ReleaseDate": "2024-03-15"
|
"ReleaseDate": "2024-12-23"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user