We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f81c36 commit b5cc408Copy full SHA for b5cc408
CHANGELOG.md
@@ -33,6 +33,7 @@ _This release is scheduled to be released on 2024-01-01._
33
- electron is now per default started without gpu, if needed it must be enabled with new env var `ELECTRON_ENABLE_GPU=1` on startup (#3226)
34
- Replace prettier by stylistic in ESLint config to lint JavaScript (and disable some rules for `config/config.js*` files)
35
- Update node-ical to v0.17.1 and fix tests
36
+- Changed `new Date()` to `Date.now()` to aid debugging (#3252)
37
38
### Fixed
39
0 commit comments