v0.1.4 - Auto-update on launch + dev brand
What's new
- In-app update check on launch. Tideline now asks the GitHub release feed (via Velopack) for a newer version exactly once per session. If one is found, the package downloads in the background and a banner appears at the top of the window: "Tideline X.Y.Z is ready to install. Restart to apply." Click Restart and install and Velopack swaps the app on relaunch.
- Never blocks launch. Network failures land in
crash.logand are otherwise silent. - Skipped in dev / source builds (no Velopack install metadata).
- Never blocks launch. Network failures land in
- Dev brand. Debug builds now display as Tideline Development with a distinct orange wave logo (vs the blue wave for releases). Window title, tray tooltip, capture overlay title all switch. Combined with the
Tideline-devdata folder, adotnet runis visually and functionally isolated from your installed copy. - Capture overlay polish.
- White system border removed via
DWMWA_BORDER_COLOR = COLOR_NONE, applied on first activation so the Windows 11 default does not override it. - Hotkey-triggered captures now steal foreground and focus the text input immediately (
AttachThreadInput+SetForegroundWindow+FocusState.Keyboard), so you can start typing right away even if another app had focus.
- White system border removed via
- Stream Deck plugin install fix. The v0.1.2 bundle was missing
bin/plugin.jsbecause thebin/folder matched the .NET build-output gitignore. The rule is now scoped so the plugin entry ships in the bundle. - Capture helper bundled in installs.
tideline-capture.exelives at%LocalAppData%\Tideline\current\tideline-capture.exealongsideTideline.exe.
Try the auto-update flow
- Install this release.
- When a future release is tagged, launch Tideline. The banner shows up after a couple of seconds.
- Click Restart and install.
Carried over
- All v0.1.0 features: capture, briefing, list/stream, spaces/tags, attachments, checklists, filter language, saved views, auto-start, themes, local-first SQLite.
Requirements
- Windows 10 1809 or later, or Windows 11, x64
- Stream Deck app 6.5 or later (for the custom plugin)
Privacy
Local-first SQLite. The update check is the only outbound network call. No telemetry. No accounts. No cloud sync.
Full Changelog: v0.1.3...v0.1.4