Sourced from electron's releases.
electron v32.0.2
Release Notes for v32.0.2
Fixes
- Fixed
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43437 (Also in 31, 33)- Fixed an issue where
BaseWindow.setTouchBar
didn't work as expected. #43421 (Also in 30, 31, 33)- Fixed bug where camera permissions affected screen sharing. #43544
- Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43501 (Also in 31, 33)
- Fixed electron app in ozone/wayland not being focused when launched from another app. #43548 (Also in 31, 33)
Other Changes
- Updated Chromium to 128.0.6613.84. #43425
Documentation
- Documentation changes: #43459
61fbd29
build: don't run symbol generation on PS (#43560)486c264
fix: don't use deprecate-soon class v8::String::Value (#43552)c9c8f5b
fix: Use XDG_ACTIVATION_TOKEN in wayland when launched by other app (#43548)22c8394
fix: systemMediaPermissionDenied should not check camera perms when the
reque...454f1c8
build: free up macos disk space as soon as possible (#43537)5c07d56
chore: speed up cache only reclient for fork PRs (#43505)2aa1591
fix: devtools dock state with WCO on linux (#43501)0a13e40
refactor: simplify KeyWeakMap impl (#43485)81c2c19
chore: remove unused WinFrameView::kInactiveTitlebarFeatureAlpha (#43474)5a1bab7
perf: prefer GURL string_view getters (#43470)Sourced from electron-builder's releases.
v25.0.5
What's Changed
- fix: windows signature verification special chars by
@ckarich
in electron-userland/electron-builder#8409- fix: change abort to aborted event by
@beyondkmp
in electron-userland/electron-builder#8282- chore(deps): upgrade semver to latest to resolve CVE by
@beyondkmp
in electron-userland/electron-builder#8417- fix: Snap publish regression by
@lutzroeder
in electron-userland/electron-builder#8424- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8411New Contributors
@ckarich
made their first contribution in electron-userland/electron-builder#8409Full Changelog: https://github.com/electron-userland/electron-builder/compare/v25.0.4...v25.0.5
v25.0.4
What's Changed
- fix(electron-updater,deb): Handle spaces in application artifact name for deb by
@Ryan432
in electron-userland/electron-builder#8400- feat: unpacked native node file by
@beyondkmp
in electron-userland/electron-builder#8392- feat: add custom channel in github provider by
@beyondkmp
in electron-userland/electron-builder#8393- fix: add disableDefaultIgnoredFiles option by
@beyondkmp
in electron-userland/electron-builder#8398- fix: return parent dir for local dependency by
@beyondkmp
in electron-userland/electron-builder#8406- fix: handle spaces in artifact name for all linux platforms instead of only .deb by
@xyloflake
in electron-userland/electron-builder#8403- docs: Fix a broken link formatting in the docs by
@mokagio
in electron-userland/electron-builder#8407- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8402New Contributors
@Ryan432
made their first contribution in electron-userland/electron-builder#8400@xyloflake
made their first contribution in electron-userland/electron-builder#8403@mokagio
made their first contribution in electron-userland/electron-builder#8407Full Changelog: https://github.com/electron-userland/electron-builder/compare/v25.0.3...v25.0.4
v25.0.3
What's Changed
- fix: delete the symlink file when the target is empty by
@beyondkmp
in electron-userland/electron-builder#8371- fix: Add global download promise to limit concurrent downloads to 1 by
@s77rt
in electron-userland/electron-builder#8378- chore: update outdated docs for vite by
@gweesin
in electron-userland/electron-builder#8379- fix: upgrade app-builder-bin with downgraded appimage tool by
@mmaietta
in electron-userland/electron-builder#8387- fix(windows,code-sign): cannot sign binary files in Github Actions by
@BlackHole1
in electron-userland/electron-builder#8384- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8377New Contributors
@s77rt
made their first contribution in electron-userland/electron-builder#8378@gweesin
made their first contribution in electron-userland/electron-builder#8379Full Changelog: https://github.com/electron-userland/electron-builder/compare/v25.0.2...v25.0.3
v25.0.2
What's Changed
- fix: adding additional logging when importing/requiring a hook script by
@mmaietta
in electron-userland/electron-builder#8356- chore(deps): update dependency mkdocs to <1.7 by
@renovate
in electron-userland/electron-builder#8350
... (truncated)
Sourced from electron-builder's changelog.
25.0.5
Patch Changes
- Updated dependencies [
8e6c1712
]:
- app-builder-lib@25.0.5
- dmg-builder@25.0.5
25.0.4
Patch Changes
25.0.3
Patch Changes
- Updated dependencies [
f8fbdd12
,afd81326
,553c737b
]:
- app-builder-lib@25.0.3
- builder-util@25.0.3
- dmg-builder@25.0.3
25.0.2
Patch Changes
#8372
c85b73d7
Thanks@mmaietta
! - fix: allow enabling tsc lib checking on electron-updater packageUpdated dependencies [
2541eb62
,2acdf65d
,c85b73d7
,54c1059b
,2a0ea65c
]:
- app-builder-lib@25.0.2
- builder-util@25.0.2
- dmg-builder@25.0.2
25.0.1
Patch Changes
- Updated dependencies [
372b046b
,089dd639
,578a7e1a
]:
- app-builder-lib@25.0.1
- builder-util@25.0.1
- dmg-builder@25.0.1
25.0.0
Minor Changes
- #8150
f4e6ae29
Thanks@mmaietta
! - feat: add functionality to just publish artifacts
... (truncated)
d5d9f3f
chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (#8411)de1ea75
Revert "feat: allow riscv64
support via custom
electron dist (#8143)"
(#8427)b306895
feat: allow riscv64
support via custom electron dist (#8143)1dcf6bc
chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (#8402)84f2909
chore(deploy): Release v25.0.3 (electron-updater@6.3.2) (#8377)b20496b
chore(deploy): Release v25.0.2 (electron-updater@6.3.1) (#8357)c85b73d
fix: allow typescript typechecking for electron-updater
.d.ts
(#8372)fb16669
chore(deploy): Release v25.0.1 (#8343)bfe4ecc
chore(deploy): Release v25.0.0 (electron-updater@6.3.0) (#8337)1320c0e
chore(deploy): Release v25.0.0-alpha.13 (electron-updater@6.3.0-alpha.8)
(alp...