From 469a90787b4a38bc075055edece8118379b065c0 Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 16 Nov 2020 10:23:33 -0500 Subject: [PATCH] fix full date start time and duration, east of UTC, make getCorrection more understandable with variable name changes --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5132d110..f7e588a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,14 @@ _This release is scheduled to be released on 2021-01-01._ ### Added +- Added new log level "debug" to the logger. +- Chuvash translation + ### Updated +- Weather module - forecast now show TODAY and TOMORROW instead of weekday, to make it easier to understand +- Update dependencies to latest versions + ### Deleted ### Fixed @@ -23,6 +29,8 @@ _This release is scheduled to be released on 2021-01-01._ - Fix calendar fetcher subsequent timing (#2160) - Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155) - Add a space after icons of sunrise and sunset (#2169) +- Fix calendar when no DTEND record found in event, startDate overlay when endDate set (#2177) +- Fix calendar full day event east of UTC start time (#2200) ## [2.13.0] - 2020-10-01 @@ -227,7 +235,7 @@ Special thanks to @sdetweil for all his great contributions! - Option to show event location in calendar - Finnish translation for "Feels" and "Weeks" -- Russian translation for “Feels” +- Russian translation for "Feels" - Calendar module: added `nextDaysRelative` config option - Add `broadcastPastEvents` config option for calendars to include events from the past `maximumNumberOfDays` in event broadcasts - Added feature to broadcast news feed items `NEWS_FEED` and updated news items `NEWS_FEED_UPDATED` in default [newsfeed](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/newsfeed) module (when news is updated) with documented default and `config.js` options in [README.md](https://github.com/MichMich/MagicMirror/blob/develop/modules/default/newsfeed/README.md)