Skip to content

v26.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmaietta mmaietta released this 26 Jan 18:28
· 8 commits to master since this release
d75d2bf

26.0.0

Major Changes

  • #8782 633490cb Thanks @mmaietta! - fix: removing conditional logic that would build HFS+ dmg on non-arm64 macs as HFS+ was sunset in macos 15.2
  • #8582 6a9597b4 Thanks @mmaietta! - chore: remove deprecated fields from winOptions and macOptions. (For winOptions signing configuration, it has been moved to win.signtoolOptions in order to support azureOptions as a separate field and avoid bloating win configuration object. For macOptions, notarize options has been deprecated in favor of env vars for quite some time. Env vars are much more secure)
  • #8572 0dbe357a Thanks @mmaietta! - feat: allowing additional entries in .desktop file, such as [Desktop Actions <actionName>]. Requires changing configuration desktop property to object to be more extensible in the future
  • #8562 b8185d48 Thanks @beyondkmp! - support including node_modules in other subdirectories

Minor Changes

Patch Changes