Skip to content

v0.1.2 - Stream Deck plugin actually works

Choose a tag to compare

@BENZOOgataga BENZOOgataga released this 24 May 02:22

Patch release. The Stream Deck plugin now works.

What's new

  • Stream Deck plugin ported to SDK 6 (Node runtime). The previous v0.1.0 / v0.1.1 bundle was scaffolded against SDK v2, which runs HTML in a Chromium sandbox with no Node access. That meant plugin.js could not spawn tideline-capture.exe, and the property inspector inputs felt like they were not saving. The rewrite uses Node 20, the ws package for the Stream Deck WebSocket, and spawns the helper directly on key press.
  • Default tideline-capture.exe path resolves to the standard Velopack install location (%LocalAppData%\Tideline\current\tideline-capture.exe), so most users do not need to type a path at all.
  • Property inspector saves on every input, change, and blur so configured paths and pre-filled text stay across re-opens.

Install the plugin

  1. Download Tideline.streamDeckPlugin from this release.
  2. Double-click. Stream Deck imports it and lists Tideline -> Capture to Tideline.
  3. Drag the action onto a button.
  4. (Optional) Open the action's property inspector to override the helper path or set a pre-filled note body.
  5. Press the button. The capture overlay opens.

Carried over from v0.1.1

  • Velopack install ships tideline-capture.exe alongside Tideline.exe.
  • Debug builds isolate to %LocalAppData%\Tideline-dev.

See v0.1.0 release notes for the full feature list.

Requirements

  • Windows 10 1809 or later, or Windows 11
  • x64
  • Stream Deck app 6.5 or later (for SDK 6 plugin support)

Privacy

Local-first SQLite. No telemetry. No accounts. No cloud sync.

Full Changelog: v0.1.1...v0.1.2