From e2cdf269e1dcab5736c121edb799792d5411bc07 Mon Sep 17 00:00:00 2001 From: callumalpass Date: Wed, 13 May 2026 21:03:08 +1000 Subject: [PATCH] clarify optional network refresh disclosure --- PRIVACY.md | 1 + docs/privacy.md | 1 + docs/releases/unreleased.md | 1 + 3 files changed, 3 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index d8d85991..83b62869 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -18,6 +18,7 @@ Plugin settings are stored in Obsidian's local plugin configuration. ## Optional Network Features TaskNotes is local-first. Network requests occur only when you enable features that require them. +Some enabled integrations perform periodic background refreshes, such as calendar provider sync and ICS subscription updates. Optional network features: diff --git a/docs/privacy.md b/docs/privacy.md index d8d85991..83b62869 100644 --- a/docs/privacy.md +++ b/docs/privacy.md @@ -18,6 +18,7 @@ Plugin settings are stored in Obsidian's local plugin configuration. ## Optional Network Features TaskNotes is local-first. Network requests occur only when you enable features that require them. +Some enabled integrations perform periodic background refreshes, such as calendar provider sync and ICS subscription updates. Optional network features: diff --git a/docs/releases/unreleased.md b/docs/releases/unreleased.md index 4f952fa9..66c8aa67 100644 --- a/docs/releases/unreleased.md +++ b/docs/releases/unreleased.md @@ -27,6 +27,7 @@ Example: ## Changed - Enabled lint checks that mirror Obsidian community plugin review findings, including dynamic code execution, Promise handling, deprecated APIs, unsafe stringification, directive comments, Node built-in imports, and explicit `any` usage. +- Clarified privacy documentation for optional integrations that make periodic background network refreshes. ## Removed