clarify optional network refresh disclosure

This commit is contained in:
callumalpass 2026-05-13 21:03:08 +10:00
parent 29bce82595
commit e2cdf269e1
3 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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