• 0.1.0-alpha.3 5493012cce

    0.1.0-alpha.3 Pre-release

    hloth released this 2026-05-21 02:11:31 +02:00 | 566 commits to main since this release

    Open Grind v0.1.0-alpha.3

    Early testing build of MVP, only available for Android. To build for other platforms or modify existing installation, please, build from source.

    This release fixes issues with blank chats page and adds unsent & expired messages.

    Install

    1. Download open-grind-0.1.0-alpha.3.apk
    2. Install APK using your system's application installer

    Expect bugs. No guarantees on app reliability are provided. Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.

    Changelog

    • Replace randomized languages in headers with en_US to fix issues with pronouns and genders locale
    • Render unsent messages
    • Add "unsend message" action
    • Render expiring images
    • Unify all avatars call sites into a single component, fixing blank profile picture settings link

    Security

    All builds are reproducable and signed with Open Grind's official PGP key and APKs are additionally signed with JKS. Verify with:

    curl -sSL https://opengrind.org/pgp.asc | gpg --import
    gpg --verify open-grind-0.1.0-alpha.3.apk.asc open-grind-0.1.0-alpha.3.apk 2>&1 | grep -q "327F54ED1D2338E6D3B3930122F838B04A16E6DE" && echo "Signature matches" || echo "Invalid signature"
    

    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).

    Full changelog: https://git.opengrind.org/open-grind/open-grind/compare/0.1.0-alpha.2...0.1.0-alpha.3

    Downloads