Skip to content

electron v16.1.1

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 23 Mar 19:47
· 106 commits to 16-x-y since this release

Release Notes for v16.1.1

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33212 (Also in 17, 18)
  • Fixed an issue where calling screen capture on macOS does not properly release underlying OS capture mechanisms. #33314 (Also in 17)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33313 (Also in 17, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33363 (Also in 17, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #33301 (Also in 15, 17, 18)
  • Fixed drag regions on WCO windows on Windows. #33200 (Also in 15, 17, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33312 (Also in 15, 17, 18)

Other Changes