mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 23:57:43 +00:00
parent
4aafa32875
commit
cfc0bc617f
10
CHANGELOG.md
10
CHANGELOG.md
@ -11,6 +11,8 @@ _This release is scheduled to be released on 2024-07-01._
|
|||||||
|
|
||||||
Thanks to: @kleinmantara (to be continued before release)
|
Thanks to: @kleinmantara (to be continued before release)
|
||||||
|
|
||||||
|
> ⚠️ This release needs nodejs version >= v20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- [calendar] Added config option "showEndsOnlyWithDuration" for default calendar
|
- [calendar] Added config option "showEndsOnlyWithDuration" for default calendar
|
||||||
@ -18,18 +20,18 @@ Thanks to: @kleinmantara (to be continued before release)
|
|||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- [test suite] delete node v18 support
|
- [tests] delete node v18 support (#3462)
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- [core] Update dependencies including electron to v31
|
- [core] Update dependencies including electron to v31
|
||||||
- [core] use node >= v20
|
- [core] use node >= v20 (#3462)
|
||||||
- [core] Update `config.js.sample` to use openmeteo as weather provider which needs no api key
|
- [core] Update `config.js.sample` to use openmeteo as weather provider which needs no api key
|
||||||
- [Tests] Use latest@version of node for automated-tests.yaml
|
- [tests] Use latest@version of node for automated-tests.yaml (#3483)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [core] Fixed crash possibility if `module: <name>` is not defined and on `postion: <positon>` misktake.
|
- [core] Fixed crash possibility if `module: <name>` is not defined and on `postion: <positon>` misktake. (#3445)
|
||||||
- [weather] Fixed precipitationProbability in forecast for provider openmeteo (#3446)
|
- [weather] Fixed precipitationProbability in forecast for provider openmeteo (#3446)
|
||||||
- [weather] Fixed type=daily for provider openmeteo having no data when running after 23:00 (#3449)
|
- [weather] Fixed type=daily for provider openmeteo having no data when running after 23:00 (#3449)
|
||||||
- [weather] Fixed type=daily for provider openmeteo showing nightly icons in forecast when current time is "nightly" (#3458)
|
- [weather] Fixed type=daily for provider openmeteo showing nightly icons in forecast when current time is "nightly" (#3458)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user