Electron 9.3.3 released, a cross-platform desktop application development tool

Electron 9.3.3 has been released. The main updates are as follows:

Fixes

  • The browser view will be resized correctly in Windows.
  • Fix: GDI printing in silent printing mode.
  • Fixed the issue that NativeImage.getScaleFactors() always returns the same value.
  • Fixed printing crash on Windows.
  • Fixed an issue where Windows notifications with a timeoutType of "never" could not work properly.
  • Fixed the problem that "Save as PDF from PDF Viewer Print dialog box" failed and sometimes crashed.
  • Fixed an issue where frameless windows displayed window controls after being in simple full-screen mode on macOS.
  • Fixed an issue where some Node.js module API calls would hang during the renderer process after reloading after enabling rendering process reuse.
  • Fixed the problem that the PDF annotations button was in a broken state.
  • Fixed a bug that the require.resolve paths option was ignored.
  • Fixed a memory leak when using dialog.showMessageBox API on macOS.

......

For details, please check the update instructions: https://github.com/electron/electron/releases/tag/v9.3.3

Guess you like

Origin www.oschina.net/news/119477/electron-9-3-3-released