Skip to content

Commit

Permalink
Merge branch 'develop' into node-version-update
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Dec 23, 2021
2 parents c88d25b + acbcb47 commit 272219e
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 465 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ _This release is scheduled to be released on 2022-01-01._
- Cleaned up `updatenotification` module and switched to nunjuck template.
- Moved calendar tests from category `electron` to `e2e`.
- Update missed translations for Korean language (ko.json)
- Update missed translations for Dutch language (nl.json)
- Cleaned up `alert` module and switched to nunjuck template.
- Moved weather tests from category `electron` to `e2e`.
- Updated github actions.
- Replace spectron with playwright, update dependencies including electron update to v16.
- Added lithuanian language to translations.js
- Show info message if newsfeed is empty (fixes #2731)
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712)
- Added missing shebang to `installers/mm.sh`.
- Node versions in templates and github workflows.

### Fixed
Expand All @@ -36,6 +38,7 @@ _This release is scheduled to be released on 2022-01-01._
- Revert node-ical update due to missing luxon package.
- Fixed User-Agent-Header for newsfeed and calendar module (#2729).
- Replace broken shields in Readme and use https for links.
- Fixed electron tests with retry.

## [2.17.1] - 2021-10-01

Expand Down
1 change: 1 addition & 0 deletions installers/mm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# This file is still here to keep PM2 working on older installations.
cd ~/MagicMirror
DISPLAY=:0 npm start
Loading

0 comments on commit 272219e

Please sign in to comment.