Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.5

Fixes

  • Added default NSMicrophoneUsageDescription and NSCameraUsageDescription strings to info.plist. #19949
  • Fixed a bug where an unresizable window would shrink when restored after being minimized on Windows. #19956
  • Fixed a bug where sometimes a ~10px white border would be added to fullscreen windows on Windows. #19944
  • Fixed command-line scheme arguments from spilling over into each other. #19940
  • Fixed issue where reloading the window after calling setBackgroundColor would result in using an older background color setting. #19973
  • No-notes. #19391

Other Changes

  • Updated Chromium to 76.0.3809.136. #19981

Release Notes for v6.0.4

Fixes

  • Fixed an issue where a call to child_process.fork() would set ELECTRON_RUN_AS_NODE in the main process. #19845
  • Fixed web page displayed with offset when using native tab on macOS. #19888
  • Fixed white flash after restoring an app from the background. #19900

Other Changes

  • Updated Chromium to 76.0.3809.131. #19909

Documentation

  • Documentation changes: #19843