Skip to content

Commit be073da

Browse files
authored
Merge pull request #2760 from MichMich/prepare-release-2.18.0
Prepare-release-2.18.0
2 parents 7a7ed48 + 4c919a7 commit be073da

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

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².
77

8-
## [2.18.0] - Unreleased (Develop Branch)
8+
## [2.18.0] - 2022-01-01
99

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.
1111

1212
### Added
1313

1414
- Added test for calendar recurring event with checks the correct date displayed (related to #2752).
1515

1616
### Updated
1717

18-
- ESLint version supports now ECMAScript 2018
18+
- ESLint version supports now ECMAScript 2018.
1919
- Cleaned up `updatenotification` module and switched to nunjuck template.
2020
- 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).
2323
- Cleaned up `alert` module and switched to nunjuck template.
2424
- Moved weather tests from category `electron` to `e2e`.
2525
- Updated github actions.
2626
- 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).
3030
- Added missing shebang to `installers/mm.sh`.
3131
- Node versions in templates and github workflows.
3232

@@ -41,10 +41,10 @@ _This release is scheduled to be released on 2022-01-01._
4141
- Fixed User-Agent-Header for newsfeed and calendar module (#2729).
4242
- Replace broken shields in Readme and use https for links.
4343
- 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).
46+
- Fixed regression on #2632, #2752.
47+
- Broadcast custom symbols in CALENDAR_EVENTS.
4848

4949
## [2.17.1] - 2021-10-01
5050

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.18.0-develop",
3+
"version": "2.18.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)