Skip to content

Releases: electron/notarize

v3.0.0

14 Mar 17:24
d914d04
Compare
Choose a tag to compare

3.0.0 (2025-03-14)

This new major release is part of our initiative to move the Electron ecosystem to Node 22. Read more about it on our blog.

BREAKING CHANGES

  • Requires Node.js v22.12.0 LTS or higher.
  • This package is now ESM-only.
  • The Legacy strategy for Apple's sunset altool has now been removed.
    • This package's types have been simplified in accordance.

v2.5.0

17 Sep 17:31
268fa30
Compare
Choose a tag to compare

2.5.0 (2024-09-17)

Features

  • allow notarization on macOS versions down to 10.15 (#201) (268fa30)

v2.4.0

13 Aug 21:34
dfbdcd8
Compare
Choose a tag to compare

2.4.0 (2024-08-13)

Features

  • add notarization logs to debug logging for success (#202) (dfbdcd8)

v2.3.2

14 May 18:59
8440fa1
Compare
Choose a tag to compare

2.3.2 (2024-05-14)

Bug Fixes

v2.3.1

14 May 18:54
f48a181
Compare
Choose a tag to compare

2.3.1 (2024-05-14)

Bug Fixes

  • remove now-unusable "legacy" notarization (#187) (f48a181)

v2.3.0

15 Feb 09:22
df2d00d
Compare
Choose a tag to compare

2.3.0 (2024-02-15)

Bug Fixes

  • skip codesign check on pkg and dmg files (#172) (df2d00d)

Features

v2.2.1

24 Jan 17:38
fa2cb22
Compare
Choose a tag to compare

2.2.1 (2024-01-24)

Bug Fixes

v2.2.0

14 Nov 20:41
b1b2ca1
Compare
Choose a tag to compare

2.2.0 (2023-11-14)

Features

  • add codesign verification and assessment prior to notarizing (#152) (b1b2ca1)

v2.1.0

29 Jun 21:09
a59d260
Compare
Choose a tag to compare

2.1.0 (2023-06-29)

Features

v2.0.0

25 Jun 05:42
bf23272
Compare
Choose a tag to compare

2.0.0 (2023-06-25)

Features

BREAKING CHANGES

  • users who do not specify tool will not use notarytool by default