From 693dcc102040b36c2e0e93b6c748f4bab9346808 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 14 Nov 2021 15:59:58 +0100 Subject: [PATCH] Prepared next release --- ...65_UNRELEASED_xxxx-xx-xx.md => 65_3.1.3_2021-11-14.md} | 8 ++++---- changelog/66_UNRELEASED_xxxx-xx-xx.md | 0 version.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename changelog/{65_UNRELEASED_xxxx-xx-xx.md => 65_3.1.3_2021-11-14.md} (94%) create mode 100644 changelog/66_UNRELEASED_xxxx-xx-xx.md diff --git a/changelog/65_UNRELEASED_xxxx-xx-xx.md b/changelog/65_3.1.3_2021-11-14.md similarity index 94% rename from changelog/65_UNRELEASED_xxxx-xx-xx.md rename to changelog/65_3.1.3_2021-11-14.md index 25cf9f3d..d22bca3e 100644 --- a/changelog/65_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/65_3.1.3_2021-11-14.md @@ -3,14 +3,14 @@ - Added the products average price as a (hidden by default) column on the stock overview page - Added a new "Presets for new products" stock setting for the "Default due days" option of new products - When adding (purchase) a product with "Default due days after freezing" set directly to a freezer location, the due date is now prefilled by that (instead of the normal "Default due days") (thanks @grahamc for the initial work on this) -- Fixed that the "Stay logged in permanently" checkbox on the login page had no effect (thanks @0) - Fixed that the labels of context-/more-menu items were not readable in Night Mode (thanks @corbolais) -- Fixed that auto night mode over midnight did not always work +- Fixed that "Label per unit" stock entry labels (on purchase) weren't unique per unit - Fixed that the "Add as new product" productpicker workflow, started from the shopping list item form, always selected the default shopping list after finishing the flow -- Fixed that when undoing a product opened transaction and when the product has "Default due days after opened", the original due date wasn't restored +- Fixed that when undoing a product opened transaction and when the product has "Default due days after opened" set, the original due date wasn't restored - Fixed that "Track date only"-chores were shown as overdue on the due day on the chores overview page - Fixed that dropdown filters for tables maybe did not work after reordering columns -- Fixed that "Label per unit" stock entry labels (on purchase) weren't unique per unit +- Fixed that auto night mode over midnight did not always work +- Fixed that the "Stay logged in permanently" checkbox on the login page had no effect (thanks @0) ### API - Endpoint `/stock/products/{productId}/add` API endpoint`: The (optional) request body parameter `print_stock_label` was renamed to `stock_label_type` diff --git a/changelog/66_UNRELEASED_xxxx-xx-xx.md b/changelog/66_UNRELEASED_xxxx-xx-xx.md new file mode 100644 index 00000000..e69de29b diff --git a/version.json b/version.json index 29877b9d..b2feaca5 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.2", - "ReleaseDate": "2021-09-27" + "Version": "3.1.3", + "ReleaseDate": "2021-11-14" }