Showing releases from v14.x. Show all stable releases.
- Backported fix for CVE-2022-0976. #33391
- Backported fix for chromium:1296876. #33394
- Backported fix for chromium:1309225. #33474
Electron 14.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
- Backported fix for 1283402. #33246
- Backported fix for OSV-2021-777. #33239
- Fixed an issue where adding/removing display changes the BrowserWindow size. #33247 (Also in 15, 16, 17, 18)
- Security: backported fix for CVE-2022-0792. #33223
- Security: backported fix for CVE-2022-0806. #33243
- Security: backported fix for CVE-2022-0975. #33343
- Fixed command string registered via setAsDefaultProtocolClient on windows. #33009 (Also in 15, 16, 17, 18)
- Fixed stale renderer process when application is quit while renderer is busy. #32968 (Also in 15, 16, 17, 18)
- Backported fix for CVE-2022-0609. #32959
- Backported fix for CVE-2022-0610. #32986
- Security: backported fix for 1252562, 1179098. #32743
- Security: backported fix for 1291728. #33177
- Security: backported fix for 1295786. #33167
- Security: backported fix for CVE-2022-0607. #32984
- Security: backported fix for CVE-2022-0608. #32978
- Security: backported fix for chromium:1274113. #32742
- Security: backported fix for chromium:1277917. #32787
- Security: backported fix for chromium:1281908. #33184
- Security: backported fix for chromium:1282354. #32784
- Security: backported fix for chromium:1283198. #32782
- Security: backported fix for chromium:1283371. #32780
- Security: backported fix for chromium:1283375. #32778
- Security: backported fix for chromium:1289383. #33180
- Security: backported fix for chromium:1289384. #32983
- Security: backported fix for chromium:1289394. #32977
- Security: backported fixes to chromium:1292537 and CVE-2022-0606. #32982
- Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #32709 (Also in 15, 16, 17, 18)
- Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #32716 (Also in 15, 16, 17, 18)
- Security: backported fix for chromium:1274445,v8:7990. #32740
- Security: backported fix for chromium:1284367. #32776
- Fixed an issue that the
alert()
dialog title is corrupted. #32467 (Also in 15, 16, 17)
- Fixed an issue where
ipcRenderer.postMessage
would throw errors when the transfer
argument was not passed. #32457 (Also in 15, 16, 17)
- Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #32499 (Also in 15, 16, 17)
- Fixed crash when calling
webContents.setZoomFactor(1.0)
. #32618 (Also in 13, 15, 16, 17)
- Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #32493 (Also in 15, 16, 17)