Added changelog for #880

This commit is contained in:
Bernd Bestel 2020-08-18 18:30:35 +02:00
parent 7e276289e0
commit 7510c677f1
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -37,12 +37,13 @@
- The product object no longer has a field `barcodes` with a comma separated barcode list, instead barcodes are now stored in a separate table/entity `product_barcodes` (use the existing "Generic entity interactions" endpoints to access them)
- Fixed (again) that CORS was broken
### General & other improvements
### General & other improvements/fixes
- UI refresh / style improvements (thanks @zsarnett)
- The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau)
- Via an environment variable `GROCY_DATAPTH` (higher priority)
- Via an FastCGI parameter (lower priority)
- The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu)
- Some localization string fixes (thanks @duckfullstop)
- New translations: (thanks all the translators)
- Greek (demo available at https://el.demo.grocy.info)
- Korean (demo available at https://ko.demo.grocy.info)