mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-10-11 23:15:28 +00:00
Prepare Release 2.33.0 (#3902)
This commit is contained in:
committed by
GitHub
parent
1f2d1b92b5
commit
593a4b95d6
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,11 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
❤️ **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.33.0] - unreleased
|
## [2.33.0] - 2025-10-01
|
||||||
|
|
||||||
planned for 2025-10-01
|
Thanks to: @Crazylegstoo, @dathbe, @m-idler, @plebcity, @khassel, @KristjanESPERANTO, @rejas and @sdetweil!
|
||||||
|
|
||||||
Thanks to: @dathbe.
|
|
||||||
|
|
||||||
> ⚠️ This release needs nodejs version `v22.18.0 or higher`
|
> ⚠️ This release needs nodejs version `v22.18.0 or higher`
|
||||||
|
|
||||||
@@ -60,7 +58,7 @@ Thanks to: @dathbe.
|
|||||||
- [core] Fixed socket.io timeout when server is slow to send notification, notification lost at client (#3380)
|
- [core] Fixed socket.io timeout when server is slow to send notification, notification lost at client (#3380)
|
||||||
- [tests] refactor AnimateCSS tests after jsdom 27 upgrade (#3891)
|
- [tests] refactor AnimateCSS tests after jsdom 27 upgrade (#3891)
|
||||||
- [weather] Use `apparent_temperature` data from openmeteo's hourly weather for current feelsLikeTemp (#3868).
|
- [weather] Use `apparent_temperature` data from openmeteo's hourly weather for current feelsLikeTemp (#3868).
|
||||||
- [weather] Updated envcanada Provider to use new database/URL schema for accessing weather data (#3822).
|
- [weather] Updated envcanada Provider to use new database/URL schema for accessing weather data (#3878).
|
||||||
|
|
||||||
## [2.32.0] - 2025-07-01
|
## [2.32.0] - 2025-07-01
|
||||||
|
|
||||||
@@ -1826,7 +1824,7 @@ It includes (but is not limited to) the following features:
|
|||||||
|
|
||||||
This was part of the blogpost: [https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the](https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the)
|
This was part of the blogpost: [https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the](https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the)
|
||||||
|
|
||||||
[2.33.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.32.0...develop
|
[2.33.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.32.0...v2.33.0
|
||||||
[2.32.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.31.0...v2.32.0
|
[2.32.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.31.0...v2.32.0
|
||||||
[2.31.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.30.0...v2.31.0
|
[2.31.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.30.0...v2.31.0
|
||||||
[2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0
|
[2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"browserwindow",
|
"browserwindow",
|
||||||
"bryanzzhu",
|
"bryanzzhu",
|
||||||
"btoconnor",
|
"btoconnor",
|
||||||
|
"bughaver",
|
||||||
"bugsounet",
|
"bugsounet",
|
||||||
"buxxi",
|
"buxxi",
|
||||||
"byday",
|
"byday",
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
"darksky",
|
"darksky",
|
||||||
"dateheader",
|
"dateheader",
|
||||||
"dateheaders",
|
"dateheaders",
|
||||||
|
"dathbe",
|
||||||
"davide",
|
"davide",
|
||||||
"DAYAFTERTOMORROW",
|
"DAYAFTERTOMORROW",
|
||||||
"DAYBEFOREYESTERDAY",
|
"DAYBEFOREYESTERDAY",
|
||||||
@@ -175,6 +177,7 @@
|
|||||||
"oraclesean",
|
"oraclesean",
|
||||||
"oscarb",
|
"oscarb",
|
||||||
"philnagel",
|
"philnagel",
|
||||||
|
"plebcity",
|
||||||
"Português",
|
"Português",
|
||||||
"PRECIP",
|
"PRECIP",
|
||||||
"Problema",
|
"Problema",
|
||||||
@@ -233,6 +236,7 @@
|
|||||||
"Weatherflow",
|
"Weatherflow",
|
||||||
"weatherforecast",
|
"weatherforecast",
|
||||||
"weathergov",
|
"weathergov",
|
||||||
|
"weathericon",
|
||||||
"weathericons",
|
"weathericons",
|
||||||
"weatherobject",
|
"weatherobject",
|
||||||
"weatherutils",
|
"weatherutils",
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.33.0-develop",
|
"version": "2.33.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.33.0-develop",
|
"version": "2.33.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.33.0-develop",
|
"version": "2.33.0",
|
||||||
"description": "The open source modular smart mirror platform.",
|
"description": "The open source modular smart mirror platform.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"magic mirror",
|
"magic mirror",
|
||||||
|
Reference in New Issue
Block a user