Skip to content

0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 06:23
· 14 commits to main since this release

Synch 0.4.0

Released 2026-08-12.

Added

  • Plugin settings are indexed for Obsidian's settings search on 1.13.0 and — (4479acd)
    later via the declarative settings API.

Changed

  • Synch now requires Obsidian 1.13.0 or later. — (4479acd)
  • Sync diagnostics now include redacted error messages to make repeated sync — (9860a26)
    failures easier to identify without exposing authentication credentials.
  • Destructive buttons (confirm dialogs, permanently deleting files) use — (4479acd)
    Obsidian's destructive button style.
  • When a plugin update is available or required, the settings tab now shows — (4633f04)
    an update row at the top with a button that opens Community plugins,
    replacing the previous text-only notice.

Fixed