Showing releases from v18.x. Show all stable releases.
- Fixed an issue where
BrowserWindow#isFocused()
was returning false
when blur()
was called on macOS. #34030 (Also in 17, 19)
- Fixed an issue where mixed-case extension filters in file dialogs were ignored on Linux. #34016 (Also in 19)
- [Mac] Fixed Partition Alloc related crash in pre-BigSur (macos <= 10.15). #33965 (Also in 19)
- Backported fix for CVE-2022-1492. #34048
- Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33711 (Also in 19)
- Fixed an issue with the
app.requestSingleInstanceLock()
API where it would sometimes hang. #33778
- Fixed child_process.spawn ENOENT error with cwd option. #33871 (Also in 16, 17, 19)
- Updated Chromium to 100.0.4896.143. #33948
- Enabled
systemPreferences.subscribe{Local|Workspace}Notification
to take a null
value for the event
parameter. #33771
- Fixed crash when img without
alt
is shown with accessibility features enabled. #33843 (Also in 19)
- Fixed crash when opening gtk file dialogs due to mismatched versions. #33812 (Also in 19)
- Updated Chromium to 100.0.4896.127. #33730
- Apply senderFrame details to ipcMain port event. #33782 (Also in 16, 17)
- Fixed an issue where
Escape
keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #33787
- Fixed the built-in PDF renderer. #33664
shell.openExternal()
now reports more detailed errors on Windows. #33659 (Also in 15, 16, 17, 19)
shell.openExternal()
now reports more detailed errors on Windows. #33705 (Also in 15, 16, 17, 19)
- Backported fix for chromium:1297731, b/218211225. #33708
- Updated Chromium to 100.0.4896.75. #33619