-
JellyTau v0.5.2
Stable🏗️ Build and Test JellyTau / Run Tests (push) Successful in 10m7sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m28sTraceability Validation / Check Requirement Traces (push) Successful in 19sBuild & Release / Run Tests (push) Successful in 7m35s🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 3m2sBuild & Release / Build Linux (push) Successful in 20m0sBuild & Release / Build Windows (push) Successful in 8m36sBuild & Release / Build Android (push) Successful in 30m30sBuild & Release / Create Release (push) Successful in 21sreleased 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 initregenerates 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 oradb installWindows (portable) jellytau.exeLinux (Debian/Ubuntu) jellytau_0.5.2_amd64.deb—sudo dpkg -iWindows jellytau_0.5.2_x64-setup.exe(NSIS installer)
Report a problem: https://gitea.tourolle.paris/dtourolle/jellytau/issues
Downloads
- Gradle ships in the builder image instead of being downloaded per build.