Electron Releases - v16.1.1

npm install electron@v16.1.1
yarn add electron@v16.1.1

Release Notes

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

  • Backported fix for 1283402. #33244
  • Backported fix for OSV-2021-777. #33236
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33249 (Also in 14, 15, 17, 18)
  • Security: backported fix for 1291728. #33179
  • Security: backported fix for CVE-2022-0792. #33219
  • Security: backported fix for CVE-2022-0801. #33258