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_apply_tags: bulk add / remove / replace tags on every entry matching a search query (empty query = all active entries). Supports dryRun to preview changes without writing.
vault_count tag filter: count active entries by kind and/or tag.
UI: expiry / rotation row highlights — entries that are expired (red), rotation-due, or expiring soon (amber) are now highlighted in the list with a badge showing the remaining days.
UI: password strength distribution — the health bar now shows a live W/F/S (weak/fair/strong) breakdown from the vault health scan.
🐛 Bug fixes
vault_import_csv with overwrite: true previously inserted a duplicate entry instead of updating the existing one — it now merges the CSV fields into the matching entry (empty cells are ignored, so partial rows never blank a credential) and reports an updated count. Browser/wallet imports report updated: 0 consistently.