Skip to content

Commit 72f2b41

Browse files
authored
New version: OpenJS.Electron.37 version 37.3.0 (microsoft#284091)
1 parent b56c350 commit 72f2b41

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.Electron.37
5+
PackageVersion: 37.3.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: electron.exe
10+
ReleaseDate: 2025-08-15
11+
ArchiveBinariesDependOnPath: true
12+
Installers:
13+
- Architecture: x86
14+
InstallerUrl: https://github.com/electron/electron/releases/download/v37.3.0/electron-v37.3.0-win32-ia32.zip
15+
InstallerSha256: 71CBAC55374A7B3ACE3C992DCF3463BB7F75D0DB160E03B541A8689DF83CC199
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/electron/electron/releases/download/v37.3.0/electron-v37.3.0-win32-x64.zip
18+
InstallerSha256: DD3F29AB2CB25CC45E185259939A180929A984FC8AFFD9E2C11793031153CF99
19+
- Architecture: arm64
20+
InstallerUrl: https://github.com/electron/electron/releases/download/v37.3.0/electron-v37.3.0-win32-arm64.zip
21+
InstallerSha256: 75CA19D4F8C5FEDD2AF18FCF4959B2836E16CF50ABAEFAFC93F448515B42671A
22+
ManifestType: installer
23+
ManifestVersion: 1.10.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.Electron.37
5+
PackageVersion: 37.3.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)