皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Electron v17.1.0

Electron v17.1.0

Release Notes for v17.1.0

Features

  • Added height option for Windows Control Overlay. #32939

Fixes

  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #33021 (Also in 1618)
  • Fixed a crash that occurred when a user attempted to print a document either with window.print(), the print button in the PDF viewer, or with BrowserWindow.webContents() and clicked cancel in the resulting print dialog. #33015
  • Fixed an issue where webContents.openDevTools({ mode }) did not work for certain dock positions. #32945 (Also in 18)
  • Fixed an issue where webContents.savePage failed when passing a relative path instead of an absolute one. #33016 (Also in 151618)
  • Fixed command string registered via setAsDefaultProtocolClient on windows. #33012 (Also in 14151618)
  • Fixed stale renderer process when application is quit while renderer is busy. #32970 (Also in 14151618)

Other Changes

  • Chore: backport EPROTOTYPE fixes from libuv. #32943 (Also in 1618)
  • Updated Chromium to 98.0.4758.102. #32906