Skip to content

v3.10.1 — Privacy policy

Latest

Choose a tag to compare

@AdrianV101 AdrianV101 released this 03 May 15:51
· 1 commit to master since this release

Added

  • PRIVACY.md documenting the plugin's data-handling policy:
    • Local-first storage; vault contents stay on your machine
    • No telemetry — the plugin contacts no maintainer-controlled servers
    • Opt-in OpenAI usage, only when VAULT_PKM_OPENAI_KEY is set (used by vault_semantic_search and graph-context vault_suggest_links)
    • Local SQLite stores under .obsidian/ (activity-log.db, semantic-index.db) with documented user controls for clearing them

Linked from the README. Provides the privacy policy URL needed for the plugin marketplace listing: https://github.com/AdrianV101/obsidian-pkm-plugin/blob/v3.10.1/PRIVACY.md

No code changes — docs-only patch release.