Releases: aldaw/graph-search-sync
Releases · aldaw/graph-search-sync
Release list
1.2.3
Adopts the declarative settings API introduced in Obsidian 1.13.
- Settings now appear in Obsidian's settings search on 1.13+ (resolves the getSettingDefinitions() review warning)
- The debounce delay field uses the built-in number control with min-value validation on 1.13+
- Older Obsidian versions keep the existing settings tab via the documented display() fallback; minAppVersion is unchanged
1.2.2
1.2.1
Code-quality cleanup, no functional changes.
- Replaced
any-typed internal API access with local structural interfaces (resolves the eslint any/unsafe-* warnings from the community plugin review) - Release now ships only main.js and manifest.json, matching Obsidian's expected release format