@@ -22,12 +22,13 @@ _This release is scheduled to be released on 2025-01-01._
2222- [ linter] Re-add ` eslint-plugin-import ` now that it supports ESLint v9 (#3586 )
2323- [ linter] Re-activate ` eslint-plugin-package-json ` to lint ` package.json ` (#3643 )
2424- [ linter] Add linting for markdown files (#3646 )
25- - [ calendar] - added ability to display end date for full date events, where end is not same day (showEnd=true)
25+ - [ calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) ( # 3650 )
2626
2727### Changed
2828
29- - [ core] Run code style checks in workflow only once.
30- - [ core] fix animations export #3644 only on server side
29+ - [ core] Run code style checks in workflow only once (#3648 )
30+ - [ core] Fix animations export #3644 only on server side (#3649 )
31+ - [ core] Use project URL in fallback config.
3132
3233### Removed
3334
@@ -45,18 +46,18 @@ _This release is scheduled to be released on 2025-01-01._
4546
4647- [ updatenotification] Fix pm2 using detection when pm2 script is inside or outside MagicMirror root folder (#3576 ) (#3605 ) (#3626 ) (#3628 )
4748- [ core] Fix loading node_helper of modules: avoid black screen, display errors and continue loading with next module (#3578 )
48- - [ weather] changed default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574 )
49- - [ tests] fix electron tests with mock dates, the mock on server side was missing (#3597 )
50- - [ tests] fix testcases with hard coded Date.now (#3597 )
49+ - [ weather] Change default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574 )
50+ - [ tests] Fix electron tests with mock dates, the mock on server side was missing (#3597 )
51+ - [ tests] Fix testcases with hard coded Date.now (#3597 )
5152- [ core] Fix missing ` basePath ` where ` location.host ` is used (#3613 )
5253- [ compliments] croner library changed filenames used in latest version (#3624 )
5354- [ linter] Fix ESLint ignore pattern which caused that default modules not to be linted (#3632 )
54- - [ calendar] - update to resolve issues #3098 #3144 #3351 #3422 #3443 #3467 #3537 related to timezone changes
55- - [ calendar] - fixes #3267 (styles array), also fixes event with both exdate AND recurrence(and testcase)
56- - [ calendar] - fix showEndsOnlyWithDuration not working, #3598 , applies ONLY to full day events
57- - [ calendar] - fix showEnd for Full Day events #3602
58- - [ tests] Suppress "module is not defined" in e2e tests
59- - [ calendar] - fixes #3267 (styles array, really this time!)
55+ - [ calendar] Update to resolve issues #3098 #3144 #3351 #3422 #3443 #3467 #3537 related to timezone changes
56+ - [ calendar] Fix #3267 (styles array), also fixes event with both exdate AND recurrence(and testcase)
57+ - [ calendar] Fix showEndsOnlyWithDuration not working, #3598 , applies ONLY to full day events
58+ - [ calendar] Fix showEnd for Full Day events ( #3602 )
59+ - [ tests] Suppress "module is not defined" in e2e tests ( # 3647 )
60+ - [ calendar] Fix #3267 (styles array, really this time!)
6061
6162## [ 2.29.0] - 2024-10-01
6263
0 commit comments