Merge branch 'develop' into update_deps

This commit is contained in:
Michael Teeuw 2022-02-02 09:08:47 +01:00 committed by GitHub
commit b0c57272c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 7 deletions

View File

@ -19,16 +19,17 @@ _This release is scheduled to be released on 2022-04-01._
### Updated
- deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`.
- update `electron` to v17, `helmet` to v5 (use defaults of v4) and other dependencies.
- updates Font Awesome css class to new default style (fixes #2768)
- replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced.
- include all calendar events from the configured date range when broadcasting.
- Deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`.
- Update `electron` to v17, `helmet` to v5 (use defaults of v4) and other dependencies.
- Updates Font Awesome css class to new default style (fixes #2768)
- Replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced.
- Include all calendar events from the configured date range when broadcasting.
- Update Danish translation.
### Fixed
- improved and speedup e2e tests, artificial wait after mm start removed.
- improved husky setup not blocking `git commit` if `husky` or `npm` is not installed.
- Improved and speedup e2e tests, artificial wait after mm start removed.
- Improved husky setup not blocking `git commit` if `husky` or `npm` is not installed.
- Using a consistent spelling of MagicMirror².
## [2.18.0] - 2022-01-01

View File

@ -26,6 +26,16 @@
"NNW": "NNV",
"FEELS": "Føles som {DEGREE}",
"PRECIP": "PoP",
"MODULE_CONFIG_CHANGED": "Konfigurationsmulighederne for {MODULE_NAME} modulet er ændret.\nSe venligst dokumentationen.",
"MODULE_CONFIG_ERROR": "Fejl i {MODULE_NAME} modulet. {ERROR}",
"MODULE_ERROR_MALFORMED_URL": "Forkert url.",
"MODULE_ERROR_NO_CONNECTION": "Ingen internetforbindelse.",
"MODULE_ERROR_UNAUTHORIZED": "Godkendelse mislykkedes.",
"MODULE_ERROR_UNSPECIFIED": "Tjek logfiler for flere detaljer.",
"NEWSFEED_NO_ITEMS": "Ingen nyheder i øjeblikket.",
"UPDATE_NOTIFICATION": "MagicMirror² opdatering tilgængelig.",
"UPDATE_NOTIFICATION_MODULE": "Opdatering tilgængelig for {MODULE_NAME} modulet.",