• JellyTau v0.10.1
    🏗️ Build and Test JellyTau / Run Tests (push) Successful in 18m44s
    🏗️ Build and Test JellyTau / Supply Chain (push) Failing after 49s
    Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m27s
    Traceability Validation / Check Requirement Traces (push) Successful in 10s
    Build & Release / Run Tests (push) Successful in 14m48s
    🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 4m19s
    Build & Release / Build Linux (push) Successful in 20m20s
    Build & Release / Build Windows (push) Successful in 15m36s
    Build & Release / Build Android (push) Successful in 30m46s
    Build & Release / Create Release (push) Successful in 38s
    Stable

    dtourolle released this 2026-08-22 08:10:12 +00:00 | 1 commits to master since this release

    A single fix, for something that had been quietly overriding a choice you made.

    🐛 Fixes

    • Locking the screen no longer keeps playing a video's audio unless you asked
      it to.
      The player has a background-audio button: turn it on and the sound
      carries on when you lock the screen or leave the app, turn it off and playback
      stops. It stopped working when video moved to the native renderer — which plays
      through a media service designed to keep going while the app is hidden — and
      nothing was left to stop it. So the audio continued whether the button was on
      or off, and there was no way to make it behave otherwise. The button governs it
      again: with it off, locking the screen pauses the video and unlocking resumes
      where you were; with it on, the audio continues as before. Music is untouched —
      it keeps playing when backgrounded, as a music player should — and a video in a
      picture-in-picture window keeps playing too, because the window is still on
      screen. If you had already paused before locking, it stays paused.
      (UR-040 → DR-224)

    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