diff --git a/changelog/68_UNRELEASED_xxxx-xx-xx.md b/changelog/68_3.3.1_2022-06-10.md similarity index 83% rename from changelog/68_UNRELEASED_xxxx-xx-xx.md rename to changelog/68_3.3.1_2022-06-10.md index edffb1ca..8415a739 100644 --- a/changelog/68_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/68_3.3.1_2022-06-10.md @@ -1,11 +1,3 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - -### New feature: xxxx - -- xxx - ### Stock - New product option "Move on open" (defaults to disabled) @@ -13,22 +5,14 @@ - (Thanks @RosemaryOrchard) - The stock setting "Decimal places allowed for prices" has been split into separate settings for input and displaying prices (the existing setting will be set for both new options on migration, so no changed behavior when not configured) - Optimized that when the plural form(s) of a quantity unit is/are not provided, the singular form is used to display plural amounts -- Fixed "Automatically add products that are below their defined min. stock amount to the shopping list" (stock setting) was only done when consuming products, not when opening them +- Fixed that "Automatically add products that are below their defined min. stock amount to the shopping list" (stock setting) was only done when consuming products, not when opening them - Fixed that the price history chart (product card) showed the price on a wrong date when having multiple purchases on the same date from different stores -### Shopping list - -- xxx - ### Recipes - Fixed that when a substituted product is used to display costs and calories (so when a parent product ingredient is currently not in stock itself), no unit conversions were considered for costs/calories calculation - Fixed that the displayed "already on the shopping list"-amount (for missing ingredients) was wrong when the products "Factor purchase to stock quantity unit" wasn't 1 -### Meal plan - -- xxx - ### Chores - Fixed that rescheduling of "Track date only"-chores for today was not possible @@ -37,22 +21,6 @@ - Fixed that clicking on meal plan product and notes calendar entries redirected to an invalid page -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - -### Userfields - -- xxx - ### General - LDAP authentication: Optimized that it's not required that LDAP accounts need to have a first-/lastname diff --git a/version.json b/version.json index 62f284e9..b7a8b3ee 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.3.0", - "ReleaseDate": "2022-04-08" + "Version": "3.3.1", + "ReleaseDate": "2022-06-10" }