v0.1.2 - Stream Deck plugin actually works
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.jscould not spawntideline-capture.exe, and the property inspector inputs felt like they were not saving. The rewrite uses Node 20, thewspackage for the Stream Deck WebSocket, and spawns the helper directly on key press. - Default
tideline-capture.exepath 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
- Download
Tideline.streamDeckPluginfrom this release. - Double-click. Stream Deck imports it and lists Tideline -> Capture to Tideline.
- Drag the action onto a button.
- (Optional) Open the action's property inspector to override the helper path or set a pre-filled note body.
- Press the button. The capture overlay opens.
Carried over from v0.1.1
- Velopack install ships
tideline-capture.exealongsideTideline.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