mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Prepare 2.22.0-develop
This commit is contained in:
parent
298e585361
commit
7694d6fa86
20
CHANGELOG.md
20
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).
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user