HyperFrames v0.8.39
Released on 2026-09-14.
JSON transcripts now get stable word ids, so per-word caption overrides work without converting to SRT first. Lint no longer flags a valid next tag after a closing tag split across lines.
Fixes
- CLI: JSON transcripts now get
w0,w1, ... ids when loaded. Per-word caption overrides can key off those ids without converting to SRT first (dc6d78b46, #3770). - Lint: A closing tag split across lines no longer makes the next sibling look unclosed (f6041d759, #3917).