Skip to content

Releases: 1m01m0/deepseek-harness-desktop

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:39
ci(mac): pass private key via --ed-key-file to sign_update

0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:31
v0.1.6

ci(mac): add diagnostics to appcast step to locate silent failure

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:18
ci(mac): fix edSignature/length parsing in appcast step

The sed chain dropped the closing quote of length, so LEN was empty and
test -n failed silently. Parse with cut instead.

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:04
feat: in-app auto updates (Sparkle on macOS, electron-updater on Wind…

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 06:01
fix(mac): add Edit menu so Cmd+C/V shortcuts reach the WebView

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:16
build: name artifacts with explicit OS (macos/windows/linux)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:02
ci(linux): add Linux AppImage build + trigger all three platforms

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 04:23
fix(electron): run npm/npx through a shell on Windows

spawn cannot execute .cmd shims directly (they are not PE binaries);
shell:true routes them through cmd.exe.

Co-Authored-By: Claude Sonnet 4 (1M context) <noreply@anthropic.com>