Skip to content

hdrprobe v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:09
v1.0.1
1564af1

New

  • Builds from source now pull dolby_vision from crates.io. The 3.4.0 release is now published on the registry, so the temporary git pin from v1.0.0 is retired. The shipped binary is unchanged; this only affects source builds and dependency auditing.

Fixed

  • Colored reports on Windows consoles no longer print raw escape codes. Windows consoles start with virtual-terminal processing disabled, so v1.0.0's default colored report could show literal ←[38;2;...m sequences and misaligned wrapping under conhost and the Explorer context-menu window (issue #12). hdrprobe now enables VT processing before emitting any ANSI, and falls back to plain output on consoles that cannot render it (legacy console mode). Piped, redirected, and --output runs were never affected.

Schema

  • Unchanged at 3.0. No fields, labels, or presence conditions moved; 1.0.1 reports are byte-compatible with existing 3.0 consumers.