BiMo
BiMo copied to clipboard
Bump electron from 2.0.18 to 9.1.0
Bumps electron from 2.0.18 to 9.1.0.
Release notes
Sourced from electron's releases.
electron v9.1.0
Release Notes for v9.1.0
Features
- Added support for
MessagePortin the main process. #24323- Added support for suspend and resume events to Windows. #24283
- Added support for suspend and resume events to macOS. #24294
- Expose sessionId associated with a target from debugger module. #24398
- Implemented
systemPreferences.getMediaAccessStatus()on Windows. #24312Fixes
- Fixed an intermittent high-CPU usage problem caused a system clock issue during sleep. #24415
- Fixed an issue where some old notifications were not properly removed from the Notification Center on macOS. #24406
- Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal. #24354
electron v9.0.5
Release Notes for v9.0.5
Fixes
- Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24185
- Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. #24232
- Fixed an error when calling
dialog.showCertificateTrustDialogwith noBrowserWindow. #24121- Fixed an issue where
shutdownwould be emitted both on app and system shutdown on macOS. #24141- Fixed an issue where
withFileTypeswas not supported as an option tofs.readdirorfs.readdirSyncunder asar. #24108- Fixed an issue which would cause streaming protocol responses to stall in some cases. #24082
- Fixed an issue with click events not being emitted on macOS for Trays with context menus set. #24236
- Fixed delayed execution of some Node.js callbacks in the main process. #24178
- Fixed tray menu showing in taskbar on Windows. #24193
- Fixed window titlebar not responding to pen on Windows 10. #24103
Other Changes
- Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24059
- Fixed mac app store rejection notice for invalid symbolic link in bundle. #24238
- Updated Chromium to 83.0.4103.119. #24234
Documentation
- Documentation changes: #24177
electron v9.0.4
Release Notes for v9.0.4
Fixes
Commits
a822d26Bump v9.1.09d6ac05feat: expose sessionId in debugger module (#24398)cbe66f2fix: intermittent 100% CPU usage on macOS (#24415)4f10bdefeat: implement systemPreferences.getMediaAccessStatus() on Windows (#24275) ...473c7dbchore: use node_bindings loop for clarity (#24418)4515c4dfeat: add app render-process-gone event (#24315)6dd394afix: remove same-tag notifications before showing new ones (#24406)4ace499feat: MessagePorts in the main process (#24323)71e3296feat: add new render-process-gone event (#24309)67002fdfix: macOS modal focus (#24354)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.