Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:43
· 37 commits to main since this release

Changes in 1.3.0

The in-game overlay moves to the new Hotline framework, so every mod shares one overlay and one hotkey. The
web dashboard and the profiling itself are unchanged.

Changed

  • The in-game overlay is now provided by Hotline (a dependency). Snitch contributes its profiler panel (frame
    stats, sections, states, Start/Stop/Reset) to the unified Hotline overlay, opened with Hotline's master key
    (default F6).

Removed

  • Snitch's own in-game windowing and its overlay settings (ShowHud, HudFontSize, HudX, HudY,
    WindowLayouts) and the snitch hud / snitch panel <id> console verbs - the overlay lives in Hotline now.

Note

  • Without Hotline, Snitch still profiles and serves the web dashboard, but has no in-game overlay. Hotline is
    pulled in automatically as a dependency.