Releases: fabio-rovai/obsidian-open-ontologies
Releases · fabio-rovai/obsidian-open-ontologies
Release list
0.1.4
Store-review pass: fixes every blocking finding from the community-store
automated review, plus the lint warnings behind them.
Fixed
- Declared
minAppVersionwas 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
areSetting.setHeading()rather than rawh3elements, and the engine log
pane is styled through a CSS class instead of assigningelement.style
directly, so it follows the user's theme. - All network calls go through
requestUrl.fetchis 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
thefetchdefault. - Timers use
window.setTimeoutfor popout-window compatibility, promises are
no longer left floating, DOM is built with thecreateElhelpers, and the
deprecatedsetWarningbutton API was replaced.
Added
- Build provenance attestations on
main.js,manifest.jsonand
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
fix(download): use Obsidian requestUrl, not fetch, for the engine dow…
0.1.2
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
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
docs: README with agent-connection guide; release workflow Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>