This issue has been created
There are 2 updates.
 
 
Cristal / cid:jira-generated-image-avatar-3f1bf35c-243a-43e4-8f45-df91d10c87b8 CRISTAL-651 Open

Upgrade to electron 37.3.1

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-905bad93-cf8c-4b2f-8ca8-7d6c38670fa2 Manuel Leduc created this issue on 26/Aug/25 14:13
 
Summary: Upgrade to electron 37.3.1
Issue Type: cid:jira-generated-image-avatar-3f1bf35c-243a-43e4-8f45-df91d10c87b8 Task
Affects Versions: 0.21
Assignee: Unassigned
Components: Dependency Upgrades
Created: 26/Aug/25 14:13
Priority: cid:jira-generated-image-static-major-a5e5edc8-7f56-4734-9a58-7141728016d0 Major
Reporter: Manuel Leduc
Description:

electron/electron (electron)

v37.3.1: electron v37.3.1

Compare Source

Release Notes for v37.3.1
Fixes
  • Fixed an issue where shell.openPath was not non-blocking as expected. #​48088 (Also in 36, 38)
  • Fixed an issue where windows opened with window.open would never be offscreen. #​48070 (Also in 38)
  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #​48096 (Also in 36)
Other Changes
  • Updated Chromium to 138.0.7204.235. #​48066

v37.3.0: electron v37.3.0

Compare Source

Release Notes for v37.3.0
Features
  • Added support for app.getRecentDocuments() on Windows and macOS. #​47923 (Also in 36, 38)
  • Adds the ability to change window accent color on Windows after initial window initialization via {{{} {get|set}

    AccentColor{}}}. #​48017 (Also in 36, 38)

  • Internally switched to using DIR_ASSETS instead of DIR_MODULE/DIR_EXE to locate assets and resources, and added "assets" as a key that can be queried via app.getPath. #​47951 (Also in 38)
Fixes
  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #​48045 (Also in 36, 38)
  • Fixed an issue where app.accessibilitySupportEnabled didn't work as expected. #​48061 (Also in 38)
  • Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #​48021 (Also in 36, 38)
  • Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #​47988 (Also in 36, 38)
  • Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #​48011 (Also in 36, 38)
  • Fixed compilation error when disabling extensions and pdf_viewer. #​47994 (Also in 38)
Other Changes

v37.2.6: electron v37.2.6

Compare Source

Release Notes for v37.2.6
Fixes
  • Fixed a bug where the Referer header was not being set correctly when using webContents.downloadURL(). #​47865 (Also in 36, 38)
  • Fixed a crash when calling some webContents functions after window.close(). #​47954 (Also in 36, 38)
  • Fixed an issue on some older Windows versions where setContentProtection didn't work as expected. #​47887 (Also in 36, 38)
  • Fixed an issue where an invalid color passed as a string to accentColor would result in a white accent color. #​47800 (Also in 38)
  • Fixed an issue where video scrubbing would not correctly hold the new position on playback. #​47971 (Also in 38)
  • Fixed an issue where windows used dark theme on Linux all the time without reacting to system theme changes. #​47920 (Also in 38)
  • Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. #​47956 (Also in 36, 38)
Other Changes
  • Updated Chromium to 138.0.7204.185. #​47909
 
 

2 updates

 
cid:jira-generated-image-avatar-905bad93-cf8c-4b2f-8ca8-7d6c38670fa2 Changes by Manuel Leduc on 26/Aug/25 14:13
 
Fix Version: 0.22
Assignee: Manuel Leduc