Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 18:03

Changelog

  • 8c7cdbe chore(build): add Windows to the goreleaser pipeline (zip + scoop)
  • 6098627 ci: add Windows build + named-pipe smoke test
  • 4e6272a docs(phase-17): code complete, blocked on Windows runtime verification
  • e0ab19d docs(phase-17): start
  • 161e976 docs(phase-17,phase-35): complete
  • 27c6833 docs(phase-17,spec): Windows ssh-agent task/DoD + SPEC note
  • aa18bcc docs(phase-35): plan SSH password authentication
  • 84e9263 docs(phase-35): start
  • 219c469 docs(spec): add Windows to the platform matrix
  • c2f101a docs(spec,phase-35): document SSH password auth
  • 708bb9e feat(config): add password_auth and ssh_password_store opt-ins
  • d7e2035 feat(config): make password auth on-by-default with an opt-out
  • 5b8ea92 feat(daemon): add IPC transport seam (unix socket)
  • d9d583a feat(daemon): named-pipe transport for Windows
  • dd73a7a feat(daemon,cmd,tui): build-tag process primitives for Windows
  • f5cf82b feat(daemon,ipctoken): per-OS IPC paths for Windows
  • 5c144f2 feat(forward): SSH password authentication (Phase 35 core)
  • dc14402 feat(forward): ssh-agent over the OpenSSH named pipe on Windows
  • 5021283 feat(ipc): SSH password endpoint + AcceptPassword plumbing
  • 50d9d8e feat(service,cmd): Windows autostart via HKCU registry Run key
  • 47a0cfe feat(sshtest): add password-capable test SSH servers
  • 6c9050b feat(tui): "portubbing…" connecting state for the prompt modals
  • fcd775f feat(tui): SSH password prompt modal
  • aee393b fix(forward): surface TOFU on host-key failure; check host key before password
  • 9932226 fix(forward,tui): clear pending on stop; accurate password hint; leading-space guard
  • 9b2854a fix(service,windows): create the HKCU Run key on install if absent
  • 5d7ab19 fix(tui): accurate "wrong passphrase" hint (Phase 19 parity with Phase 35)
  • 9ad6ded fix(tui): make the pending prompt hints actionable
  • ac4528d fix(tui): rename connecting-state copy to "sprouting…"
  • af0559b fix(tui,fdpass): take the close+rebind hand-off path off unix
  • 918b6b3 test(daemon): cover the password endpoint