Electron Releases - v6.0.1

npm install electron@v6.0.1
yarn add electron@v6.0.1

Release Notes

Fixes

  • Fixed 'swipe' event emission on macOS. #19354
  • Fixed process.uptime() returning the wrong time. #19567
  • Fixed tray.displayBalloon() not working with custom icon on Windows. #19528
  • Fixed case where sending IPC to a child window (opened with window.open) could cause a crash. #19633
  • Fixed crashes when using the application menu on Linux. #19560
  • Fixed default dock bounce type on macOS. #19546
  • Fixed handling of invalid webRequest url pattern filtering in onBeforeRequest. #19570
  • Ensured that the alwaysOnTop status returned when always-on-top-changed was emitted was correct. #19534
  • Fixed setting the backgroundColor property on TouchBarButton to default by assigning null after the item is constructed. #19471
  • Fixed the clearRecentDocuments MenuItem role on Windows. #19637
  • Standardized the about panel icon size on Linux. #19572
  • getPath('logs') now throws better error when it fails to find the logs path. #19545

Other Changes

  • Updated Chromium to 76.0.3809.102. #19649