wraith/src/components/common
Vantz Stockwell be76a61119
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m53s
fix: update checker uses Gitea releases API instead of Tauri updater
The Tauri native updater needs update.json hosted at a static URL.
Gitea packages don't support a 'latest' alias, so the endpoint
returned 'package does not exist'. Reverted Settings and startup
check to use check_for_updates command which queries the Gitea
releases API directly and works reliably.

The native auto-updater will work once we have proper static hosting
for update.json (or a redirect endpoint). For now, the manual check
+ download page approach is functional.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 15:16:42 -04:00
..
CommandPalette.vue feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
ContextMenu.vue fix: add ContextMenu component, fix TS errors in ConnectionTree 2026-03-17 17:19:52 -04:00
HostKeyDialog.vue feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
SettingsModal.vue fix: update checker uses Gitea releases API instead of Tauri updater 2026-03-26 15:16:42 -04:00
StatusBar.vue feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
ThemePicker.vue feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00