mountainash / Mixcloud-Play

Mixcloud macOS desktop app with media controls, track title in menu bar & notifications
https://github.com/mountainash/Mixcloud-Play/releases/latest
20 stars 3 forks source link

Update dependency electron to v19 - autoclosed #92

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 17.1.0 -> 19.0.6 age adoption passing confidence

Release Notes

electron/electron ### [`v19.0.6`](https://togithub.com/electron/electron/releases/tag/v19.0.6) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.5...v19.0.6) ### Release Notes for v19.0.6 #### Fixes - Fixed an issue where calling `w.setWindowButtonVisibility(true)` immediately after exiting fullscreen fails to show window buttons. [#​34674](https://togithub.com/electron/electron/pull/34674) (Also in [18](https://togithub.com/electron/electron/pull/34673), [20](https://togithub.com/electron/electron/pull/34675)) ### [`v19.0.5`](https://togithub.com/electron/electron/releases/tag/v19.0.5) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.4...v19.0.5) ### Release Notes for v19.0.5 #### Fixes - Fixed a performance problem in `crashReporter.start()` on macOS. [#​34638](https://togithub.com/electron/electron/pull/34638) (Also in [17](https://togithub.com/electron/electron/pull/34637), [18](https://togithub.com/electron/electron/pull/34640)) - Fixed an error where `setWindowOpenHandler()` would crash if the callback threw an error. [#​34546](https://togithub.com/electron/electron/pull/34546) (Also in [18](https://togithub.com/electron/electron/pull/34627), [20](https://togithub.com/electron/electron/pull/34547)) - Fixed an issue where draggable regions were not recalculated when BrowserView bounds changed on Windows. [#​34611](https://togithub.com/electron/electron/pull/34611) (Also in [18](https://togithub.com/electron/electron/pull/34610), [20](https://togithub.com/electron/electron/pull/34612)) - Fixed an issue where media keys would be sent to Electron on Windows no matter which window was in focus. [#​34646](https://togithub.com/electron/electron/pull/34646) - Fixed an issue where normal bounds would not be appropriately updated if the user minimized with the minimize button. [#​34484](https://togithub.com/electron/electron/pull/34484) (Also in [18](https://togithub.com/electron/electron/pull/34485), [20](https://togithub.com/electron/electron/pull/34486)) - Fixed an issue where passing `{ name: 'All Files', extensions: ['*'] }` in the `filters` param of open or save dialogs on Linux would disallow choosing files without an extension. [#​34517](https://togithub.com/electron/electron/pull/34517) (Also in [18](https://togithub.com/electron/electron/pull/34518), [20](https://togithub.com/electron/electron/pull/34516)) - Fixed linux arm64 builds to not require glibc 2.29+. [#​34502](https://togithub.com/electron/electron/pull/34502) (Also in [20](https://togithub.com/electron/electron/pull/34503)) #### Other Changes - Fixed an issue where BrowserViews didn't always visually update after call to `setBounds`. [#​34642](https://togithub.com/electron/electron/pull/34642) (Also in [18](https://togithub.com/electron/electron/pull/34641), [20](https://togithub.com/electron/electron/pull/34643)) - On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. [#​34602](https://togithub.com/electron/electron/pull/34602) (Also in [18](https://togithub.com/electron/electron/pull/34601), [20](https://togithub.com/electron/electron/pull/34635)) - Updated Chromium to 102.0.5005.115. [#​34498](https://togithub.com/electron/electron/pull/34498) ### [`v19.0.4`](https://togithub.com/electron/electron/releases/tag/v19.0.4) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.3...v19.0.4) ### Release Notes for v19.0.4 #### Fixes - Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. [#​34365](https://togithub.com/electron/electron/pull/34365) (Also in [15](https://togithub.com/electron/electron/pull/33523), [16](https://togithub.com/electron/electron/pull/33535), [17](https://togithub.com/electron/electron/pull/33536), [18](https://togithub.com/electron/electron/pull/33537)) ### [`v19.0.3`](https://togithub.com/electron/electron/releases/tag/v19.0.3) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.2...v19.0.3) ### Release Notes for v19.0.3 #### Fixes - Fixed a crash when loading a same-origin URL after a render process crash. [#​34431](https://togithub.com/electron/electron/pull/34431) - Fixed potential crash in WebFrameMain when performing a cross-origin navigation. [#​34416](https://togithub.com/electron/electron/pull/34416) (Also in [18](https://togithub.com/electron/electron/pull/34415), [20](https://togithub.com/electron/electron/pull/34417)) ### [`v19.0.2`](https://togithub.com/electron/electron/releases/tag/v19.0.2) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.1...v19.0.2) ### Release Notes for v19.0.2 #### Fixes - Fixed an issue where pressing escape would not un-fullscreen on Windows or Linux in some circumstances. [#​34359](https://togithub.com/electron/electron/pull/34359) (Also in [18](https://togithub.com/electron/electron/pull/34361)) - Fixed an issue where zombie windows can be created if `window.close()` is called during a fullscreen transition. [#​34391](https://togithub.com/electron/electron/pull/34391) (Also in [17](https://togithub.com/electron/electron/pull/34390), [18](https://togithub.com/electron/electron/pull/34392), [20](https://togithub.com/electron/electron/pull/34393)) - Fixed printing crash when using `webContents.print()`. [#​34369](https://togithub.com/electron/electron/pull/34369) #### Other Changes - Updated Chromium to 102.0.5005.63. [#​34349](https://togithub.com/electron/electron/pull/34349) ### [`v19.0.1`](https://togithub.com/electron/electron/releases/tag/v19.0.1) ### Release Notes for v19.0.1 #### Other Changes - Added a TRACE call named `crash_reporter::Start` under the `electron` category for `crash_reporter::Start()`. [#​34326](https://togithub.com/electron/electron/pull/34326) (Also in [17](https://togithub.com/electron/electron/pull/34324), [18](https://togithub.com/electron/electron/pull/34325)) ### [`v19.0.0`](https://togithub.com/electron/electron/releases/tag/v19.0.0) ### Release Notes for v19.0.0 #### Stack Upgrades - Chromium 102.0.5005.61 - [New in 101](https://developer.chrome.com/blog/new-in-chrome-101/) - Node v16.14.2 - [v16.14.2 release notes](https://nodejs.org/en/blog/release/v16.14.2/) - [v16.14.1 release notes](https://nodejs.org/en/blog/release/v16.14.1/) - [v16.14.0 release notes](https://nodejs.org/en/blog/release/v16.14.0/) - V8 10.2 #### Features ##### Additions - Added `BrowserWindow` method to change the button color, symbol color, and height of a window with WCO enabled. [#​33066](https://togithub.com/electron/electron/pull/33066) (Also in [18](https://togithub.com/electron/electron/pull/33440)) - Added `nativeTheme.inForcedColorsMode` API to allow detecting forced color mode. [#​32956](https://togithub.com/electron/electron/pull/32956) (Also in [15](https://togithub.com/electron/electron/pull/33360), [16](https://togithub.com/electron/electron/pull/33359), [17](https://togithub.com/electron/electron/pull/33358), [18](https://togithub.com/electron/electron/pull/33357)) - Added `ses.setCodeCachePath()` API for setting code cache directory. [#​31154](https://togithub.com/electron/electron/pull/31154) (Also in [17](https://togithub.com/electron/electron/pull/33285), [18](https://togithub.com/electron/electron/pull/33286)) - Added ability to configure if window should close when opener closes. [#​31314](https://togithub.com/electron/electron/pull/31314) - Added support for more color formats in `setBackgroundColor`. [#​31868](https://togithub.com/electron/electron/pull/31868) (Also in [18](https://togithub.com/electron/electron/pull/33364)) - Added warning that preload scripts will be sandboxed by default beginning in Electron 20. [#​32868](https://togithub.com/electron/electron/pull/32868) (Also in [18](https://togithub.com/electron/electron/pull/33203)) - Enabled `systemPreferences.subscribe{Local|Workspace}Notification` to take a `null` value for the `event` parameter. [#​33770](https://togithub.com/electron/electron/pull/33770) (Also in [18](https://togithub.com/electron/electron/pull/33771)) - Fixed an issue where calling `setTitlebarOverlay` with an initially invalid `titleBarStyle` on Windows would result in a crash. [#​34302](https://togithub.com/electron/electron/pull/34302) - Fixed an issue where the PDF Viewer would fail if a user attempted to reload. [#​33712](https://togithub.com/electron/electron/pull/33712) (Also in [18](https://togithub.com/electron/electron/pull/33711)) #### Fixes - Added support for the `--unsafely-treat-insecure-origin-as-secure` command-line flag. [#​33189](https://togithub.com/electron/electron/pull/33189) - Fixed a potential crash when calling `webContents.print()`. [#​34299](https://togithub.com/electron/electron/pull/34299) - Fixed an issue where `#ARGB` ->`#RGBA` and `#AARRGGBB` ->`#RRGGBBAA` were converted improperly when setting background color. [#​33755](https://togithub.com/electron/electron/pull/33755) - Fixed an issue where some `BrowserWindow`s opened from new links wouldn't properly load URLs. [#​34189](https://togithub.com/electron/electron/pull/34189) - Fixed an issue with background colors being improperly applied to `BrowserView`s on Windows. [#​33435](https://togithub.com/electron/electron/pull/33435) - Fixed crash when img without `alt` is shown with accessibility features enabled. [#​33841](https://togithub.com/electron/electron/pull/33841) - Fixed the initialization of First Party Sets on Windows, where First Party Sets would sometimes fail to load. [#​34138](https://togithub.com/electron/electron/pull/34138) - Fixed the initialization of First Party Sets. [#​33972](https://togithub.com/electron/electron/pull/33972) - Fixed the initialization of first party sets in the browser process. [#​34011](https://togithub.com/electron/electron/pull/34011) ##### Also in earlier versions.... - Apply senderFrame details to ipcMain port event. [#​33783](https://togithub.com/electron/electron/pull/33783) (Also in [16](https://togithub.com/electron/electron/pull/33780), [17](https://togithub.com/electron/electron/pull/33781), [18](https://togithub.com/electron/electron/pull/33782)) - Fire 'show' event when a BrowserWindow is shown via maximize(). [#​32979](https://togithub.com/electron/electron/pull/32979) (Also in [16](https://togithub.com/electron/electron/pull/33212), [17](https://togithub.com/electron/electron/pull/33213), [18](https://togithub.com/electron/electron/pull/33214)) - Fix: initialize asar support in worker threads. [#​33216](https://togithub.com/electron/electron/pull/33216) (Also in [18](https://togithub.com/electron/electron/pull/33396)) - Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. [#​32870](https://togithub.com/electron/electron/pull/32870) (Also in [16](https://togithub.com/electron/electron/pull/33020), [17](https://togithub.com/electron/electron/pull/33021), [18](https://togithub.com/electron/electron/pull/33022)) - Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. [#​33252](https://togithub.com/electron/electron/pull/33252) (Also in [18](https://togithub.com/electron/electron/pull/33260)) - Fixed a bug where `BrowserWindow.fromWebContents` would return `undefined` during the `browser-window-created` event. [#​33257](https://togithub.com/electron/electron/pull/33257) (Also in [18](https://togithub.com/electron/electron/pull/33316)) - Fixed a crash in `safeStorage` on Linux. [#​34147](https://togithub.com/electron/electron/pull/34147) (Also in [15](https://togithub.com/electron/electron/pull/34263), [16](https://togithub.com/electron/electron/pull/34262), [17](https://togithub.com/electron/electron/pull/34261), [18](https://togithub.com/electron/electron/pull/34148)) - Fixed a crash on Windows when opening apps in multiple, separate user sessions. [#​34160](https://togithub.com/electron/electron/pull/34160) (Also in [18](https://togithub.com/electron/electron/pull/34161)) - Fixed a crash when calling `loadExtension` on an extension directory that's missing a manifest file. [#​34303](https://togithub.com/electron/electron/pull/34303) (Also in [16](https://togithub.com/electron/electron/pull/34192), [17](https://togithub.com/electron/electron/pull/34193)) - Fixed a network service crash that could occur when using setCertificateVerifyProc. [#​33204](https://togithub.com/electron/electron/pull/33204) (Also in [17](https://togithub.com/electron/electron/pull/33254), [18](https://togithub.com/electron/electron/pull/33253)) - Fixed a potential crash in `Browser.getFocusedWindow()` when child windows are closed. [#​33404](https://togithub.com/electron/electron/pull/33404) (Also in [16](https://togithub.com/electron/electron/pull/33540), [17](https://togithub.com/electron/electron/pull/33539), [18](https://togithub.com/electron/electron/pull/33538)) - Fixed an OSR crash happening when input select items were rendered. [#​34093](https://togithub.com/electron/electron/pull/34093) (Also in [17](https://togithub.com/electron/electron/pull/34091), [18](https://togithub.com/electron/electron/pull/34092)) - Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. [#​32747](https://togithub.com/electron/electron/pull/32747) (Also in [17](https://togithub.com/electron/electron/pull/33398), [18](https://togithub.com/electron/electron/pull/33399)) - Fixed an issue where Chrom DevTools settings didn't persist between loads. [#​33120](https://togithub.com/electron/electron/pull/33120) (Also in [17](https://togithub.com/electron/electron/pull/33273), [18](https://togithub.com/electron/electron/pull/33206)) - Fixed an issue where First Party Sets were not correctly loaded on app launch. [#​33339](https://togithub.com/electron/electron/pull/33339) (Also in [18](https://togithub.com/electron/electron/pull/33345)) - Fixed an issue where Pointer Lock behavior could not be properly exited. [#​32369](https://togithub.com/electron/electron/pull/32369) (Also in [18](https://togithub.com/electron/electron/pull/32828)) - Fixed an issue where `BrowserWindow#isFocused()` was returning `false` when `blur()` was called on macOS. [#​34031](https://togithub.com/electron/electron/pull/34031) (Also in [17](https://togithub.com/electron/electron/pull/34029), [18](https://togithub.com/electron/electron/pull/34030)) - 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. [#​33788](https://togithub.com/electron/electron/pull/33788) (Also in [18](https://togithub.com/electron/electron/pull/33787)) - Fixed an issue where `alternateImage`s did not work properly on macOS. [#​33026](https://togithub.com/electron/electron/pull/33026) (Also in [15](https://togithub.com/electron/electron/pull/33104), [16](https://togithub.com/electron/electron/pull/33106), [17](https://togithub.com/electron/electron/pull/33105), [18](https://togithub.com/electron/electron/pull/33107)) - Fixed an issue where `webContents.openDevTools({ mode })` did not work for certain dock positions. [#​32829](https://togithub.com/electron/electron/pull/32829) (Also in [17](https://togithub.com/electron/electron/pull/32945), [18](https://togithub.com/electron/electron/pull/32946)) - Fixed an issue where `webContents.savePage` failed when passing a relative path instead of an absolute one. [#​32728](https://togithub.com/electron/electron/pull/32728) (Also in [15](https://togithub.com/electron/electron/pull/33018), [16](https://togithub.com/electron/electron/pull/33017), [17](https://togithub.com/electron/electron/pull/33016), [18](https://togithub.com/electron/electron/pull/33019)) - Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and `event.preventDefault` was called in either `will-resize` or `will-move` on Windows. [#​34285](https://togithub.com/electron/electron/pull/34285) (Also in [16](https://togithub.com/electron/electron/pull/34282), [17](https://togithub.com/electron/electron/pull/34283)) - Fixed an issue where calling `SetLoginItemSettings()` could potentially cause network volumes to be incorrectly mounted. [#​34108](https://togithub.com/electron/electron/pull/34108) (Also in [17](https://togithub.com/electron/electron/pull/34107), [18](https://togithub.com/electron/electron/pull/34106)) - Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. [#​33024](https://togithub.com/electron/electron/pull/33024) (Also in [16](https://togithub.com/electron/electron/pull/33313), [17](https://togithub.com/electron/electron/pull/33196), [18](https://togithub.com/electron/electron/pull/33197)) - Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. [#​32692](https://togithub.com/electron/electron/pull/32692) (Also in [14](https://togithub.com/electron/electron/pull/32709), [15](https://togithub.com/electron/electron/pull/32708), [16](https://togithub.com/electron/electron/pull/32710), [17](https://togithub.com/electron/electron/pull/32707), [18](https://togithub.com/electron/electron/pull/32714)) - Fixed an issue where mixed-case extension filters in file dialogs were ignored on Linux. [#​34015](https://togithub.com/electron/electron/pull/34015) (Also in [18](https://togithub.com/electron/electron/pull/34016)) - Fixed an issue where new bounds set via `setBounds` was not correctly applied if the user was moving or resizing the window concurrently on Windows. [#​33288](https://togithub.com/electron/electron/pull/33288) (Also in [18](https://togithub.com/electron/electron/pull/33375)) - Fixed an issue where pages would not properly print on macOS due to a rendering failure. [#​32767](https://togithub.com/electron/electron/pull/32767) (Also in [18](https://togithub.com/electron/electron/pull/32813)) - Fixed an issue where setting window `maxHeight` or `maxWidth` made it so the width and height could no longer be resized. [#​33025](https://togithub.com/electron/electron/pull/33025) (Also in [17](https://togithub.com/electron/electron/pull/33118), [18](https://togithub.com/electron/electron/pull/33119)) - Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. [#​33040](https://togithub.com/electron/electron/pull/33040) (Also in [15](https://togithub.com/electron/electron/pull/33077), [16](https://togithub.com/electron/electron/pull/33075), [17](https://togithub.com/electron/electron/pull/33076), [18](https://togithub.com/electron/electron/pull/33074)) - Fixed an issue where the the window bounds would incorrectly change if `BrowserWindow.unmaximize` was called on a window whose user bounds were maximized. [#​33549](https://togithub.com/electron/electron/pull/33549) (Also in [16](https://togithub.com/electron/electron/pull/33552), [17](https://togithub.com/electron/electron/pull/33551), [18](https://togithub.com/electron/electron/pull/33550)) - Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. [#​34208](https://togithub.com/electron/electron/pull/34208) (Also in [16](https://togithub.com/electron/electron/pull/34205), [17](https://togithub.com/electron/electron/pull/34206), [18](https://togithub.com/electron/electron/pull/34207)) - Fixed an issue with the `app.requestSingleInstanceLock()` API where it would sometimes hang. [#​34071](https://togithub.com/electron/electron/pull/34071) (Also in [18](https://togithub.com/electron/electron/pull/33778)) - Fixed an occasional crash on Mac when spawning a child process. [#​33114](https://togithub.com/electron/electron/pull/33114) (Also in [17](https://togithub.com/electron/electron/pull/33116), [18](https://togithub.com/electron/electron/pull/33117)) - Fixed broken event loop in renderer process when process reuse is enabled on windows platform. [#​33207](https://togithub.com/electron/electron/pull/33207) (Also in [16](https://togithub.com/electron/electron/pull/33363), [17](https://togithub.com/electron/electron/pull/33362), [18](https://togithub.com/electron/electron/pull/33361)) - Fixed broken transparency option in offscreen window rendering. [#​32885](https://togithub.com/electron/electron/pull/32885) (Also in [16](https://togithub.com/electron/electron/pull/33051), [17](https://togithub.com/electron/electron/pull/33052), [18](https://togithub.com/electron/electron/pull/33053)) - Fixed building node modules with Visual Studio 2017. [#​34164](https://togithub.com/electron/electron/pull/34164) (Also in [18](https://togithub.com/electron/electron/pull/34110)) - Fixed command string registered via setAsDefaultProtocolClient on windows. [#​32953](https://togithub.com/electron/electron/pull/32953) (Also in [14](https://togithub.com/electron/electron/pull/33009), [15](https://togithub.com/electron/electron/pull/33011), [16](https://togithub.com/electron/electron/pull/33010), [17](https://togithub.com/electron/electron/pull/33012), [18](https://togithub.com/electron/electron/pull/33013)) - Fixed crash in the render process on reload with pending node fs.promises. [#​33280](https://togithub.com/electron/electron/pull/33280) (Also in [15](https://togithub.com/electron/electron/pull/33300), [16](https://togithub.com/electron/electron/pull/33301), [17](https://togithub.com/electron/electron/pull/33335), [18](https://togithub.com/electron/electron/pull/33302)) - Fixed crash on startup due to missing gtk symbol on older distros. [#​34151](https://togithub.com/electron/electron/pull/34151) (Also in [18](https://togithub.com/electron/electron/pull/34150)) - Fixed crash when WindowButtonsProxy references cleared NSWindow. [#​33069](https://togithub.com/electron/electron/pull/33069) (Also in [15](https://togithub.com/electron/electron/pull/33487), [16](https://togithub.com/electron/electron/pull/33489), [17](https://togithub.com/electron/electron/pull/33488), [18](https://togithub.com/electron/electron/pull/33490)) - Fixed crash when opening gtk file dialogs due to mismatched versions. [#​33813](https://togithub.com/electron/electron/pull/33813) (Also in [18](https://togithub.com/electron/electron/pull/33812)) - Fixed drag regions on WCO windows on Windows. [#​32871](https://togithub.com/electron/electron/pull/32871) (Also in [15](https://togithub.com/electron/electron/pull/33199), [16](https://togithub.com/electron/electron/pull/33200), [17](https://togithub.com/electron/electron/pull/33201), [18](https://togithub.com/electron/electron/pull/33202)) - Fixed effect when hovering over window controls on Windows in a WCO-enabled window. [#​32672](https://togithub.com/electron/electron/pull/32672) (Also in [14](https://togithub.com/electron/electron/pull/32716), [15](https://togithub.com/electron/electron/pull/32717), [16](https://togithub.com/electron/electron/pull/32720), [17](https://togithub.com/electron/electron/pull/32719), [18](https://togithub.com/electron/electron/pull/32723)) - Fixed incorrect external memory allocation tracking in nativeImage module. [#​33266](https://togithub.com/electron/electron/pull/33266) (Also in [15](https://togithub.com/electron/electron/pull/33311), [16](https://togithub.com/electron/electron/pull/33312), [17](https://togithub.com/electron/electron/pull/33306), [18](https://togithub.com/electron/electron/pull/33305)) - Fixed incorrect return value of `app.requestSingleInstanceLock()` when setting non-existent user data folder. [#​33593](https://togithub.com/electron/electron/pull/33593) (Also in [16](https://togithub.com/electron/electron/pull/33590), [17](https://togithub.com/electron/electron/pull/33591), [18](https://togithub.com/electron/electron/pull/33592)) - Fixed issues with frameless window animations and styling. [#​33609](https://togithub.com/electron/electron/pull/33609) (Also in [15](https://togithub.com/electron/electron/pull/33608), [16](https://togithub.com/electron/electron/pull/33607), [17](https://togithub.com/electron/electron/pull/33611), [18](https://togithub.com/electron/electron/pull/33610)) - Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. [#​33438](https://togithub.com/electron/electron/pull/33438) (Also in [15](https://togithub.com/electron/electron/pull/33449), [16](https://togithub.com/electron/electron/pull/33444), [17](https://togithub.com/electron/electron/pull/33445), [18](https://togithub.com/electron/electron/pull/33446)) - Fixed multiple issues when running under Wayland caused by calling X11 functions. [#​33355](https://togithub.com/electron/electron/pull/33355) (Also in [17](https://togithub.com/electron/electron/pull/33499), [18](https://togithub.com/electron/electron/pull/33498)) - Fixed possible race conditions between frame state and electron ipc. [#​32734](https://togithub.com/electron/electron/pull/32734) (Also in [17](https://togithub.com/electron/electron/pull/32815)) - Fixed potential crash while generating accessibility trees for certain images. [#​33617](https://togithub.com/electron/electron/pull/33617) (Also in [18](https://togithub.com/electron/electron/pull/33616)) - Fixed potential crash with WebFrameMain when navigating between cross-origin websites. [#​34294](https://togithub.com/electron/electron/pull/34294) (Also in [18](https://togithub.com/electron/electron/pull/34293)) - Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. [#​33337](https://togithub.com/electron/electron/pull/33337) (Also in [16](https://togithub.com/electron/electron/pull/33405), [17](https://togithub.com/electron/electron/pull/33408), [18](https://togithub.com/electron/electron/pull/33407)) - Fixed stale renderer process when application is quit while renderer is busy. [#​32888](https://togithub.com/electron/electron/pull/32888) (Also in [14](https://togithub.com/electron/electron/pull/32968), [15](https://togithub.com/electron/electron/pull/32967), [16](https://togithub.com/electron/electron/pull/32969), [17](https://togithub.com/electron/electron/pull/32970), [18](https://togithub.com/electron/electron/pull/32971)) - Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. [#​32973](https://togithub.com/electron/electron/pull/32973) (Also in [18](https://togithub.com/electron/electron/pull/33371)) - SIGUSR1 is no longer handled when the `node_cli_inspect` fuse is disabled. [#​33188](https://togithub.com/electron/electron/pull/33188) (Also in [16](https://togithub.com/electron/electron/pull/34182), [17](https://togithub.com/electron/electron/pull/34181), [18](https://togithub.com/electron/electron/pull/34180)) - Strip crashpad_handler binary on Linux, reducing bundle size. [#​33126](https://togithub.com/electron/electron/pull/33126) (Also in [15](https://togithub.com/electron/electron/pull/33173), [16](https://togithub.com/electron/electron/pull/33174), [17](https://togithub.com/electron/electron/pull/33176), [18](https://togithub.com/electron/electron/pull/33175)) - Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. [#​33063](https://togithub.com/electron/electron/pull/33063) (Also in [17](https://togithub.com/electron/electron/pull/33283), [18](https://togithub.com/electron/electron/pull/33284)) - \[Mac] Fixed Partition Alloc related crash in pre-BigSur (macos <= 10.15). [#​33966](https://togithub.com/electron/electron/pull/33966) (Also in [18](https://togithub.com/electron/electron/pull/33965)) - `shell.openExternal()` now reports more detailed errors on Windows. [#​33660](https://togithub.com/electron/electron/pull/33660) (Also in [15](https://togithub.com/electron/electron/pull/33656), [16](https://togithub.com/electron/electron/pull/33657), [17](https://togithub.com/electron/electron/pull/33658), [18](https://togithub.com/electron/electron/pull/33705)) #### Other Changes - Chore: backport EPROTOTYPE fixes from libuv. [#​32856](https://togithub.com/electron/electron/pull/32856) (Also in [16](https://togithub.com/electron/electron/pull/32942), [17](https://togithub.com/electron/electron/pull/32943), [18](https://togithub.com/electron/electron/pull/32944)) - Fixed an issue where adding/removing display changes the BrowserWindow size. [#​33109](https://togithub.com/electron/electron/pull/33109) (Also in [14](https://togithub.com/electron/electron/pull/33247), [15](https://togithub.com/electron/electron/pull/33248), [16](https://togithub.com/electron/electron/pull/33249), [17](https://togithub.com/electron/electron/pull/33251), [18](https://togithub.com/electron/electron/pull/33250)) - Fixed child_process.spawn ENOENT error with cwd option. [#​33872](https://togithub.com/electron/electron/pull/33872) (Also in [16](https://togithub.com/electron/electron/pull/33869), [17](https://togithub.com/electron/electron/pull/33870), [18](https://togithub.com/electron/electron/pull/33871)) - Re-enabled symbol generation on 32-bit Windows. [#​34179](https://togithub.com/electron/electron/pull/34179) - Removed the semi-documented `preloadURL` property from WebPreferences. [#​33228](https://togithub.com/electron/electron/pull/33228) - Temporarily disabled symbol generation on 32-bit Windows due to issues with symbol generation on that platform. [#​33689](https://togithub.com/electron/electron/pull/33689) - Updated node types version. [#​33452](https://togithub.com/electron/electron/pull/33452) (Also in [18](https://togithub.com/electron/electron/pull/33477)) #### Documentation - Documentation changes: - [#​33042](https://togithub.com/electron/electron/pull/33042) - [#​33170](https://togithub.com/electron/electron/pull/33170) - [#​33226](https://togithub.com/electron/electron/pull/33226) #### End of Support for 15.x.y and 16.x.y Electron 15.x.y and 16.x.y has reached end-of-support. As per [Electron's new 8-week cadence](https://www.electronjs.org/blog/8-week-cadence), we were supporting the latest four versions of Electron until May 2022. With this Electron 19 release, we'll return to supporting the latest three major versions, as well as the alpha, beta, and nightly releases. ### [`v18.3.5`](https://togithub.com/electron/electron/releases/tag/v18.3.5) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.4...v18.3.5) ### Release Notes for v18.3.5 #### Fixes - Fixed a performance problem in `crashReporter.start()` on macOS. [#​34640](https://togithub.com/electron/electron/pull/34640) (Also in [17](https://togithub.com/electron/electron/pull/34637), [19](https://togithub.com/electron/electron/pull/34638), [20](https://togithub.com/electron/electron/pull/34639)) - Fixed an error where `setWindowOpenHandler()` would crash if the callback threw an error. [#​34627](https://togithub.com/electron/electron/pull/34627) (Also in [19](https://togithub.com/electron/electron/pull/34546), [20](https://togithub.com/electron/electron/pull/34547)) - Fixed an issue where calling `w.setWindowButtonVisibility(true)` immediately after exiting fullscreen fails to show window buttons. [#​34673](https://togithub.com/electron/electron/pull/34673) (Also in [19](https://togithub.com/electron/electron/pull/34674), [20](https://togithub.com/electron/electron/pull/34675)) - Fixed an issue where draggable regions were not recalculated when BrowserView bounds changed on Windows. [#​34610](https://togithub.com/electron/electron/pull/34610) (Also in [19](https://togithub.com/electron/electron/pull/34611), [20](https://togithub.com/electron/electron/pull/34612)) #### Other Changes - Backported fix for CVE-2022-2010. [#​34540](https://togithub.com/electron/electron/pull/34540) - Fixed an issue where BrowserViews didn't always visually update after call to `setBounds`. [#​34641](https://togithub.com/electron/electron/pull/34641) (Also in [19](https://togithub.com/electron/electron/pull/34642), [20](https://togithub.com/electron/electron/pull/34643)) - On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. [#​34601](https://togithub.com/electron/electron/pull/34601) (Also in [19](https://togithub.com/electron/electron/pull/34602), [20](https://togithub.com/electron/electron/pull/34635)) - Security: Backported fix for CVE-2022-1867. [#​34631](https://togithub.com/electron/electron/pull/34631) - Security: backported fix for [`1228661`](https://togithub.com/electron/electron/commit/1228661). [#​34569](https://togithub.com/electron/electron/pull/34569) - Security: backported fix for [`1306751`](https://togithub.com/electron/electron/commit/1306751). [#​34560](https://togithub.com/electron/electron/pull/34560) - Security: backported fix for [`1314310`](https://togithub.com/electron/electron/commit/1314310). [#​34558](https://togithub.com/electron/electron/pull/34558) - Security: backported fix for [`1316578`](https://togithub.com/electron/electron/commit/1316578). [#​34568](https://togithub.com/electron/electron/pull/34568) - Security: backported fix for [`1317673`](https://togithub.com/electron/electron/commit/1317673). [#​34566](https://togithub.com/electron/electron/pull/34566) - Security: backported fix for [`1318610`](https://togithub.com/electron/electron/commit/1318610). [#​34556](https://togithub.com/electron/electron/pull/34556) - Security: backported fix for [`1321078`](https://togithub.com/electron/electron/commit/1321078). [#​34692](https://togithub.com/electron/electron/pull/34692) ### [`v18.3.4`](https://togithub.com/electron/electron/releases/tag/v18.3.4) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.3...v18.3.4) ### Release Notes for v18.3.4 #### Fixes - Fixed an issue where normal bounds would not be appropriately updated if the user minimized with the minimize button. [#​34485](https://togithub.com/electron/electron/pull/34485) (Also in [19](https://togithub.com/electron/electron/pull/34484), [20](https://togithub.com/electron/electron/pull/34486)) - Fixed an issue where passing `{ name: 'All Files', extensions: ['*'] }` in the `filters` param of open or save dialogs on Linux would disallow choosing files without an extension. [#​34518](https://togithub.com/electron/electron/pull/34518) (Also in [19](https://togithub.com/electron/electron/pull/34517), [20](https://togithub.com/electron/electron/pull/34516)) #### Other Changes - Backported fix for CVE-2022-2011. [#​34537](https://togithub.com/electron/electron/pull/34537) - Security: backported fix for [`1227995`](https://togithub.com/electron/electron/commit/1227995). [#​34562](https://togithub.com/electron/electron/pull/34562) - Security: backported fix for [`1320024`](https://togithub.com/electron/electron/commit/1320024). [#​34554](https://togithub.com/electron/electron/pull/34554) - Security: backported fix for [`1324864`](https://togithub.com/electron/electron/commit/1324864), [`1218100`](https://togithub.com/electron/electron/commit/1218100). [#​34534](https://togithub.com/electron/electron/pull/34534) ### [`v18.3.3`](https://togithub.com/electron/electron/releases/tag/v18.3.3) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.2...v18.3.3) ### Release Notes for v18.3.3 #### Fixes - Fixed a crash when loading a same-origin URL after a render process crash. [#​34430](https://togithub.com/electron/electron/pull/34430) (Also in [19](https://togithub.com/electron/electron/pull/34431), [20](https://togithub.com/electron/electron/pull/34432)) - Fixed potential crash in WebFrameMain when performing a cross-origin navigation. [#​34415](https://togithub.com/electron/electron/pull/34415) (Also in [19](https://togithub.com/electron/electron/pull/34416), [20](https://togithub.com/electron/electron/pull/34417)) ### [`v18.3.2`](https://togithub.com/electron/electron/releases/tag/v18.3.2) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.1...v18.3.2) ### Release Notes for v18.3.2 #### Fixes - Fixed an issue where pressing escape would not un-fullscreen on Windows or Linux in some circumstances. [#​34361](https://togithub.com/electron/electron/pull/34361) (Also in [19](https://togithub.com/electron/electron/pull/34359)) - Fixed an issue where zombie windows can be created if `window.close()` is called during a fullscreen transition. [#​34392](https://togithub.com/electron/electron/pull/34392) (Also in [17](https://togithub.com/electron/electron/pull/34390), [19](https://togithub.com/electron/electron/pull/34391), [20](https://togithub.com/electron/electron/pull/34393)) #### Other Changes - Enable 16k page sizes support for linux arm64. [#​34385](https://togithub.com/electron/electron/pull/34385) ### [`v18.3.1`](https://togithub.com/electron/electron/releases/tag/v18.3.1) ### Release Notes for v18.3.1 #### Fixes - Fixed crash when calling navigator.serial.getPorts(). [#​34327](https://togithub.com/electron/electron/pull/34327) (Also in [17](https://togithub.com/electron/electron/pull/34328), [19](https://togithub.com/electron/electron/pull/34323)) #### Other Changes - Added a TRACE call named `crash_reporter::Start` under the `electron` category for `crash_reporter::Start()`. [#​34325](https://togithub.com/electron/electron/pull/34325) (Also in [17](https://togithub.com/electron/electron/pull/34324), [19](https://togithub.com/electron/electron/pull/34326)) ### [`v18.3.0`](https://togithub.com/electron/electron/releases/tag/v18.3.0) ### Release Notes for v18.3.0 #### Fixes - Fixed a crash when calling `loadExtension` on an extension directory that's missing a manifest file. [#​34304](https://togithub.com/electron/electron/pull/34304) (Also in [16](https://togithub.com/electron/electron/pull/34192), [17](https://togithub.com/electron/electron/pull/34193), [19](https://togithub.com/electron/electron/pull/34303)) - Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and `event.preventDefault` was called in either `will-resize` or `will-move` on Windows. [#​34284](https://togithub.com/electron/electron/pull/34284) (Also in [16](https://togithub.com/electron/electron/pull/34282), [17](https://togithub.com/electron/electron/pull/34283), [19](https://togithub.com/electron/electron/pull/34285)) - Fixed an issue where running second instances of the same application would cause a deadlock on Windows. [#​34295](https://togithub.com/electron/electron/pull/34295) (Also in [19](https://togithub.com/electron/electron/pull/34312)) - Fixed potential crash with WebFrameMain when navigating between cross-origin websites. [#​34293](https://togithub.com/electron/electron/pull/34293) (Also in [19](https://togithub.com/electron/electron/pull/34294)) - Fixed service worker registration with custom protocols. [#​34291](https://togithub.com/electron/electron/pull/34291) (Also in [19](https://togithub.com/electron/electron/pull/34315)) ### [`v18.2.4`](https://togithub.com/electron/electron/releases/tag/v18.2.4) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.3...v18.2.4) ### Release Notes for v18.2.4 #### Fixes - Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. [#​34207](https://togithub.com/electron/electron/pull/34207) (Also in [16](https://togithub.com/electron/electron/pull/34205), [17](https://togithub.com/electron/electron/pull/34206), [19](https://togithub.com/electron/electron/pull/34208)) - Fixed crash on startup on old Ubuntu versions. [#​34155](https://togithub.com/electron/electron/pull/34155) - SIGUSR1 is no longer handled when the `node_cli_inspect` fuse is disabled. [#​34180](https://togithub.com/electron/electron/pull/34180) (Also in [16](https://togithub.com/electron/electron/pull/34182), [17](https://togithub.com/electron/electron/pull/34181)) #### Other Changes - Backported fix for chromium:1320614. [#​34202](https://togithub.com/electron/electron/pull/34202) - Updated Chromium to 100.0.4896.160. [#​34171](https://togithub.com/electron/electron/pull/34171) ### [`v18.2.3`](https://togithub.com/electron/electron/releases/tag/v18.2.3) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.2...v18.2.3) ### Release Notes for v18.2.3 #### Fixes - Fixed a crash in `safeStorage` on Linux. [#​34148](https://togithub.com/electron/electron/pull/34148) (Also in [19](https://togithub.com/electron/electron/pull/34147)) - Fixed building node modules with Visual Studio 2017. [#​34110](https://togithub.com/electron/electron/pull/34110) (Also in [19](https://togithub.com/electron/electron/pull/34164)) ### [`v18.2.2`](https://togithub.com/electron/electron/releases/tag/v18.2.2) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.0...v18.2.2) ### Release Notes for v18.2.2 #### Fixes - Fixed a crash on Windows when opening apps in multiple, separate user sessions. [#​34161](https://togithub.com/electron/electron/pull/34161) (Also in [19](https://togithub.com/electron/electron/pull/34160)) - Fixed an OSR crash happening when input select items were rendered. [#​34092](https://togithub.com/electron/electron/pull/34092) (Also in [17](https://togithub.com/electron/electron/pull/34091), [19](https://togithub.com/electron/electron/pull/34093)) - Fixed an issue where calling `SetLoginItemSettings()` could potentially cause network volumes to be incorrectly mounted. [#​34106](https://togithub.com/electron/electron/pull/34106) (Also in [17](https://togithub.com/electron/electron/pull/34107), [19](https://togithub.com/electron/electron/pull/34108)) - Fixed crash on startup due to missing gtk symbol on older distros. [#​34150](https://togithub.com/electron/electron/pull/34150) (Also in [19](https://togithub.com/electron/electron/pull/34151)) #### Other Changes - Backported fix for CVE-2022-1485. [#​34052](https://togithub.com/electron/electron/pull/34052) - Backported fix for CVE-2022-1497. [#​34072](https://togithub.com/electron/electron/pull/34072) ### [`v18.2.0`](https://togithub.com/electron/electron/releases/tag/v18.2.0) [Compare Source](https://togithub.com/electron/electron/compare/v18.1.0...v18.2.0) ### Release Notes for v18.2.0 #### Features - Fixed an issue where the PDF Viewer would fail if a user attempted to reload. [#​33711](https://togithub.com/electron/electron/pull/33711) (Also in [19](https://togithub.com/electron/electron/pull/33712)) #### Fixes - Fixed an issue with the `app.requestSingleInstanceLock()` API where it would sometimes hang. [#​33778](https://togithub.com/electron/electron/pull/33778) #### Other Changes - Fixed child_process.spawn ENOENT error with cwd option. [#​33871](https://togithub.com/electron/electron/pull/33871) (Also in [16](https://togithub.com/electron/electron/pull/33869), [17](https://togithub.com/electron/electron/pull/33870), [19](https://togithub.com/electron/electron/pull/33872)) - Updated Chromium to 100.0.4896.143. [#​33948](https://togithub.com/electron/electron/pull/33948) ### [`v18.1.0`](https://togithub.com/electron/electron/releases/tag/v18.1.0) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.4...v18.1.0) ### Release Notes for v18.1.0 #### Features - Enabled `systemPreferences.subscribe{Local|Workspace}Notification` to take a `null` value for the `event` parameter. [#​33771](https://togithub.com/electron/electron/pull/33771) #### Fixes - Fixed crash when img without `alt` is shown with accessibility features enabled. [#​33843](https://togithub.com/electron/electron/pull/33843) (Also in [19](https://togithub.com/electron/electron/pull/33841)) - Fixed crash when opening gtk file dialogs due to mismatched versions. [#​33812](https://togithub.com/electron/electron/pull/33812) (Also in [19](https://togithub.com/electron/electron/pull/33813)) #### Other Changes - Updated Chromium to 100.0.4896.127. [#​33730](https://togithub.com/electron/electron/pull/33730) ### [`v18.0.4`](https://togithub.com/electron/electron/releases/tag/v18.0.4) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.3...v18.0.4) ### Release Notes for v18.0.4 #### Fixes - Apply senderFrame details to ipcMain port event. [#​33782](https://togithub.com/electron/electron/pull/33782) (Also in [16](https://togithub.com/electron/electron/pull/33780), [17](https://togithub.com/electron/electron/pull/33781)) - 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](https://togithub.com/electron/electron/pull/33787) - Fixed the built-in PDF renderer. [#​33664](https://togithub.com/electron/electron/pull/33664) - `shell.openExternal()` now reports more detailed errors on Windows. [#​33659](https://togithub.com/electron/electron/pull/33659) (Also in [15](https://togithub.com/electron/electron/pull/33656), [16](https://togithub.com/electron/electron/pull/33657), [17](https://togithub.com/electron/electron/pull/33658), [19](https://togithub.com/electron/electron/pull/33660)) - `shell.openExternal()` now reports more detailed errors on Windows. [#​33705](https://togithub.com/electron/electron/pull/33705) (Also in [15](https://togithub.com/electron/electron/pull/33656), [16](https://togithub.com/electron/electron/pull/33657), [17](https://togithub.com/electron/electron/pull/33658), [19](https://togithub.com/electron/electron/pull/33660)) #### Other Changes - Backported fix for chromium:1297731, b/218211225. [#​33708](https://togithub.com/electron/electron/pull/33708) ### [`v18.0.3`](https://togithub.com/electron/electron/releases/tag/v18.0.3) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.2...v18.0.3) ##### Release Notes for v18.0.3 ##### Other Changes - Updated Chromium to 100.0.4896.75. [#​33619](https://togithub.com/electron/electron/pull/33619) ### [`v18.0.2`](https://togithub.com/electron/electron/releases/tag/v18.0.2) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.1...v18.0.2) ### Release Notes for v18.0.2 #### Fixes - Fixed a potential crash in `Browser.getFocusedWindow()` when child windows are closed. [#​33538](https://togithub.com/electron/electron/pull/33538) (Also in [17](https://togithub.com/electron/electron/pull/33539)) - Fixed an issue where the the window bounds would incorrectly change if `BrowserWindow.unmaximize` was called on a window whose user bounds were maximized. [#​33550](https://togithub.com/electron/electron/pull/33550) (Also in [16](https://togithub.com/electron/electron/pull/33552), [17](https://togithub.com/electron/electron/pull/33551)) - Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. [#​33537](https://togithub.com/electron/electron/pull/33537) (Also in [15](https://togithub.com/electron/electron/pull/33523), [16](https://togithub.com/electron/electron/pull/33535)) - Fixed incorrect return value of `app.requestSingleInstanceLock()` when setting non-existent user data folder. [#​33592](https://togithub.com/electron/electron/pull/33592) (Also in [16](https://togithub.com/electron/electron/pull/33590), [17](https://togithub.com/electron/electron/pull/33591), [19](https://togithub.com/electron/electron/pull/33593)) - Fixed issues with frameless window animations and styling. [#​33610](https://togithub.com/electron/electron/pull/33610) (Also in [19](https://togithub.com/electron/electron/pull/33609)) - Fixed potential crash while generating accessibility trees for certain images. [#​33616](https://togithub.com/electron/electron/pull/33616) (Also in [19](https://togithub.com/electron/electron/pull/33617)) ### [`v18.0.1`](https://togithub.com/electron/electron/releases/tag/v18.0.1) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.0...v18.0.1) ### Release Notes for v18.0.1 #### Fixes - Fixed an issue where Pointer Lock behavior could not be properly exited. [#​32828](https://togithub.com/electron/electron/pull/32828) - Fixed crash when WindowButtonsProxy references cleared NSWindow. [#​33490](https://togithub.com/electron/electron/pull/33490) (Also in [15](https://togithub.com/electron/electron/pull/33487), [16](https://togithub.com/electron/electron/pull/33489), [17](https://togithub.com/electron/electron/pull/33488)) - Fixed crash when running under Wayland caused by calling X11 functions. [#​33498](https://togithub.com/electron/electron/pull/33498) (Also in [17](https://togithub.com/electron/electron/pull/33499)) #### Other Changes - Updated Chromium to 100.0.4896.60. [#​33501](https://togithub.com/electron/electron/pull/33501) ### [`v18.0.0`](https://togithub.com/electron/electron/releases/tag/v18.0.0) [Compare Source](https://togithub.com/electron/electron/compare/v17.4.8...v18.0.0) ### Release Notes for v18.0.0 #### Stack Upgrades - Chromium 100.0.4896.56 - [New in 100](https://developer.chrome.com/blog/new-in-chrome-100/) - [New in 99](https://developer.chrome.com/blog/new-in-chrome-99/) - Node v16.13.2 - [v16.13.2 release notes](https://nodejs.org/en/blog/release/v16.13.2/) - [v16.13.1 release notes](https://nodejs.org/en/blog/release/v16.13.1/) - V8 v10.0 - [V8 10.0 blog post](https://v8.dev/blog/v8-release-100) - [V8 9.9 blog post](https://v8.dev/blog/v8-release-99) #### Breaking Changes - Removed the old `BrowserWindowProxy`-based implementation of `window.open`. This also removes the `nativeWindowOpen` option from `webPreferences`. [#​29405](https://togithub.com/electron/electron/pull/29405) #### Features ##### Additions - Added 'focus' and 'blur' events to `WebContents`. [#​25873](https://togithub.com/electron/electron/pull/25873) - Added `BrowserWindow` method to change the button color, symbol color, and height of a window with WCO enabled. [#​33440](https://togithub.com/electron/electron/pull/33440) - Added `nativeTheme.inForcedColorsMode` API to allow detecting forced color mode. [#​33357](https://togithub.com/electron/electron/pull/33357) (Also in [15](https://togithub.com/electron/electron/pull/33360), [16](https://togithub.com/electron/electron/pull/33359), [17](https://togithub.com/electron/electron/pull/33358)) - Added Substitutions menu roles on macOS: `showSubstitutions`, `toggleSmartQuotes`, `toggleSmartDashes`, `toggleTextReplacement`. [#​32024](https://togithub.com/electron/electron/pull/32024) - Added `first-instance-ack` event to the `app.requestSingleInstanceLock()` flow, so that users can pass some data back from the second instance to the first instance. [#​31460](https://togithub.com/electron/electron/pull/31460) - Added `height` option for Windows Control Overlay. [#​31222](https://togithub.com/electron/electron/pull/31222) (Also in [15](https://togithub.com/electron/electron/pull/33064), [16](https://togithub.com/electron/electron/pull/33061), [17](https://togithub.com/electron/electron/pull/32939)) - Added `ses.setCodeCachePath()` API for setting code cache directory. [#​33286](https://togithub.com/electron/electron/pull/33286) (Also in [17](https://togithub.com/electron/electron/pull/33285)) - Added rawHeaders to IncomingMessage. [#​31853](https://togithub.com/electron/electron/pull/31853) - Added support for more color formats in `setBackgroundColor`. [#​33364](https://togithub.com/electron/electron/pull/33364) - Added warning that preload scripts will be sandboxed by default beginning in Electron 20. [#​33203](https://togithub.com/electron/electron/pull/33203) - Support obsolete blowfish ciphers bf-{cbc,cfb,ecb} through the Node.js crypto API. [#​32356](https://togithub.com/electron/electron/pull/32356) (Also in [17](https://togithub.com/electron/electron/pull/32439)) #### Fixes - Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. [#​33260](https://togithub.com/electron/electron/pull/33260) - Fixed a bug where `BrowserWindow.fromWebContents` would return `undefined` during the `browser-window-created` event. [#​33316](https://togithub.com/electron/electron/pull/33316) - Fixed an issue where First Party Sets were not correctly loaded on app launch. [#​33345](https://togithub.com/electron/electron/pull/33345) - Fixed an issue where new bounds set via `setBounds` was not correctly applied if the user was moving or resizing the window concurrently on Windows. [#​33375](https://togithub.com/electron/electron/pull/33375) - Fixed an issue where pages would not properly print on macOS due to a rendering fa