-
Release v0.2.8
🏗️ Build and Test JellyTau / Run Tests (push) Failing after 6m30s🏗️ Build and Test JellyTau / Android Compile Check (push) Has been skippedPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m25sTraceability Validation / Check Requirement Traces (push) Successful in 18sBuild & Release / Run Tests (push) Failing after 6m4sBuild & Release / Build Linux (push) Has been skippedBuild & Release / Build Windows (push) Has been skippedBuild & Release / Build Android (push) Has been skippedBuild & Release / Create Release (push) Has been skippedreleased this
2026-08-01 08:41:32 +00:00 | 191 commits to master since this releaseFixes:
- Video seek bar now works by touch on Android (DR-099). Dragging or
tapping the progress bar moved the thumb but not playback:- a seek-bar drag was mis-read as a brightness swipe (stale gesture
start point after the DR-098 control-touch guard), dimming the screen
and toggling play/pause mid-drag - the seek was committed only from the
changeevent, which Android's
WebView does not reliably fire for touch on a range input; release
(touchend/mouseup) now commits it as well
- a seek-bar drag was mis-read as a brightness swipe (stale gesture
Downloads
- Video seek bar now works by touch on Android (DR-099). Dragging or