Skip to content

Tags: electron/notarize

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for individual API keys (Xcode 26 supported feature) (

#246)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: export all relevant types from package (#248)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove `graceful-fs` and use direct imports (#229)

---------
Co-authored-by: Charles Kerr <charles@charleskerr.com>
Co-authored-by: Mark Lee <malept@users.noreply.github.com>

v3.0.0

Toggle v3.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat!: bump `engines` requirement to Node 22.12 (#222)

BREAKING CHANGE: Requires Node.js v22.12.0 LTS or higher. ESM-only.

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
Co-authored-by: Erik Moura <erikian@erikian.dev>

v2.5.0

Toggle v2.5.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: allow notarization on macOS versions down to 10.15 (#201)

* notarytoolPath option

* Removed NotaryToolOptions interface

* Update README.md

Co-authored-by: Erick Zhao <erick@hotmail.ca>

* Removed unnecessary typeof uses

---------

Co-authored-by: Erick Zhao <erick@hotmail.ca>

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add notarization logs to debug logging for success (#202)

v2.3.2

Toggle v2.3.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: Brittle response parsing from notarytool (#191)

* fix: Brittle response parsing from notarytool

* fix: Fixes result.code check blocking notarytool log diagnostics

* fix: Concat notarytool error with notarytool log result

* clean: Cleanup unused import

* refact: Simplified notary error handling logic

* chore: bump electronjs/node in .circleci/config.yml to 2.2.2 (#195)

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>

* fix: ensure status is Accepted

---------

Co-authored-by: Connor G Meehan <connorgm@pm.me>
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove now-unusable "legacy" notarization (#187)

* Remove now-unusable "legacy" notarization

* Make `notarize` function overloaded

* Update docs more

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: skip codesign check on pkg and dmg files (#172)

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: check notarytool response status (#173)

* feat: add status check after notarization

* improve status check