• v0.5.2 50934e2ac6

    JellyTau v0.5.2
    🏗️ Build and Test JellyTau / Run Tests (push) Successful in 10m7s
    Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m28s
    Traceability Validation / Check Requirement Traces (push) Successful in 19s
    Build & Release / Run Tests (push) Successful in 7m35s
    🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 3m2s
    Build & Release / Build Linux (push) Successful in 20m0s
    Build & Release / Build Windows (push) Successful in 8m36s
    Build & Release / Build Android (push) Successful in 30m30s
    Build & Release / Create Release (push) Successful in 21s
    Stable

    dtourolle released this 2026-08-13 05:48:01 +00:00 | 151 commits to master since this release

    🔧 Internal

    • Gradle ships in the builder image instead of being downloaded per build.
      The release APK job died at the Gradle wrapper step after the 11-minute Rust
      compile had already succeeded, on a socket exception mid-transfer.
      tauri android init regenerates a wrapper pointing at services.gradle.org, so
      every Android job re-downloaded ~130MB — slow on a good day, a hard build
      failure when the CDN drops the connection, and a standing violation of the rule
      that every build tool already lives in the image. The sync script now repoints
      the regenerated wrapper at the local distribution, parsing the version the
      wrapper actually requests so a future Tauri bump logs a miss instead of pointing
      at a missing file. Dev machines are untouched.

    Downloads

    Platform File
    Android jellytau-release.apk — sideload or adb install
    Windows (portable) jellytau.exe
    Linux (Debian/Ubuntu) jellytau_0.5.2_amd64.debsudo dpkg -i
    Windows jellytau_0.5.2_x64-setup.exe (NSIS installer)

    Report a problem: https://gitea.tourolle.paris/dtourolle/jellytau/issues

    Downloads