Skip to content

v0.3.13

Choose a tag to compare

@ilyambr ilyambr released this 28 Aug 19:20
· 13 commits to main since this release

Features & Improvements

  • Native Stream Deck Integration: Built a native two-way localhost WebSocket IPC server (127.0.0.1:44558) and official Elgato Stream Deck plugin package (Backtrack.streamDeckPlugin) with zero-touch configuration.
    • 🟩 Clip Replay Buffer: Flushes and saves instant replay buffer for any selected source with dynamic buffer duration readout.
    • 🔴 Record Source: Starts/stops recording for any source with live stopwatch ticker on keycap.
    • ⏹️ Cancel Recording: Instantly purges and cancels active recording with status feedback.
    • ⭐ Bookmark Segment: Drops chapter star marker into clip metadata on the fly.
    • 🖥️ Toggle Backtrack HUD: Toggles overlay on screen with live OBS connection dot.
  • Dynamic HTML5 Canvas Keycap Engine: Custom-rendered keycaps with corner-radius safe insets, high-contrast typography, and automatic desaturated/dimmed offline states when Backtrack or OBS is disconnected.
  • Self-Contained Zero-Prerequisite Deployment: Binaries and installer are now published with --self-contained true, embedding the .NET 8 desktop runtime and LibVLC decoders directly to run out-of-the-box on any Windows machine with zero missing runtime errors.