wraith/src
Vantz Stockwell 0c6a4b8109
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 2m55s
feat: Tauri auto-updater + RDP vault credentials + sidebar persist
Tauri auto-updater:
- Signing pubkey in tauri.conf.json
- tauri-plugin-updater initialized in lib.rs
- CI workflow passes TAURI_SIGNING_PRIVATE_KEY env vars to cargo tauri build
- CI generates update.json manifest with signature and uploads to
  packages/latest/update.json endpoint
- Frontend checks for updates on startup via @tauri-apps/plugin-updater
- Downloads, installs, and relaunches seamlessly
- Settings → About button uses native updater too

RDP vault credentials:
- RDP connections now resolve credentials from vault via credentialId
- Same path as SSH: list_credentials → find by ID → decrypt_password
- Falls back to conn.options JSON if no vault credential linked
- Fixes blank username in RDP connect

Sidebar drag persist:
- reorder_connections and reorder_groups Tauri commands
- Batch-update sort_order in database on drop
- Order survives app restart

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 12:42:01 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
composables feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00
layouts feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
stores feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
App.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00