-
JellyTau v0.13.2
Stable🏗️ Build and Test JellyTau / Run Tests (push) Skipped🏗️ Build and Test JellyTau / Android Compile Check (push) Skipped🏗️ Build and Test JellyTau / Supply Chain (push) Successful in 4m15s📱 Test APK / Build test APK (push) Successful in 20m30sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 3m46sTraceability Validation / Check Requirement Traces (push) Successful in 14sBuild & Release / Run Tests (push) Successful in 10m32sBuild & Release / Build Linux (push) Successful in 14m6sBuild & Release / Build Windows (push) Successful in 10m50sBuild & Release / Build Android (push) Successful in 20m20sBuild & Release / Create Release (push) Successful in 37sreleased this
2026-09-24 02:47:07 +00:00 | 0 commits to master since this releaseA series opens with its episodes in under a second. v0.13.1 fixed the season
list; the episode list below it still took about five seconds on a Fairphone.⚡ Performance
- The episode list no longer waits for the server. It used to wait for
"Next Up" and your resume point, fetched from the server first, although every
episode was already on the device. The list now shows as soon as it is
loaded, and Next Up answers from the device first like everything else.
(DR-101, DR-295) - A page loads once. Opening a series loaded it six times over, putting
about seventy requests in flight at once. It now loads once, and re-loads only
when something actually changed (reconnecting, marking watched). (DR-295) - The local database finds things by index instead of reading everything.
Each item now records the one container it is listed under, so a series,
season or album page is a single index lookup — under a millisecond on a
100,000-item library, where it used to scan the whole catalogue. The update
converts an existing library in well under a second, once. (DR-012, DR-013)
🐛 Fixes
- A series lists its seasons, not every episode as well. Both the library
view and the Downloads view mixed a series' episodes in with its seasons.
(DR-013)
Downloads
Platform File Linux (portable) *.AppImage—chmod +xand runLinux (Debian/Ubuntu) *.deb—sudo dpkg -iLinux (Fedora/openSUSE) *.rpm—sudo rpm -iWindows *-setup.exe(NSIS). Unsigned — SmartScreen may warn on first run.Android *.apksideload, or*.aabfor Play ConsoleDesktop builds check for updates from here and can install a new
version in place, verifying its signature first.Verifying your download
sha256sum -c SHA256SUMSSHA256SUMScovers every file in this release. An SBOM
(*.cdx.json,frontend-dependencies.txt) lists what went into it.Requirements
- Linux: 64-bit, GLIBC 2.29+
- Windows: 64-bit Windows 10 or later
- Android: 8.0 or later, ~50 MB free
Report a problem: https://gitea.tourolle.paris/dtourolle/jellytau/issues
Downloads
- The episode list no longer waits for the server. It used to wait for