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
Improved Notion page workflows: Locality can now create private Notion pages, keeps child pages under their page parents, and hydrates target pages correctly when pulling page directories.
Made Notion sync safer around local edits: page-directory pulls now reconcile visible edits before pulling so local work is not overwritten silently.
Improved Notion rendering fidelity: bullet lists render and apply correctly, and unsupported Notion UI artifact blocks are hidden from Markdown instead of appearing as noisy placeholders.
Added an OKF export command for generating Open Knowledge Format output from Locality content.
Persisted the virtual metadata discovery queue so daemon-backed discovery work survives restarts instead of being lost.
Expanded the desktop onboarding/connect flow with a hosted demo video and fixed copying the login link before Notion connection.
Added a Mintlify documentation foundation, including quickstart, install, CLI reference, connector docs, sync safety, troubleshooting, best practices, and llms.txt.
Simplified release asset names across macOS, Windows, and Linux, with tests covering the expected naming scheme.
Upgrade Notes
This release includes state and daemon changes for persisted metadata discovery and safer page-directory pull behavior. Existing state should be preserved; no manual reset is indicated by the release commits.
Clean-start tooling was expanded for true fresh-install recovery on macOS and Windows, including stale macOS plugin path cleanup and Windows Cloud Files cleanup.
Release asset names have changed to the new simplified naming convention. Install docs were updated for the new macOS, Windows, and Linux asset names.
Fixes and Polish
Fixed transient Notion retry handling.
Fixed the desktop mount item count label.
Fixed Windows loc-cli test helper name collisions.
Stabilized local media e2e server behavior.
Added e2e coverage for virtual page directory pulls.
Removed internal planning/spec docs from the public docs tree.