v0.19.0
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_subprevents underflow on corrupted files