-
JellyTau v0.4.1
Stable🏗️ Build and Test JellyTau / Run Tests (push) Successful in 18m39sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m40sTraceability Validation / Check Requirement Traces (push) Successful in 16sBuild & Release / Run Tests (push) Successful in 6m1s🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 9m26sBuild & Release / Build Linux (push) Successful in 19m41sBuild & Release / Build Windows (push) Successful in 13m57sBuild & Release / Build Android (push) Successful in 30m6sBuild & Release / Create Release (push) Successful in 24sreleased this
2026-08-05 10:31:16 +00:00 | 174 commits to master since this release🐛 Fixes
- The lockscreen pause works while a video's audio plays in the background.
The handoff starts native audio and only then tears the WebView<video>
down — and that teardown fires a DOMpausethe frontend reports like any
other, which left the controller believing webview media was still the
player. Transport stayed aimed at it: pressing pause on the lockscreen sent a
control command to a<video>that no longer existed while the native player
carried on, and the element's parting position report dragged the displayed
time backwards. A handoff is now tracked explicitly, so it hands transport to
the native backend and ignores what the dying element still reports. A pause
made from the lockscreen also survives the return to the app, instead of being
undone by the play state captured when the handoff began.
(UR-040, UR-005 → DR-052, DR-097)
Downloads
Platform File Android jellytau-release.apk— sideload oradb installWindows (portable) jellytau.exeLinux (Debian/Ubuntu) jellytau_0.4.1_amd64.deb—sudo dpkg -iWindows jellytau_0.4.1_x64-setup.exe(NSIS installer)
Report a problem: https://gitea.tourolle.paris/dtourolle/jellytau/issues
Downloads
- The lockscreen pause works while a video's audio plays in the background.