Merge pull request #1577 from sdetweil/develop

fix relative date fulldate events to use start of day to start of day diff… issue 1572
This commit is contained in:
Michael Teeuw
2019-02-19 15:47:57 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Installation script problems with raspbian
- Calendar: only show repeating count if the event is actually repeating [#1534](https://github.com/MichMich/MagicMirror/pull/1534)
- Calendar: Fix exdate handling when multiple values are specified (comma separated)
- Calendar: Fix relative date handling for fulldate events, calculate difference always from start of day [#1572](https://github.com/MichMich/MagicMirror/issues/1572)
- Fix null dereference in moduleNeedsUpdate when the module isn't visible
- Calendar: Fixed event end times by setting default calendarEndTime to "LT" (Local time format). [#1479]