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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,30 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
-
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
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.18.0] - Unreleased (Develop Branch)
8
+
## [2.18.0] - 2022-01-01
9
9
10
-
_This release is scheduled to be released on 2022-01-01._
10
+
Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil.
11
11
12
12
### Added
13
13
14
14
- Added test for calendar recurring event with checks the correct date displayed (related to #2752).
15
15
16
16
### Updated
17
17
18
-
- ESLint version supports now ECMAScript 2018
18
+
- ESLint version supports now ECMAScript 2018.
19
19
- Cleaned up `updatenotification` module and switched to nunjuck template.
20
20
- Moved calendar tests from category `electron` to `e2e`.
21
-
- Update missed translations for Korean language (ko.json)
22
-
- Update missed translations for Dutch language (nl.json)
21
+
- Update missed translations for Korean language (ko.json).
22
+
- Update missed translations for Dutch language (nl.json).
23
23
- Cleaned up `alert` module and switched to nunjuck template.
24
24
- Moved weather tests from category `electron` to `e2e`.
25
25
- Updated github actions.
26
26
- Replace spectron with playwright, update dependencies including electron update to v16.
27
-
- Added lithuanian language to translations.js
28
-
- Show info message if newsfeed is empty (fixes #2731)
29
-
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712)
27
+
- Added lithuanian language to translations.js.
28
+
- Show info message if newsfeed is empty (fixes #2731).
29
+
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712).
30
30
- Added missing shebang to `installers/mm.sh`.
31
31
- Node versions in templates and github workflows.
32
32
@@ -41,10 +41,10 @@ _This release is scheduled to be released on 2022-01-01._
41
41
- Fixed User-Agent-Header for newsfeed and calendar module (#2729).
42
42
- Replace broken shields in Readme and use https for links.
43
43
- Fixed electron tests with retry.
44
-
- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632)
45
-
- Fixed Calendar showEnd and Full Date overlay (#2629)
46
-
- Fixed regression on #2632, #2752
47
-
- Broadcast custom symbols in CALENDAR_EVENTS
44
+
- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632).
45
+
- Fixed Calendar showEnd and Full Date overlay (#2629).
0 commit comments