Skip to content

Commit 298e585

Browse files
committed
Prepare 2.21.0
1 parent 21a6d1b commit 298e585

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
77

8-
## [2.21.0] - Unreleased (develop)
8+
## [2.21.0] - 2022-10-01
99

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
1111

1212
## Added
1313

1414
- Possibility to fetch calendars through socket notifications.
1515
- 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.
1818

1919
## Removed
2020

21-
- old weather modules `currentweather` and `weatherforecast`
21+
- Old weather deprecated modules `currentweather` and `weatherforecast`.
2222

2323
## Updated
2424

25-
- Removed DAYAFTERTOMORROW from English
25+
- Removed `DAYAFTERTOMORROW` from English.
2626
- 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.
3030

3131
## Fixed
3232

3333
- Broadcast all calendar events while still honoring global and per-calendar maximumEntries.
3434
- Respect rss ttl provided by newsfeed (#2883).
3535
- 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).
38+
- Fix e2e tests not failing on errors (#2911).
3939

4040
## [2.20.0] - 2022-07-02
4141

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.21.0-develop",
3+
"version": "2.21.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)