Prepare 2.18.0.

This commit is contained in:
Michael Teeuw 2022-01-01 19:17:35 +01:00
parent 7a7ed48063
commit 4c919a7489
3 changed files with 16 additions and 16 deletions

View File

@ -3,11 +3,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/). This project adheres to [Semantic Versioning](https://semver.org/).
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
## [2.18.0] - Unreleased (Develop Branch) ## [2.18.0] - 2022-01-01
_This release is scheduled to be released on 2022-01-01._ Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil.
### Added ### Added
@ -15,18 +15,18 @@ _This release is scheduled to be released on 2022-01-01._
### Updated ### Updated
- ESLint version supports now ECMAScript 2018 - ESLint version supports now ECMAScript 2018.
- Cleaned up `updatenotification` module and switched to nunjuck template. - Cleaned up `updatenotification` module and switched to nunjuck template.
- Moved calendar tests from category `electron` to `e2e`. - Moved calendar tests from category `electron` to `e2e`.
- Update missed translations for Korean language (ko.json) - Update missed translations for Korean language (ko.json).
- Update missed translations for Dutch language (nl.json) - Update missed translations for Dutch language (nl.json).
- Cleaned up `alert` module and switched to nunjuck template. - Cleaned up `alert` module and switched to nunjuck template.
- Moved weather tests from category `electron` to `e2e`. - Moved weather tests from category `electron` to `e2e`.
- Updated github actions. - Updated github actions.
- Replace spectron with playwright, update dependencies including electron update to v16. - Replace spectron with playwright, update dependencies including electron update to v16.
- Added lithuanian language to translations.js - Added lithuanian language to translations.js.
- Show info message if newsfeed is empty (fixes #2731) - Show info message if newsfeed is empty (fixes #2731).
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712) - Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712).
- Added missing shebang to `installers/mm.sh`. - Added missing shebang to `installers/mm.sh`.
- Node versions in templates and github workflows. - Node versions in templates and github workflows.
@ -41,10 +41,10 @@ _This release is scheduled to be released on 2022-01-01._
- Fixed User-Agent-Header for newsfeed and calendar module (#2729). - Fixed User-Agent-Header for newsfeed and calendar module (#2729).
- Replace broken shields in Readme and use https for links. - Replace broken shields in Readme and use https for links.
- Fixed electron tests with retry. - Fixed electron tests with retry.
- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632) - Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632).
- Fixed Calendar showEnd and Full Date overlay (#2629) - Fixed Calendar showEnd and Full Date overlay (#2629).
- Fixed regression on #2632, #2752 - Fixed regression on #2632, #2752.
- Broadcast custom symbols in CALENDAR_EVENTS - Broadcast custom symbols in CALENDAR_EVENTS.
## [2.17.1] - 2021-10-01 ## [2.17.1] - 2021-10-01

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.18.0-develop", "version": "2.18.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "magicmirror", "name": "magicmirror",
"version": "2.18.0-develop", "version": "2.18.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.18.0-develop", "version": "2.18.0",
"description": "The open source modular smart mirror platform.", "description": "The open source modular smart mirror platform.",
"main": "js/electron.js", "main": "js/electron.js",
"scripts": { "scripts": {