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
Mindwtr 1.0.0 publishes the local MCP automation helper as the public npm package mindwtr-mcp and MCP Registry server io.github.dongdongbh/mindwtr, with safer nullable-field handling, idempotent publish checks, and zero-warning lint coverage.
Sync and local storage are safer for multi-device and multi-process use: people data survives backup and sync paths, duplicate people loops stop, lower-revision container writes cannot overwrite newer rows, and project or area deletion detaches work instead of losing it.
Attachments and project duplication are safer with shared remote files preserved and duplicated project attachment metadata cleared instead of reusing stale remote keys.
Mobile capture, calendar, project, and large-list flows are smoother with keyboard-safe Quick Capture expansion, refreshed Android icon assets, better accessibility, indexed Markdown link lookups, mixed-row-height accounting, and fewer no-op lifecycle syncs.
Desktop, PWA, cloud, and local automation paths are steadier with remembered cloud tokens, stricter PWA CSP headers, recurring task creation through the local API, restored autocomplete caret handling, finalized cloud task writes, and faster auth-token digest checks.
Documentation and release quality improved with refreshed sync/MCP/wiki guidance, core and cloud lint/typecheck coverage, cloud write-path tests, recurrence parity tests, and Android/mobile coverage gates.
MCP, Local API & Automation
Published the MCP server as mindwtr-mcp and added MCP Registry metadata.
Made MCP registry publishing idempotent for release reruns.
Preserved nullable field clears through MCP writes.
Kept MCP linting zero-warning clean.
Created recurring tasks correctly through the desktop local API.
Documented current MCP npm and registry setup.
Sync, Storage & Data Safety
Restored deleted people and preserved people through mobile backup storage.
Stopped duplicate people sync loops and pinned people load-normalization convergence.
Added revision guards to container SQLite upserts for areas, projects, sections, and people.
Detached tasks when deleting projects and clarified area/container delete outcomes.
Preserved shared remote attachment files and cleared attachment metadata on project duplicates.
Shared local freshness guards and suppressed no-op mobile lifecycle syncs.