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
1a7be05e3f
commit
5d5cfb1548
@ -21,7 +21,7 @@
|
||||
- Recipe improvements
|
||||
- It's now possible to enter a "variable amount" (e. g. if a recipe needs "1 - 2 cups"), the original amount is still used for stock fulfillment checking (if enabled for that recipe ingredient)
|
||||
- New translations: (thanks all the translators)
|
||||
- Swedish (demo available at https://sv_se.demo.grocy.info)
|
||||
- Swedish (demo available at https://sv.demo.grocy.info)
|
||||
- Polish (demo available at https://pl.demo.grocy.info)
|
||||
- Internal improvement: Localizations are now handled via gettext, both on server and client side
|
||||
- Mainly to properly handle languages with more than 2 plural forms
|
||||
|
@ -8,6 +8,7 @@
|
||||
- Implemented using [QuaggaJS](https://github.com/serratus/quaggaJS) - camera stream processing happens totally offline / client-side
|
||||
- Please note due to browser security restrictions, this only works when serving grocy via a secure connection (`https://`)
|
||||
- There is also a `config.php` setting `DISABLE_BROWSER_BARCODE_CAMERA_SCANNING` to disable this, if you don't need it at all (defaults to `false`)
|
||||
- I you have problems that barcocdes are not recognized properly, there is a little "barcode scanner testing page" at [/barcodescannertesting](https://demo.grocy.info/barcodescannertesting)
|
||||
- => Quick video demo: https://www.youtube.com/watch?v=Y5YH6IJFnfc
|
||||
|
||||
### Stock improvements/fixes
|
||||
@ -37,7 +38,7 @@
|
||||
- `FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING` to disable product opened tracking
|
||||
- Fixed/refined some things regarding purchase/consume/inventory of products with enabled tare weight handling (nothing was broken, but the success popups may not displayed the correct amount that was posted)
|
||||
- Fixed that "Spoil rate" and "Average shelf life" on the product card was wrong in most cases
|
||||
- When going to the product edit page, after saving the product, it will now return to the page you were coming from
|
||||
- When going to the product edit page, after saving the product, it will now always return to the previous page
|
||||
|
||||
### Shopping list improvements
|
||||
- Shopping lists now have a notes field (HTML/WYSIWYG editor, just to save some notes per shopping list)
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Version": "2.4.4",
|
||||
"ReleaseDate": "2019-07-07"
|
||||
"Version": "2.5.0",
|
||||
"ReleaseDate": "2019-09-22"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user