You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.2.0] - 2026-07-03
Added
play_sequence / stop_sequence: play a list of clips back-to-back, skipping the
gaps between them (e.g. a "power user tour" of just the moments that matter).
Returns immediately and runs in the browser, like loop_section; progress is
surfaced via get_state.
get_transcript / search_transcript: fetch and search the caption transcript of
the currently open video. Transcripts are fetched by the server directly from
YouTube (an ANDROID innertube client context, not the extension), formatted as [m:ss] text lines with an optional time window, and are case-insensitively
searchable with surrounding context.
Changed
get_state / player state now reports sequence alongside loop, and the last
sequence progress/done event alongside the last loop event.