From 7694d6fa867ebeee4695667e2561da0a7ff11622 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 1 Oct 2022 20:14:26 +0200 Subject: [PATCH] Prepare 2.22.0-develop --- CHANGELOG.md | 20 ++++++++++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137453d0d3..5bc851268f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,34 @@ 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². +## [2.22.0] - Unreleased (Develop) + +_This release is scheduled to be released on 2023-01-01._ + +### Added + +### Removed + +### Updated + +### Fixed + ## [2.21.0] - 2022-10-01 Special thanks to: @BKeyport, @buxxi, @davide125, @khassel, @kolbyjack, @krukle, @MikeBishop, @rejas, @sdetweil, @SkySails and @veeck -## Added +### Added - Possibility to fetch calendars through socket notifications. - 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. - New `showTimeToday` option in calendar module shows time for current-day events even if `timeFormat` is `"relative"`. - Add hourly forecasts, apparent temperature & custom location name to SMHI weather provider. -## Removed +### Removed - Old weather deprecated modules `currentweather` and `weatherforecast`. -## Updated +### Updated - Removed `DAYAFTERTOMORROW` from English. - Update dependencies. @@ -28,7 +40,7 @@ Special thanks to: @BKeyport, @buxxi, @davide125, @khassel, @kolbyjack, @krukle, - Updated font tree to use variables consistantly. - Removed deprecated Docker Repository from issue template. -## Fixed +### Fixed - Broadcast all calendar events while still honoring global and per-calendar maximumEntries. - Respect rss ttl provided by newsfeed (#2883). diff --git a/package-lock.json b/package-lock.json index b82132f3f4..55d893738b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magicmirror", - "version": "2.21.0", + "version": "2.22.0-develop", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magicmirror", - "version": "2.21.0", + "version": "2.22.0-develop", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b805bb9f2c..8f1aaf1eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.21.0", + "version": "2.22.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {