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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,26 @@ _This release is scheduled to be released on 2025-01-01._
16
16
-[core] Add wayland and windows start options to `package.json` (#3594)
17
17
-[docs] Add step for npm publishing in release process (#3595)
18
18
-[core] Add GitHub workflow to run spellcheck a few days before each release (#3623)
19
-
-[core] Add test flag to index.html to pass to module js for test mode detection (needed by #3630)
19
+
-[core] Add test flag to `index.html` to pass to module js for test mode detection (needed by #3630)
20
20
-[core] Add export on animation names (#3644)
21
-
-[compliments]add support for refreshing remote compliments file, and test cases (#3630)
21
+
-[compliments]Add support for refreshing remote compliments file, and test cases (#3630)
22
22
-[linter] Re-add `eslint-plugin-import`now that it supports ESLint v9 (#3586)
23
23
-[linter] Re-activate `eslint-plugin-package-json` to lint `package.json` (#3643)
24
-
-[linter] Add linting for markdown files.
24
+
-[linter] Add linting for markdown files (#3646)
25
25
-[calendar] - added ability to display end date for full date events, where end is not same day (showEnd=true)
26
26
27
+
### Changed
28
+
29
+
-[core] Run code style checks in workflow only once.
30
+
27
31
### Removed
28
32
29
33
-[tests] Remove `node-pty` and `drivelist` from rebuilded test (#3575)
30
34
-[deps] Remove `@eslint/js` dependency. Already installed with `eslint` in deep (#3636)
31
35
32
36
### Updated
33
37
34
-
-[repo]reactivated`stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
38
+
-[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)
35
39
-[core] Update electron dependency to v32 (test electron rebuild) and other dependencies too
36
40
-[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