diff --git a/changelog/51_2.4.4_2019-07-07.md b/changelog/51_2.4.4_2019-07-07.md new file mode 100644 index 00000000..a33396ec --- /dev/null +++ b/changelog/51_2.4.4_2019-07-07.md @@ -0,0 +1,6 @@ +- Fixed that price data (last price & chart) was not taken from inventory correction bookings, only purchases +- Fixed weekly chores were scheduled on the same after execution +- Fixed that undone chores were also included in "Last tracked" +- Fixed the date-time-picker width was too narrow sometimes +- Improved that execution dates "Track date only" chores will never include the time part +- Improved date display for products that never expire (again, there was a display problem after consuming an item on the stock overview page) diff --git a/version.json b/version.json index fa5db305..685ae57f 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "2.4.3", - "ReleaseDate": "2019-07-06" + "Version": "2.4.4", + "ReleaseDate": "2019-07-07" }