Electron Releases

Filter by channel Filter by major release

Release Notes for v9.3.4

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

Release Notes for v9.3.3

Fixes

  • Browser views will properly resize within windows. #26034 (Also in 10, 11)
  • Fix: gdi printing in silent printing mode. #25724 (Also in 10, 11)
  • Fixed NativeImage.getScaleFactors() always returning the same value. #25904 (Also in 10, 11)
  • Fixed a crash in printing on Windows. #26066 (Also in 10, 11)
  • Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25862 (Also in 10, 11)
  • Fixed an issue where Save as PDF from PDF Viewer Print dialog failed and sometimes crashed. #26067 (Also in 10, 11)
  • Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26128 (Also in 10, 11)
  • Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25924 (Also in 10, 11)
  • Fixed an issue where the PDF annotations button existed in a broken state. #26004
  • Fixed bug that meant require.resolve paths option was ignored. #26035 (Also in 10, 11)
  • Fixed maximized frameless window bleeding to other monitors. #25980 (Also in 8, 10, 11)
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #26098 (Also in 8, 10, 11)

Other Changes

  • Backported fix for CVE-2020-15999. #26069
  • Backported the fix to CVE-2020-15969: Use after free in WebRTC. #25854
  • Security: backported fix for 1111149. #25638
  • Security: backported fix for 1113558. #25859
  • Security: backported fix for 1121414. #25911
  • Security: backported fix for 1121836. #25641
  • Security: backported fix for 1125635, 1115901. #25857
  • Security: backported fix for 1126249. #25645
  • Security: backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #25896