mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Prepare Release 2.22.0
This commit is contained in:
parent
e9be668d1b
commit
0ebedd0fb8
14
CHANGELOG.md
14
CHANGELOG.md
@ -5,11 +5,11 @@ 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.22.0] - Unreleased (Develop)
|
## [2.22.0] - 2023-01-01
|
||||||
|
|
||||||
_This release is scheduled to be released on 2023-01-01._
|
Thanks to: @angeldeejay, @buxxi, @dariom, @dWoolridge, @KristjanESPERANTO, @MagMar94, @naveensrinivasan, @retroflex, @SkySails and @Tom.
|
||||||
|
|
||||||
Special thanks to: @rejas, @sdetweil, @MagMar94, @angeldeejay
|
Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you!
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -19,13 +19,13 @@ Special thanks to: @rejas, @sdetweil, @MagMar94, @angeldeejay
|
|||||||
- Added css class names "today" and "tomorrow" for default calendar
|
- Added css class names "today" and "tomorrow" for default calendar
|
||||||
- Added Collaboration.md
|
- Added Collaboration.md
|
||||||
- Added new github action for dependency review (#2862)
|
- Added new github action for dependency review (#2862)
|
||||||
- Added a WeatherProvider for Open-Meteo.
|
- Added a WeatherProvider for Open-Meteo
|
||||||
- Added Yr as a weather provider
|
- Added Yr as a weather provider
|
||||||
- Added config options "ignoreXOriginHeader" and "ignoreContentSecurityPolicy"
|
- Added config options "ignoreXOriginHeader" and "ignoreContentSecurityPolicy"
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Removed usage of internal fetch function of node until it is more stable.
|
- Removed usage of internal fetch function of node until it is more stable
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
@ -39,8 +39,8 @@ Special thanks to: @rejas, @sdetweil, @MagMar94, @angeldeejay
|
|||||||
- Reworked how weatherproviders handle units (#2849)
|
- Reworked how weatherproviders handle units (#2849)
|
||||||
- Use unix() method for parsing times, fix suntimes on the way (#2950)
|
- Use unix() method for parsing times, fix suntimes on the way (#2950)
|
||||||
- Refactor conversion functions into utils class (#2958)
|
- Refactor conversion functions into utils class (#2958)
|
||||||
- The `cors`-method in `server.js` now supports sending and recieving HTTP headers.
|
- The `cors`-method in `server.js` now supports sending and recieving HTTP headers
|
||||||
- Replace `…` by `…`.
|
- Replace `…` by `…`
|
||||||
- Cleanup compliments module
|
- Cleanup compliments module
|
||||||
- Updated dependencies including electron to v22 (#2903)
|
- Updated dependencies including electron to v22 (#2903)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.22.0-develop",
|
"version": "2.22.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.22.0-develop",
|
"version": "2.22.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.22.0-develop",
|
"version": "2.22.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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user