8000 Tags · electron/notarize · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: electron/notarize

Tags

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. 10000 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

v2.2.0

Toggle v2.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add codesign verification and assessment prior to notarizing (#152

)

* feat: add spctl and codesign verificatin prior to stapling

* fix output

* fix output

* chore: resolve comments

* Update src/check-signature.ts

* chore: fix lint

* chore: address comments

---------

Co-authored-by: Erick Zhao <erick@hotmail.ca>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: retry staple up to 3 times (#144)

0