• v6.1.0 77bd7c5b1c

    Hide APK download link on the native Android app
    Some checks failed
    Build TWA APK / build-apk (push) Has been cancelled
    Build & Push Docker Image / build (push) Has been cancelled

    Ghost released this 2026-04-14 22:47:59 +02:00 | 280 commits to main since this release

    The "Download Android app (APK)" link on the login page is pointless
    when the user is already inside the Capacitor app. Wrapped the link
    in id="apk-download-link" and added a native-app-only hide pass in
    auth.js that runs against a short array of web-only element IDs.

    Add more entries to that array as other web-only UI appears, so the
    mobile wrapper can diverge cleanly from the web UI without branching
    the HTML.

    Downloads