mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 22:36:09 +00:00
fix full date start time and duration, east of UTC, make getCorrection more understandable with variable name changes
This commit is contained in:
parent
9e5a9b5ced
commit
469a90787b
10
CHANGELOG.md
10
CHANGELOG.md
@ -11,8 +11,14 @@ _This release is scheduled to be released on 2021-01-01._
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Added new log level "debug" to the logger.
|
||||||
|
- Chuvash translation
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
- Weather module - forecast now show TODAY and TOMORROW instead of weekday, to make it easier to understand
|
||||||
|
- Update dependencies to latest versions
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -23,6 +29,8 @@ _This release is scheduled to be released on 2021-01-01._
|
|||||||
- Fix calendar fetcher subsequent timing (#2160)
|
- Fix calendar fetcher subsequent timing (#2160)
|
||||||
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
|
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
|
||||||
- Add a space after icons of sunrise and sunset (#2169)
|
- 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
|
## [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
|
- Option to show event location in calendar
|
||||||
- Finnish translation for "Feels" and "Weeks"
|
- Finnish translation for "Feels" and "Weeks"
|
||||||
- Russian translation for “Feels”
|
- Russian translation for "Feels"
|
||||||
- Calendar module: added `nextDaysRelative` config option
|
- Calendar module: added `nextDaysRelative` config option
|
||||||
- Add `broadcastPastEvents` config option for calendars to include events from the past `maximumNumberOfDays` in event broadcasts
|
- 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)
|
- 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user