Electron Releases - v9.3.4

npm install electron@v9.3.4
yarn add electron@v9.3.4

Release Notes

Fixes

  • Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26244 (Also in 10, 11)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews. #26261 (Also in 10, 11)
  • Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing BrowserWindow was resized. #26322 (Also in 10, 11)
  • Fixed calling app.commandLine.appendSwitch('lang') not changing app's locale. #26242 (Also in 10, 11)

Other Changes

  • Improved performance of takeHeapSnapshot(). #26228
  • Security: backported fix for 1100470, 1125337. #26210
  • Security: backported fix for 1128657. #26197
  • Security: backported fix for 1133983. #26204
  • Security: backported fix for 1135018. #26194
  • Security: backported fix for 1135857. #26191
  • Security: backported fix for chromium:1117258. #26200
  • Security: backported fix for chromium:1132111. #26207
  • Security: backported fix for chromium:1137630. #26213