Skip to content

Releases: aldaw/graph-search-sync

1.2.3

Choose a tag to compare

@aldaw aldaw released this 17 Jul 05:32

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

Choose a tag to compare

@aldaw aldaw released this 17 Jul 02:58

Version bump to re-trigger the community plugin review (the previous check failed due to a GitHub outage, not a plugin issue). No functional changes.

1.2.1

Choose a tag to compare

@aldaw aldaw released this 16 Jul 21:35

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

1.2.0

Choose a tag to compare

@aldaw aldaw released this 06 Jul 16:19

Initial public release.

  • Sync the global search query into the graph view filter in real time
  • Highlight the corresponding node in the graph when hovering a search result
  • Optional support for local graph views
  • Configurable debounce delay