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
vault_rotationsoonWindowDays: tune how many days ahead counts as "expiring soon" (1–90, default 7) — tool and gateway.
vault_mergekeepSource: keep the source entry after merging (default deletes it, Bitwarden-style).
vault_quick_add tags/notes: fast capture now accepts searchable tags and free-form notes.
UI: "Backup now" button — one-click encrypted backup from Settings (uses the retention policy, refreshes the backup-age badge, reports kept/pruned).
🐛 Bug fixes
expiresAt: 0 now genuinely clears the expiry (consistent with rotationDays: 0): the store deletes the field instead of storing a zero that would report the entry as expired forever. vault_expiry now passes 0 directly instead of an internal empty-string hack.