From fb032ef72124e34a52bcf5869121d497b272f136 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 29 Oct 2020 17:11:24 +0100 Subject: [PATCH] Added changelog for #1103 --- changelog/60_UNRELEASED_2020-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index e433cc7a..6d1a209d 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -60,6 +60,7 @@ - "Add products that are below defined min. stock amount" always rounded up the missing amount to an integral number, this now allows decimal numbers - Added a button to add all currently in-stock but expired products to the shopping list (thanks @m-byte) - Improved that when `FEATURE_FLAG_STOCK` is disabled, all product/stock related inputs and buttons are now hidden on the shopping list page (thanks @fipwmaqzufheoxq92ebc) +- When adding/editing shopping list items a dialog is now used instead of jumping between pages (thanks @kriddles) ### Recipe improvements/fixes - It's now possible to print recipes (button next to the recipe title) (thanks @zsarnett)