You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,16 @@ _This release is scheduled to be released on 2025-01-01._
23
23
-[linter] Re-activate `eslint-plugin-package-json` to lint `package.json` (#3643)
24
24
-[linter] Add linting for markdown files (#3646)
25
25
-[calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650)
26
-
-[core] Add text to the config.js.sample file about the locale variable (#3654)
26
+
-[core] Add text to the config.js.sample file about the locale variable (#3654, #3655)
27
27
-[core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems.
28
28
29
29
### Changed
30
30
31
31
-[core] Run code style checks in workflow only once (#3648)
32
32
-[core] Fix animations export #3644 only on server side (#3649)
33
-
-[core] Use project URL in fallback config.
33
+
-[core] Use project URL in fallback config (#3656)
34
+
-[core] Fix Access Denied crash writing js/positions.js (on synology nas) #3651. new message, MM starts, but no modules showing (#3652)
35
+
-[linter] Switch to 'npx' for lint-staged in pre-commit hook (#3658)
34
36
35
37
### Removed
36
38
@@ -40,9 +42,10 @@ _This release is scheduled to be released on 2025-01-01._
40
42
### Updated
41
43
42
44
-[repo] Reactivate `stale.yaml` as GitHub action to mark issues as stale after 60 days and close them 7 days later (if no activity) (#3577, #3580, #3581)
43
-
-[core] Update electron dependency to v32 (test electron rebuild) and other dependencies too
45
+
-[core] Update electron dependency to v32 (test electron rebuild) and other dependencies (#3657)
44
46
-[tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
45
47
-[core] Run and test with node 23 (#3588)
48
+
-[workflow] delete exception `allow-ghsas: GHSA-8hc4-vh64-cxmj` in `dep-review.yaml` (#3659)
46
49
47
50
### Fixed
48
51
@@ -54,6 +57,7 @@ _This release is scheduled to be released on 2025-01-01._
54
57
-[core] Fix missing `basePath` where `location.host` is used (#3613)
55
58
-[compliments] croner library changed filenames used in latest version (#3624)
56
59
-[linter] Fix ESLint ignore pattern which caused that default modules not to be linted (#3632)
60
+
-[core] Fix module path in case of sub/sub folder is used and use path.resolve for resolve `moduleFolder` and `defaultModuleFolder` in app.js (#3653)
57
61
-[calendar] Update to resolve issues #3098#3144#3351#3422#3443#3467#3537 related to timezone changes
58
62
-[calendar] Fix #3267 (styles array), also fixes event with both exdate AND recurrence(and testcase)
59
63
-[calendar] Fix showEndsOnlyWithDuration not working, #3598, applies ONLY to full day events
console.error("unable to write js/positions.js with the discovered module positions\nmake the MagicMirror/js folder writeable by the user starting MagicMirror");
0 commit comments