Release Notes for v20.3.6
Fixes
- Fixed an issue where calling
app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36292 (Also in 21, 22)
Other Changes
- Security: backported fix for 1376637. #36311
- Security: backported fix for 1377775. #36303
- Security: backported fix for CVE-2022-3885. #36296
- Security: backported fix for CVE-2022-3887. #36304
- Security: backported fix for CVE-2022-3888. #36298
- Security: backported fix for CVE-2022-3889. #36300
- Security: backported fix for CVE-2022-3890. #36302
- Updated
common.gypi
for native modules to support C++17 features in V8. #36382 (Also in 21)
Unknown
- Reverted fix for chromium:1361612 due to stability issues. #36263