Details
-
Task
-
Resolution: Fixed
-
Major
-
0.13
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Release Notes
electron/electron (electron)
v33.3.1: electron v33.3.1
Release Notes for v33.3.1
Fixes
- Fixed chrome.i18n extension API being unavailable in service workers. #45037 (Also in 31, 32, 34)
- Fixed build failure when the PDF viewer is disabled. #44965 (Also in 34)
- Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #45021 (Also in 31, 32, 34)
- Fixed issue with missing index arg for webContents.canGoToOffset. #45006 (Also in 32, 34)
Other Changes
- Updated Chromium to 130.0.6723.170. #45061
v33.3.0: electron v33.3.0
Release Notes for v33.3.0
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 (Also in 34)
- Added WebFrameMain.collectJavaScriptCallStack() for accessing the JavaScript call stack of unresponsive renderers. #44937 (Also in 34)
Fixes
- Fixed an possible crash when using draggable regions and BaseWindows to get the context-menu event. #44953 (Also in 32, 34)
Other Changes
- Updated Chromium to 130.0.6723.152. #44948
Documentation
- Documentation changes: #44928