579 B
579 B
Changelog
All notable changes to Capsule are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Electron + electron-vite desktop shell with a login view and a connected workspace.
- Password sign-in through
POST /api/loginand optional connect-with-token from Admin ? Tokens. - Session stored in
userData, encrypted withsafeStoragewhen the OS allows it. The renderer never receives the token.