• JellyTau v0.13.2
    🏗️ 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 20m30s
    Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 3m46s
    Traceability Validation / Check Requirement Traces (push) Successful in 14s
    Build & Release / Run Tests (push) Successful in 10m32s
    Build & Release / Build Linux (push) Successful in 14m6s
    Build & Release / Build Windows (push) Successful in 10m50s
    Build & Release / Build Android (push) Successful in 20m20s
    Build & Release / Create Release (push) Successful in 37s
    Stable

    dtourolle released this 2026-09-24 02:47:07 +00:00 | 0 commits to master since this release

    A 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) *.AppImagechmod +x and run
    Linux (Debian/Ubuntu) *.debsudo dpkg -i
    Linux (Fedora/openSUSE) *.rpmsudo rpm -i
    Windows *-setup.exe (NSIS). Unsigned — SmartScreen may warn on first run.
    Android *.apk sideload, or *.aab for Play Console

    Desktop builds check for updates from here and can install a new
    version in place, verifying its signature first.

    Verifying your download

    sha256sum -c SHA256SUMS
    

    SHA256SUMS covers 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