electron v29.2.0
·
78 commits
to 29-x-y
since this release
Release Notes for v29.2.0
Features
- Added a new instance property
navigationHistory
on webContents API withnavigationHistory.getEntryAtIndex
method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history. #41661 (Also in 30)
Fixes
- Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41707 (Also in 28, 30)
- Fixed usage of
Storage.{get|set|clear}Cookies
via the Chrome DevTools Protocol. #41739 (Also in 28, 30)
Other Changes
- Security: backported fix for CVE-2024-2885.
- Security: backported fix for CVE-2024-2883.
- Security: backported fix for CVE-2024-2887.
- Security: backported fix for CVE-2024-2886.
- Security: backported fix for 329674887.
- Security: backported fix for 327183408.
- Security: backported fix for 326349405. #41746
- Updated Chromium to 122.0.6261.156. #41765
Documentation
- Documentation changes: #41730