Skip to content

v1.94.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 10:16
971a463

Fixed

  • Rerun viewer panes now work in saved HTML reports (show="html" / ShowMode.HTML). Previously the viewer failed because browsers block fetch() from file:// origins. The .rrd data is now base64-encoded directly into the viewer HTML page and loaded via the rerun open_channel() / send_rrd() API, bypassing the fetch entirely.
  • Multi-tab reports with rerun panes: tab files in _tabs/ now correctly reference ../_rrd/ instead of _rrd/, fixing broken relative paths.