Skip to content

Electron v29.0.0-alpha.1

Compare
Choose a tag to compare
@daniel-koc daniel-koc released this 17 Feb 17:46
· 17 commits to views/dev/7 since this release
  • Upgrade to Electron 29.0.0-alpha.1
  • Added '--enable-devtools-window' switch to enable Chromium's DevTools. By default Electron's DevTools is used.
  • Added the implementation on Windows for the following functions: baseView.resetScaling, baseView.setScale, baseView.getScaleX, baseView.GetScaleY
  • Added gpuRasterizationMSAASampleCount Integer (optional) to webPreferences; The number of multisample antialiasing samples for GPU rasterization. Requires MSAA support on GPU to have an effect. 0 disables MSAA.