There are 2 updates.
 
 
Cristal / cid:jira-generated-image-avatar-e12e8096-14c0-4da9-a1dc-1f739109ca9f CRISTAL-398 Closed

Upgrade to electron 33.3.1

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-3e48bb44-0be5-4418-ae60-a45f032adf7d Changes by Manuel Leduc on 07/Jan/25 09:35
 
Summary: Upgrade to electron 33.3. 0 1
Description: h3. Release Notes

electron/electron (electron)
h3. [{{v33.3.
1}}|https://redirect.github.com/electron/electron/releases/tag/v33.3.1]: electron v33.3.1

[Compare Source|https://redirect.github.com/electron/electron/compare/v33.3.
0 ...v33.3.1]
h3. Release Notes for v33.3.1
h4. Fixes
* Fixed {{chrome.i18n
}} extension API being unavailable in service workers. [#​45037 |https://redirect.github.com/electron/electron/ pull/45037] (Also in [31|https://redirect.github.com/electron/electron/pull/45035], [32|https://redirect.github.com/electron/electron/pull/45038], [34|https://redirect.github.com/electron/electron/pull/45036])
* Fixed build failure when the PDF viewer is disabled. [#​44965|https://redirect.github.com/electron/electron/pull/44965] (Also in [34|https://redirect.github.com/electron/electron/pull/44964])
* Fixed custom spell checker getting stuck in infinite loop using 100% CPU. [#​45021|https://redirect.github.com/electron/electron/pull/45021] (Also in [31|https://redirect.github.com/electron/electron/pull/45022], [32|https://redirect.github.com/electron/electron/pull/45019], [34|https://redirect.github.com/electron/electron/pull/45020])
* Fixed issue with missing index arg for {{{}webContents.canGoToOffset{}}}. [#​45006|https://redirect.github.com/electron/electron/pull/45006] (Also in [32|https://redirect.github.com/electron/electron/pull/45007], [34|https://redirect.github.com/electron/electron/pull/45008])

h4. Other Changes
* Updated Chromium to 130.0.6723.170. [#​45061|https://redirect.github.com/electron/electron/pull/45061]

h3. [{{v33.3.0}}|https://redirect.github.com/electron/electron/
releases/tag/v33.3.0]: electron v33.3.0

[Compare Source|https://redirect.github.com/electron/electron/compare/v33.2.1...v33.3.0]
h3. Release Notes for v33.3.0
h4. Features
* Added APIs to manage shared dictionaries for compression efficiency using Brotli or ZStandard. The new APIs are {{{}session.getSharedDictionaryUsageInfo(){}}}, {{{}session.getSharedDictionaryInfo(options){}}}, {{{}session.clearSharedDictionaryCache(){}}}, and {{{}session.clearSharedDictionaryCacheForIsolationKey(options){}}}. [#​44951|https://redirect.github.com/electron/electron/pull/44951] (Also in [34|https://redirect.github.com/electron/electron/pull/44950])
* Added {{WebFrameMain.collectJavaScriptCallStack()}} for accessing the JavaScript call stack of unresponsive renderers. [#​44937|https://redirect.github.com/electron/electron/pull/44937] (Also in [34|https://redirect.github.com/electron/electron/pull/44938])

h4. Fixes
* Fixed an possible crash when using draggable regions and BaseWindows to get the {{context-menu}} event. [#​44953|https://redirect.github.com/electron/electron/pull/44953] (Also in [32|https://redirect.github.com/electron/electron/pull/44954], [34|https://redirect.github.com/electron/electron/pull/44952])

h4. Other Changes
* Updated Chromium to 130.0.6723.152. [#​44948|https://redirect.github.com/electron/electron/pull/44948]

h4. Documentation
* Documentation changes: [#​44928|https://redirect.github.com/electron/electron/pull/44928]