-
0.1.0-alpha.4 Pre-release
released this
2026-05-29 02:49:21 +02:00 | 513 commits to main since this releaseOpen Grind v0.1.0-alpha.4
Early testing build of MVP, only available for Android. To build for other platforms, see technical documentation.
Changelog
- Bugs fixed:
- #119: Fixed
Error 8: The client version is deprecated - #81: Fixed Cloudflare blocking requests by matching okhttp's TLS fingerprint
- #103: Fixed issue when setting weight filter caused grid to load empty
- #113: Fixed issue when "Has Face Pics" filter didn't apply
c13168d4ab: Rust panics are now handled9f19024342: Corrupted preferences file no longer break the appa9f2f9b6f6: Improved preferences internal read/write system
- #119: Fixed
- Improvements:
- #109: Indicate favorite profiles in the grid
- #93: Indicate profiles you had recent chats with in the grid
- #100: Tapping "Browse" no longer scrolls to top of the grid
- #107: Render a placeholder when the grid is empty
- #108: Improved error details rendering, added a "Copy details" button
- #114: Errors during profile load are now handled instead of stucking in loading state
- #116: Added a "new messages" indicator to "Inbox" tab in nav bar
- Security:
- #115: Keyring entry is now deleted locally after log out
033ab3bdbb: Made session file have 0o600 permissions
- Performance:
7a6f7f4917,7af088d07e: Improved Inbox page performance
Full changelog: https://git.opengrind.org/open-grind/open-grind/compare/0.1.0-alpha.3...0.1.0-alpha.4
Install
- Download open-grind-0.1.0-alpha.4.apk
- Install APK using your system's application installer
Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.
Reveal to learn how to verify PGP signature
All builds are reproducable and signed with Open Grind's official PGP key and APKs are additionally signed with JKS. Verification is optional. It's recommended to verify downloaded builds for security hygiene but not needed to use the app. If you don't know what PGP is or don't have a computer, skip this step.
You can verify with:
curl -sSL https://opengrind.org/pgp.asc | gpg --import gpg --verify open-grind-0.1.0-alpha.4.apk.asc open-grind-0.1.0-alpha.4.apk 2>&1 | grep -q "327F54ED1D2338E6D3B3930122F838B04A16E6DE" && echo "Signature matches" || echo "Invalid signature"Note
Please do not reupload APK builds anywhere, especially closed channels such as messengers. Always link to this page (
https://git.opengrind.org/open-grind/open-grind/releases).Downloads
- Bugs fixed: