Immutable
release. Only release title and notes can be modified.
Verifying your download
Every file below is listed in SHA256SUMS and carries SLSA build
provenance tied to this commit and workflow run.
Check the bytes — --ignore-missing matters, because the manifest
covers every platform and you downloaded one:
sha256sum --ignore-missing -c SHA256SUMS # Linux
shasum -a 256 --ignore-missing -c SHA256SUMS # macOSCheck where the build came from, with the
GitHub CLI (run gh auth login once first):
gh attestation verify <file> --repo bendyline/gezelThe macOS and Windows installers are signed, and the macOS package is
notarized — your operating system checks those for you. The Linux
.deb and .rpm packages are not GPG-signed, so the two checks above
are the verification path there.
Full instructions, including Windows.
What's Changed
- feat: Persistent message drafts by @bendymike in #49
- fix: Gezk improvements by @bendylinesupport in #50
- fix: Scorecard infra and updates by @bendymike in #51
Full Changelog: v1.26244.63...v1.26247.65