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
973e4226b6
commit
16f686deb8
@ -8,7 +8,7 @@
|
||||
|
||||
- Quantity unit conversions now support indirect conversions with unlimited levels (thanks a lot @esclear)
|
||||
- _Explained by a practical example: When a conversion between Teaspoons and Milliliters and another one between Milliliters and Liters exists (and so forth; unlimited levels), Grocy can now calculate Teaspoons to Liters (before a direct conversion definition between Teaspoons and Liters was required)_
|
||||
- Heads up: If you have such "each to each absolute conversion definitions" currently (for the example above the conversion between Teaspoons and Liters), you should clean them up, since they are no longer needed
|
||||
- **Heads up:** If you have such "each to each absolute conversion definitions" currently (for the example above the conversion between Teaspoons and Liters), you should clean them up, since they are no longer needed
|
||||
- The product option "Factor purchase to stock quantity unit" was removed
|
||||
- => Use normal product specific QU conversions instead, if needed
|
||||
- An existing "Factor purchase to stock quantity unit" was automatically migrated to a product specific QU conversion
|
||||
|
13
changelog/72_4.0.2_2023-08-19.md
Normal file
13
changelog/72_4.0.2_2023-08-19.md
Normal file
@ -0,0 +1,13 @@
|
||||
### Stock
|
||||
|
||||
- The stock report "Spendings" now also supports grouping by stores
|
||||
- Fixed that the upgrade failed when having (a lot of) redundant ("each to each") default quantity unit conversion definitions (thanks a lot @alkuzman and @esclear)
|
||||
- More on that by a practical example: When a conversion between Teaspoons and Milliliters and another one between Milliliters and Liters exists (and so forth; unlimited levels), Grocy can now (since v4.0.0) calculate the derived factor to convert Teaspoons to Liters on its own (before a direct conversion definition between Teaspoons and Liters was required)
|
||||
- So you might have a lot of such "each to each absolute conversion definitions" currently, when you were affected by failed upgrades (timeout problems due to that resolving indirect conversion factors took very long)
|
||||
- **Heads up:** This is now fixed, but you should clean up those redundant "each to each" definitions (in the example above the conversion between Teaspoons and Liters), since they are no longer needed
|
||||
- Fixed that the "Mark this stock entry as open"-button on the stock entries page opened always one unit instead of the whole stock entry
|
||||
- Fixed that edited stock entries were not considered in some cases (affecting the product's average price and the stock reports)
|
||||
|
||||
### Recipes
|
||||
|
||||
- Fixed that ingredient cost/energy values were wrong when unit conversions but _no_ product substitutions were involved
|
@ -1,59 +0,0 @@
|
||||
> ⚠️ xxxBREAKING CHANGESxxx
|
||||
|
||||
> ❗ xxxImportant upgrade informationXXX
|
||||
|
||||
> 💡 xxxMinor upgrade informationXXX
|
||||
|
||||
### New feature: xxxx
|
||||
|
||||
- xxx
|
||||
|
||||
### Stock
|
||||
|
||||
- The stock report "Spendings" now also supports grouping by stores
|
||||
- Fixed that the "Mark this stock entry as open"-button on the stock entries page opened always one unit instead of the whole stock entry
|
||||
- Fixed that edited stock entries were not considered in some cases (affecting the product's average price and the stock reports)
|
||||
|
||||
### Shopping list
|
||||
|
||||
- xxx
|
||||
|
||||
### Recipes
|
||||
|
||||
- Fixed that ingredient cost/energy values were wrong when unit conversions but _no_ product substitutions were involved
|
||||
|
||||
### Meal plan
|
||||
|
||||
- xxx
|
||||
|
||||
### Chores
|
||||
|
||||
- xxx
|
||||
|
||||
### Calendar
|
||||
|
||||
- xxx
|
||||
|
||||
### Tasks
|
||||
|
||||
- xxx
|
||||
|
||||
### Batteries
|
||||
|
||||
- xxx
|
||||
|
||||
### Equipment
|
||||
|
||||
- xxx
|
||||
|
||||
### Userfields
|
||||
|
||||
- xxx
|
||||
|
||||
### General
|
||||
|
||||
- xxx
|
||||
|
||||
### API
|
||||
|
||||
- xxx
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Version": "4.0.1",
|
||||
"ReleaseDate": "2023-08-06"
|
||||
"Version": "4.0.2",
|
||||
"ReleaseDate": "2023-08-19"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user