You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,37 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
6
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
7
7
8
-
## [2.21.0] - Unreleased (develop)
8
+
## [2.21.0] - 2022-10-01
9
9
10
-
_This release is scheduled to be released on 2022-10-01._
10
+
Special thanks to: @BKeyport, @buxxi, @davide125, @khassel, @kolbyjack, @krukle, @MikeBishop, @rejas, @sdetweil, @SkySails and @veeck
11
11
12
12
## Added
13
13
14
14
- Possibility to fetch calendars through socket notifications.
15
15
- New scripts `install-mm` (and `install-mm:dev`) for simplifying mm installation (now: `npm run install-mm`) and adding params `--no-audit --no-fund --no-update-notifier` for less noise.
16
-
- New `showTimeToday` option in calendar module shows time for current-day events even if `timeFormat` is `"relative"`
17
-
- Add hourly forecasts, apparent temperature & custom location name to SMHI weather provider
16
+
- New `showTimeToday` option in calendar module shows time for current-day events even if `timeFormat` is `"relative"`.
17
+
- Add hourly forecasts, apparent temperature & custom location name to SMHI weather provider.
18
18
19
19
## Removed
20
20
21
-
-old weather modules `currentweather` and `weatherforecast`
21
+
-Old weather deprecated modules `currentweather` and `weatherforecast`.
22
22
23
23
## Updated
24
24
25
-
- Removed DAYAFTERTOMORROW from English
25
+
- Removed `DAYAFTERTOMORROW` from English.
26
26
- Update dependencies.
27
-
- Updated jsdoc
28
-
- Updated font tree to use variables consistantly
29
-
- Removed deprecated Docker Repository from issue template
27
+
- Updated jsdoc.
28
+
- Updated font tree to use variables consistantly.
29
+
- Removed deprecated Docker Repository from issue template.
30
30
31
31
## Fixed
32
32
33
33
- Broadcast all calendar events while still honoring global and per-calendar maximumEntries.
34
34
- Respect rss ttl provided by newsfeed (#2883).
35
35
- Fix multi day calendar events always presented as "(1/X)" instead of the amount of days the event has progressed.
36
-
- Fix weatherbit provider to use type config value instead of endpoint
37
-
- Fix calendar events which DO NOT specify rrule byday adjusted incorrectly #2885
38
-
- Fix e2e tests not failing on errors (#2911)
36
+
- Fix weatherbit provider to use type config value instead of endpoint.
37
+
- Fix calendar events which DO NOT specify rrule byday adjusted incorrectly (#2885).
0 commit comments