-
v1.1.0 Stable
released this
2026-09-12 12:56:07 +02:00 | 4 commits to main since this release- Bump Grindr Google OAuth WebExtension to v1.0.5:
- Mask the token to protect it on screenshots
- Push the token to Open Grind when the companion app is not running as an intent
- Full changelog
Install
- Automatically, within Open Grind (recommended)
- Most modern phones and other devices: arm64-v8a.apk
- Old phones running on 32-bit CPU: v7a.apk
- Chromebooks and emulators: x86_64.apk
Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.
Don't reupload builds, always link to this page.
All builds are reproducible.
Verify release signature (optional)
Release signature proves a certain file was built by Open Grind's developers and has not been tampered with. This step requires a computer and Minisign installed on it.
- open-grind-google-oauth-v1.1.0-arm64-v8a.apk.minisig
- open-grind-google-oauth-v1.1.0-v7a.apk.minisig
- open-grind-google-oauth-v1.1.0-x86_64.apk.minisig
# Download both the file and its .minisig into the same folder. file=open-grind-google-oauth-v1.1.0-arm64-v8a.apk # Official Minisign key: https://git.opengrind.org/open-grind/open-grind/src/branch/main/KEYS.md#release-signing if minisign -Vm "$file" -P RWReleaseOpenGrindurRQcmR+NovOaU5IEU3LM5l6TcXJvOGYw2m4O+; then echo "✓ signature valid and verified" else echo "✗ signature invalid, do not install this" >&2 exit 1 fiDownloads
- Bump Grindr Google OAuth WebExtension to v1.0.5: