You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theme — custom theme builder with schema, picker entry, inline editor; CSS variable application via provider + desktop hook
Chat input — drag-and-drop files and images
Message — expanded context menu, ISO timestamp tooltips
Session note — markdown notes editor with edit/preview tabs and debounce
CRDT room — structured state manager (claims/status/files), --room-type selector (crdt-state / mcp-chat / none), crdt-room mode over Vect WebSocket
Fixed
macOS app icon conforms to the Apple icon grid — fixes gray letterbox in Raycast and other launchers
Dashboard — real running session count and tokens-today from the backend
Composer — mic/Send spacing and flush Send+caret split
Usage popover — resets_at is ms (drop *1000), formatResetIn extracted, regex matches digit-attached AM/PM ('7am'), 'at' for clock-time vs 'in' for durations, hide empty 'Resets in' row
Settings circular import (TDZ on VectSettingsSchema) and window permission gate
Changed
Version unified at 0.2.0 across tauri.conf.json, both package.json, and all three Cargo crates (apps/desktop/src-tauri, crates/vect-cli, crates/vect-core)
scripts/release.sh updates all six version sources (was: desktop only)