Code quality / security:
- stricter
tsc
configuration (and adapting the code for it), --inspect
flag family mitigations (an approach to block them without patched Electron).
New features:
- Suppress notifications for a week on their
close
event – on Linux (at least XFCE), it seems to be emitted once notification body is clicked.- A better approach is planned for this on Linux (and maybe unofficially on FreeBSD as well) in feature – I work on Node native module that is going to be capable of emitting notifications with custom actions. MacOS seems to support that out-of-the-box on Electron, which should mean that only Windows may use the current cross-platform behavior.
Full Changelog: v3.1.2...v3.1.3