-
JellyTau v0.10.1
Stable🏗️ Build and Test JellyTau / Run Tests (push) Successful in 18m44s🏗️ Build and Test JellyTau / Supply Chain (push) Failing after 49sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m27sTraceability Validation / Check Requirement Traces (push) Successful in 10sBuild & Release / Run Tests (push) Successful in 14m48s🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 4m19sBuild & Release / Build Linux (push) Successful in 20m20sBuild & Release / Build Windows (push) Successful in 15m36sBuild & Release / Build Android (push) Successful in 30m46sBuild & Release / Create Release (push) Successful in 38sreleased this
2026-08-22 08:10:12 +00:00 | 1 commits to master since this releaseA 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) *.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
- Locking the screen no longer keeps playing a video's audio unless you asked