From 6e2b4b116e2c5e055b67d8bfae2e924bac39de46 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 3 Apr 2020 18:34:00 +0200 Subject: [PATCH] Added v2.6.2 changelog (hotfix, will be included/changed in the last 5 releases also) (cherry picked from commit 808745dbfa820b764dc715412eccbb1cd0fa95ae) --- changelog/57_2.6.2_2020-03-04.md | 1 + changelog/58_UNRELEASED_2020-xx-xx.md | 28 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 changelog/57_2.6.2_2020-03-04.md create mode 100644 changelog/58_UNRELEASED_2020-xx-xx.md diff --git a/changelog/57_2.6.2_2020-03-04.md b/changelog/57_2.6.2_2020-03-04.md new file mode 100644 index 00000000..2df52086 --- /dev/null +++ b/changelog/57_2.6.2_2020-03-04.md @@ -0,0 +1 @@ +Security fix (see [#696](https://github.com/grocy/grocy/issues/696)) diff --git a/changelog/58_UNRELEASED_2020-xx-xx.md b/changelog/58_UNRELEASED_2020-xx-xx.md new file mode 100644 index 00000000..8cf6ee7b --- /dev/null +++ b/changelog/58_UNRELEASED_2020-xx-xx.md @@ -0,0 +1,28 @@ +### New feature: Price history per store +- Define stores under master data +- New product option to set the default store +- Track on purchase/inventory in which store you bought the product (gets prefilled by the last store you purchased the product, or the default store of the product if you never bought it) +- => The price history chart on the product card shows a line per store +- (Thanks @immae and @kriddles) + +### Stock improvements +- When creating a new product, the "QU id stock" is now preset by the "QU id purchase" (because most of the time that's most probably the same) (thanks @Mik-) + +### Recipe fixes +- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel) + +### Calendar fixes +- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia) + +### API improvements +- The endpoint `/stock/products/{productId}/locations` now also returns the current stock amount of the product in that loctation (new field/property `amount`) (thanks @Forceu) + +### General & other improvements +- New `config.php` setting `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_FIELD_NUMBER_PAD` which activates the number pad for best-before-date fields on (supported) mobile browsers (useful because of [shorthands](https://github.com/grocy/grocy#input-shorthands-for-date-fields)) (defaults to `true`) (thanks @Mik-) +- Enhancements for the camera barcode scanner (thanks @Mik-) + - The light button only displayed when the device has a flash light + - New `config.php` setting `FEATURE_FLAG_AUTO_TORCH_ON_WITH_CAMERA` to always enable the flash light automatically + - Various display/CSS improvements +- Prerequisites (PHP extensions, critical files/folders) will now be checked and properly reported if there are problems (thanks @Forceu) +- Improved the the overview pages on mobile devices (main column was hidden) (thanks @Mik-) +- Optimized the handling of settings provided by `data/settingoverrides` files (thanks @dacto)