Skip to content

v0.2.0

Choose a tag to compare

@BlaiseMoses01 BlaiseMoses01 released this 03 Jul 04:16
· 65 commits to main since this release
ffd448e

[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.