• JellyTau v0.11.5
    🏗️ 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 3m41s
    Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m20s
    Traceability Validation / Check Requirement Traces (push) Successful in 11s
    Build & Release / Run Tests (push) Successful in 14m44s
    Build & Release / Build Linux (push) Successful in 20m30s
    Build & Release / Build Windows (push) Successful in 15m38s
    Build & Release / Build Android (push) Successful in 30m30s
    Build & Release / Create Release (push) Successful in 37s
    Stable

    dtourolle released this 2026-08-27 15:58:12 +00:00 | 6 commits to master since this release

    🐛 Fixes

    • A video in a picture-in-picture window stays a video. Watching in a PiP
      window would sometimes drop to audio only, and the audio would pick up from
      wherever the video had been when the window opened — while the picture itself
      had carried on well past that. Two faults, both needed to produce it. The
      player's idea of where it is in the video is kept by a loop that only runs
      while the app is drawing to the screen, and behind a PiP window it is not:
      the position quietly stopped advancing the moment the window opened, and the
      one other source that could have kept it current had been written to switch
      itself off during playback. Separately, PiP and the "keep the audio playing in
      the background" toggle are meant to be alternatives, but only the toggle
      enforced that — the PiP button could still be pressed with both armed, and the
      single moment-in-time check meant to tell them apart is not always right about
      whether a window is open. Opening PiP now turns background audio off, the app
      trusts its own record of the window as well as the system's, and the position
      keeps advancing whether or not anything is being drawn. The frozen position
      also affected the seek bar, resume points and watch progress reported to the
      server for as long as a PiP window was open. (UR-004, UR-040, UR-041 →
      DR-265, DR-266)

    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