|
| 1 | +# Created with komac v2.12.1 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: OpenJS.Electron.37 |
| 5 | +PackageVersion: 37.3.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: OpenJS Foundation |
| 8 | +PublisherUrl: https://openjsf.org/ |
| 9 | +PublisherSupportUrl: https://github.com/electron/electron/issues |
| 10 | +PackageName: Electron |
| 11 | +PackageUrl: https://www.electronjs.org/ |
| 12 | +License: MIT |
| 13 | +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE |
| 14 | +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. |
| 15 | +Moniker: electron |
| 16 | +Tags: |
| 17 | +- c-plus-plus |
| 18 | +- chrome |
| 19 | +- css |
| 20 | +- electron |
| 21 | +- html |
| 22 | +- javascript |
| 23 | +- nodejs |
| 24 | +- v8 |
| 25 | +- works-with-codespaces |
| 26 | +ReleaseNotes: |- |
| 27 | + Release Notes for v37.3.0 |
| 28 | + Features |
| 29 | + - Added support for app.getRecentDocuments() on Windows and macOS. #47923 (Also in 36, 38) |
| 30 | + - Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #48017 (Also in 36, 38) |
| 31 | + - 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) |
| 32 | + Fixes |
| 33 | + - Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #48045 (Also in 36, 38) |
| 34 | + - Fixed an issue where app.accessibilitySupportEnabled didn't work as expected. #48061 (Also in 38) |
| 35 | + - Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #48021 (Also in 36, 38) |
| 36 | + - Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #47988 (Also in 36, 38) |
| 37 | + - 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) |
| 38 | + - Fixed compilation error when disabling extensions and pdf_viewer. #47994 (Also in 38) |
| 39 | + Other Changes |
| 40 | + - Updated Chromium to 138.0.7204.224. #47974 |
| 41 | + - Updated Node.js to v22.18.0. #47935 |
| 42 | +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v37.3.0 |
| 43 | +ManifestType: defaultLocale |
| 44 | +ManifestVersion: 1.10.0 |
0 commit comments