Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:02
· 32 commits to master since this release

Interactive Replay Controls

v0.19.0 adds full interactive controls to animated session replay (--replay file --animate):

Added

  • Progress bar showing play state, timeline position, speed multiplier, and event count
  • Seek controls: Left/Right ±0.5s, [/] ±5s, Home/End jump to start/end
  • Speed controls: +/- adjust ±0.5x (0.5x–5.0x range)
  • Help overlay (?) now shows replay-specific keybindings when in replay mode

Fixed

  • Replay timing precision: f64 elapsed time calculations prevent drift on long replays
  • Replay seek safety: Saturating arithmetic prevents overflow; Instant::checked_sub prevents underflow on corrupted files