Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ _This release is scheduled to be released on 2023-01-01._

### Updated

- updated e2e tests (moved `done()` in helper functions) and use es6 syntax in all tests
- Updated e2e tests (moved `done()` in helper functions) and use es6 syntax in all tests
- Updated da translation

### Fixed

Expand All @@ -29,21 +30,21 @@ Special thanks to: @BKeyport, @buxxi, @davide125, @khassel, @kolbyjack, @krukle,

### Added

- Possibility to fetch calendars through socket notifications.
- 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.
- Added hourly forecasts, apparent temperature & custom location name to SMHI weather provider.

### Removed

- Old weather deprecated modules `currentweather` and `weatherforecast`.
- Removed old and deprecated weather modules `currentweather` and `weatherforecast`.
- Removed `DAYAFTERTOMORROW` from English.

### Updated

- Removed `DAYAFTERTOMORROW` from English.
- Update dependencies.
- Updated dependencies.
- Updated jsdoc.
- Updated font tree to use variables consistantly.
- Updated font tree to use variables consistently.
- Removed deprecated Docker Repository from issue template.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"NNW": "NNV",

"FEELS": "Føles som {DEGREE}",
"PRECIP": "PoP",
"PRECIP": "Sandsynlighed for nedbør",

"MODULE_CONFIG_CHANGED": "Konfigurationsmulighederne for {MODULE_NAME} modulet er ændret.\nSe venligst dokumentationen.",
"MODULE_CONFIG_ERROR": "Fejl i {MODULE_NAME} modulet. {ERROR}",
Expand Down