Gezel Early Beta v1.26244.63
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
- fix: Bump llama and ds4 engines by @bendymike in #42
- fix: Native build fixes by @bendymike in #43
- fix: Evals work by @bendymike in #44
- fix: UI test fixes by @bendymike in #45
- fix: Test fixes by @bendymike in #46
- fix: Uninstall setup updates by @bendymike in #47
- fix: More ship fixes, notice updates by @bendymike in #48
Full Changelog: v1.26237.59...v1.26244.63