Added changelog for #1115

This commit is contained in:
Bernd Bestel 2020-11-07 14:59:09 +01:00
parent 76cbf796b6
commit 7324c14516
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -137,6 +137,9 @@
### General & other improvements/fixes
- UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this)
- Improved mobile views (thanks @4lloyd for the idea and initial work on this)
- The buttons on the top of each page and the filter row is now collapsed (use the ellipsis/filter button to show them)
- Tables are horizontally scrollable (instead of collapsing columns which don't fit)
- 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_DATAPATH` (higher priority)
- Via an FastCGI parameter `GROCY_DATAPATH` (lower priority)