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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,15 @@ _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
28
28
### Changed
29
29
30
30
-[core] Run code style checks in workflow only once (#3648)
31
31
-[core] Fix animations export #3644 only on server side (#3649)
32
-
-[core] Use project URL in fallback config.
33
-
-[core] fix Access Denied crash writing js/positions.js (on synology nas) #3651. new message, MM starts, but no modules showing
32
+
-[core] Use project URL in fallback config (#3656)
33
+
-[core] Fix Access Denied crash writing js/positions.js (on synology nas) #3651. new message, MM starts, but no modules showing (#3652)
34
+
-[linter] Switch to 'npx' for lint-staged in pre-commit hook
34
35
35
36
### Removed
36
37
@@ -40,7 +41,7 @@ _This release is scheduled to be released on 2025-01-01._
40
41
### Updated
41
42
42
43
-[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
44
+
-[core] Update electron dependency to v32 (test electron rebuild) and other dependencies (#3657)
44
45
-[tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
0 commit comments