• v0.2.8 9d099268b9

    Release v0.2.8
    🏗️ Build and Test JellyTau / Run Tests (push) Failing after 6m30s
    🏗️ Build and Test JellyTau / Android Compile Check (push) Has been skipped
    Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m25s
    Traceability Validation / Check Requirement Traces (push) Successful in 18s
    Build & Release / Run Tests (push) Failing after 6m4s
    Build & Release / Build Linux (push) Has been skipped
    Build & Release / Build Windows (push) Has been skipped
    Build & Release / Build Android (push) Has been skipped
    Build & Release / Create Release (push) Has been skipped

    dtourolle released this 2026-08-01 08:41:32 +00:00 | 191 commits to master since this release

    Fixes:

    • 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 change event, which Android's
        WebView does not reliably fire for touch on a range input; release
        (touchend/mouseup) now commits it as well
    Downloads