Skip to content

Releases: swstegall/Garlemald-Client

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 31 May 06:58

What's Changed

  • fix(release-binaries): macOS codesign 'no identity found' (default keychain + derive identity by hash) by @swstegall in #19
  • Mac codesigning clean-up by @swstegall in #20

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 31 May 06:35

What's Changed

  • docs: document the develop/main branching model by @swstegall in #16
  • ci: scaffold macOS Developer ID signing + notarization (secret-gated) by @swstegall in #17
  • Signing mac os build. by @swstegall in #18

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 May 05:27

What's Changed

  • ci(release-binaries): announce releases to Discord (+ macOS-note guard) by @swstegall in #15

Full Changelog: v0.1.2...v0.1.3


macOS: the .app is ad-hoc signed (the macOS build is ad-hoc signed, i.e. unsigned for distribution). Gatekeeper will warn on first launch — right-click → Open, or run xattr -dr com.apple.quarantine "Garlemald Client.app". Code signing / notarization is a planned follow-up.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 31 May 05:11

What's Changed

  • ci: auto-build per-platform launcher artifacts + publish on tag (#10) by @swstegall in #14

Full Changelog: v0.1.1...v0.1.2


macOS: the .app is ad-hoc signed (the macOS build is ad-hoc signed, i.e. unsigned for distribution). Gatekeeper will warn on first launch — right-click → Open, or run xattr -dr com.apple.quarantine "Garlemald Client.app". Code signing / notarization is a planned follow-up.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 May 04:54

What's Changed

  • ci: adopt SemVer via git tags — auto patch-bump + tag + release (#8) by @swstegall in #13

Full Changelog: v0.1.0...v0.1.1