Skip to content

Releases: cpc2/desktop.html

desktop.html 0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:02
Enforce a single running instance and add the app icon

- A second GUI launch now detects the running host via a named mutex,
  asks it to open the settings window over IPC, and exits.
- New delta app icon (Assets/app.ico, 7 sizes from icon.png): embedded
  in the exe, used by the tray icon, and passed to vpk pack so the
  installer and Start Menu shortcut use it too.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

desktop.html 0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 08:53
Add Velopack installer, auto-update, and GitHub release workflow

- VelopackApp hook in Main handles install/update/uninstall (Start Menu
  shortcut creation and version migration).
- UpdateService checks GitHub releases; the app auto-downloads updates
  on startup and restarts cleanly to apply them. Dev builds are skipped.
- New CLI command: update check [--json].
- AppVersion now reads the assembly informational version so the release
  workflow can stamp it with -p:Version.
- .github/workflows/release.yml packs with vpk on v* tags and publishes
  installer + update artifacts; ci.yml builds and tests on push/PR.
- Docs: install section in README, Updates section in cli.md, and debug
  exe paths corrected to the win-x64 output folder.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>