diff --git a/changelog/64_UNRELEASED_xxxx.xx.xx.md b/changelog/64_3.1.2_2021-09-27.md similarity index 74% rename from changelog/64_UNRELEASED_xxxx.xx.xx.md rename to changelog/64_3.1.2_2021-09-27.md index 144eea07..ac0c579d 100644 --- a/changelog/64_UNRELEASED_xxxx.xx.xx.md +++ b/changelog/64_3.1.2_2021-09-27.md @@ -1,10 +1,10 @@ - Fixed that the "Add all list items to stock" shopping list workflow did not work for more than ~6 items (thanks @tjhowse) - Fixed that plural form handling (e.g. for quantity units) was wrong for negative numbers -- Fixed that the context menu entries Consume and Transfer on the stock overview page were disabled when the amount in stock was < 1 -- Fixed that when there was any chore with a schedule, but without a "next estimated tracking" date/time, the iCal export was broken +- Fixed that the context menu entries `Consume` and `Transfer` on the stock overview page were disabled when the amount in stock was < 1 - Fixed that on consuming a product from not the products default location, the products default location was recorded in the stock journal -- Fixed that on undoing a stock consume transaction from not the products default location, the corresponding amount was always added back to to the products defaullt location +- Fixed that when undoing a stock consume transaction from not the products default location, the corresponding amount was always added back to to the products defaullt location - Fixed that when having multiple quantity unit conversions for a products default QU purchase, on purchase was potentially a wrong conversion factor picked +- Fixed that when there was any chore with a schedule, but without a "next estimated tracking" date/time, the iCal export was broken - The product and chore edit pages now have bottom-sticky save buttons - A product picture can now be added when creating a product (was currently only possible when editing a product) diff --git a/version.json b/version.json index 05ac3ffe..29877b9d 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.1", - "ReleaseDate": "2021-08-21" + "Version": "3.1.2", + "ReleaseDate": "2021-09-27" }