Skip to content

Releases: fabio-rovai/obsidian-open-ontologies

0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 17:05

Store-review pass: fixes every blocking finding from the community-store
automated review, plus the lint warnings behind them.

Fixed

  • Declared minAppVersion was older than the APIs actually used. The
    manifest claimed 1.5.0 while the plugin calls workspace APIs introduced
    later, so Obsidian could have loaded it into a version that cannot run it.
  • Settings headings and styles now use the Obsidian APIs. Section headings
    are Setting.setHeading() rather than raw h3 elements, and the engine log
    pane is styled through a CSS class instead of assigning element.style
    directly, so it follows the user's theme.
  • All network calls go through requestUrl. fetch is subject to CORS in
    Obsidian's renderer; both the engine download and the MCP client now use
    Obsidian's exempt transport, injected so tests and any plain Node caller keep
    the fetch default.
  • Timers use window.setTimeout for popout-window compatibility, promises are
    no longer left floating, DOM is built with the createEl helpers, and the
    deprecated setWarning button API was replaced.

Added

  • Build provenance attestations on main.js, manifest.json and
    styles.css, so a user can cryptographically verify a release was built from
    this repository.
  • Release notes are now published with each release.
  • ESLint with the official Obsidian plugin ruleset, wired into CI, so
    store-review findings surface before submission rather than after.

Full Changelog: 0.1.3...0.1.4

0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 16:39
fix(download): use Obsidian requestUrl, not fetch, for the engine dow…

0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 16:18
chore: pin engine 1.2.0, release 0.1.2

v1.2.0 is the first engine release carrying /health, so the version
compatibility gate is live again rather than skipped. CI's e2e now runs
against v1.2.0 instead of v1.1.1.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:53
chore: release 0.1.1

0.1.0 shipped the /health readiness bug and cannot start against the pinned
engine release. Superseded rather than re-tagged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:45
docs: README with agent-connection guide; release workflow

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>