Releases: t8/memoryport
Releases · t8/memoryport
v0.1.3
v0.1.2
v0.1.2
v0.1.1
v0.1.1: setup wizard fixes, service management, settings overhaul Setup wizard: - Ollama detection falls back to known paths + HTTP health check - OpenAI path requires API key (no longer optional) - Wait for services to be healthy before navigating to dashboard Service management: - ServiceManager spawns uc-proxy and uc-server as child processes - Stop All kills processes, unregisters proxy, restores ANTHROPIC_BASE_URL - Restart All re-spawns processes and re-registers proxy - Stop/start buttons trigger immediate health refresh - Graceful shutdown on app close (on_window_event) - user_stopped flag prevents health polls from overriding manual stops Integrations: - MCP toggle actually registers/unregisters in .claude.json - Proxy toggle starts/stops proxy process + registers/unregisters URL - Ollama shows as sub-feature of proxy (no independent toggle) - Structural JSON parsing for MCP/proxy detection (not string search) - Integration state re-fetches when health changes Settings: - Auto-save on change (debounced, no manual save button) - Restart services button uses restartAllServices (not broken HTTP endpoint) - API key auto-validates against memoryport.ai via Tauri command - Wallet generation status shown after key validation - get_settings returns real storage stats from validation endpoint - Arweave backup toggle gated behind validated API key - Encryption toggle gated behind validated API key - Warning when disabling encryption (data becomes inaccessible) - Wallet import (file picker) and export (download) with tooltips - Embedding model change warning (existing vectors incompatible) - Report issue card linking to GitHub issues - Delete All Data modal with export wallet option - Storage displayed as tokens instead of bytes - Error state shows retry button instead of black screen App: - Icon shrunk ~30% with proper centering and padding - createUpdaterArtifacts enabled for auto-updater bundles - Auto-update badge in sidebar (check, download, install, relaunch) - tauri-plugin-process added for relaunch capability - Toggle component supports disabled prop - Tooltip component supports left/right alignment
v0.1.0-alpha
docs: add scale benchmark results and performance chart to README
v0.1.0
fix: robust latest.json generation with debug output