Releases: wesm/msgvault
v0.14.1
-
Add
rebuild-ftsto repair corrupted SQLite FTS5 search indexes. -
Add recovery documentation for fixing full-text search issues.
-
Expand
verifychecks to detect FTS shadow-table corruption. -
Update Nix flake metadata for v0.14.0.
-
Move PostgreSQL planning docs into the main
docs/tree. -
Improve SQLite error handling around FTS index corruption.
v0.14.0
-
Add local vector embeddings for semantic email search.
-
Add hybrid search that combines full-text and semantic results.
-
Add embedding commands for generating and managing local search vectors.
-
Expose vector search through the API, MCP server, and local server workflows.
-
Add background scheduling for embedding queued messages.
-
Add configuration support for vector search and embedding backends.
-
Improve search tooling with vector-aware options.
-
Improve account removal handling with safer cleanup behavior.
-
Delete stored attachment files when removing an account.
v0.13.1
-
Update Nix flake release metadata.
-
Fix importing older WhatsApp
msgstore.dbbackups.
v0.13.0
New Features
- Add structured file logging with per-run correlation IDs to make troubleshooting easier.
Improvements
- Make the terminal UI inherit your terminal background colors for better theme integration.
Bug Fixes
- Improve full-text search performance across local archives.
- Improve terminal UI stability during interactive use.
v0.12.1
-
Adds CLI shell completion support.
-
Adds advanced search options, including regex search, FTS5-backed matching, snippets, and result sorting.
-
Expands the store API for search and message access.
-
Improves search result quality with highlighted snippets and more flexible ordering.
-
Updates Nix flake packaging metadata.
-
Improves Docker image setup.
-
Fixes IMAP label handling during archive sync.
-
Fixes mbox and mbox.zip import edge cases.
-
Fixes API search behavior.
-
Fixes CLI completion command behavior.
v0.12.0
-
Add a SQL query interface for exploring archived data.
-
Add Microsoft 365 OAuth2 support for IMAP accounts.
-
Add unified text message import for WhatsApp, iMessage, and Google Voice.
-
Add TUI support for browsing imported text conversations.
-
Add
--afterand--beforedate filters for IMAP sync. -
Expose CC and BCC recipients in the message API.
-
Add a Claude Code skill for working with msgvault query views.
-
Support IMAP accounts in
delete-staged. -
Refresh the analytics cache after write operations so stats stay current.
-
Improve archive query views and text-message search support.
-
Update development tooling, Nix setup, Docker workflow, and dependencies.
-
Fix
from:domain.comsearch so it matches domain patterns correctly. -
Wait for the IMAP server greeting before authenticating.
-
Fix label name conflict handling when ensuring Gmail labels.
-
Open the MCP database in read-only mode to prevent concurrent session hangs.
v0.11.0
-
Support multiple Google OAuth apps for Google Workspace organizations.
-
Add
source_conversation_idtosearchandshow-messageJSON output. -
Show masked IMAP passwords with
*while typing during account setup. -
Better protect local data and cache handling when SQLite state is corrupted or analytics cache data is empty.
-
Fix IMAP host parsing for IPv6 addresses in
add-imap. -
Improve IMAP compatibility by removing
ESEARCH RETURN (ALL)for IMAP4rev1 servers.
v0.10.0
-
Adds remote TUI support so the terminal UI can connect to a remote
msgvaultserver. -
Adds IMAP account support for syncing mail from standard IMAP servers.
-
Adds
--accounttosearchso you can limit results to a specific account. -
Auto-discovers Apple Mail accounts during import setup.
-
Shortens overly long MIME parse errors to keep terminal output readable.
-
Fixes Apple Mail v10 import compatibility.
-
Prevents sync re-authentication from mixing tokens between accounts.
v0.9.0
-
Support modern Apple Mail V10 directory layouts during import.
-
Add
create-subsetcommand to generate smaller subset databases from existing archives. -
Add
remove-accountcommand to delete an account and its associated local data. -
Handle expired or revoked OAuth tokens by automatically triggering re-authentication, with a new
--forceflag for manual reauth. -
Update README import documentation for MBOX and Apple Mail workflows.
-
Fix a foreign key constraint failure during ingest that can interrupt imports.
v0.8.0
-
Add
import-mboxto import local MBOX archives into msgvault. -
Add
import-emlxto import Apple Mail.emlxexports. -
Add NAS/Docker deployment support for self-hosted archive setups.
-
Add MCP
stage_deletionfor Claude-assisted staged email cleanup. -
Add installation instructions for additional package managers.
-
Modernize Docker Compose templates for current Compose behavior.
-
Update Docker and CI/release dependencies to improve build and release reliability.
-
Fix TUI label search so label filters return expected results.
-
Fix aggregate search behavior so combined queries return consistent results.