Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1.76 KB

{{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

BREAKING CHANGES

  • Added inputs.certificate-id for use when using non-Apple signing certs
  • Added inputs.signtool to explicitly use a particular tool but not usage is not recommended
  • Dropped support for linux, it never really worked and wasn't ever needed, it now errors on Linux
  • Improved inputs.file to correctly handle relative and absolute paths
  • Refactored code to be more pluggable in the event we want to support additional future signing methods

v2.2.0 - May 3, 2024

  • Added support for using DigiCert KeyLocker to sign Windows and Linux packages. #7

v2.1.1 - June 17, 2023

  • Added support for either altool or notarytool for notarizations
  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated to use new @lando/notarize-action@v2
  • Added color and icon to GitHub Marketplace listing
  • First release