github czottmann/obsidian-actions-uri 1.9.0

7 hours ago

Much of this release is behind-the-scenes work to get the Actions URI plugin card as green as possible against Obsidian's quality checks. That's an ongoing effort that will continue in future releases.

No longer broken

  • All incoming calls were broken on Obsidian 1.13: Obsidian stopped passing the vault parameter in obsidian:// URIs, but Actions URI still required it, so validation failed for every call. The stale, required-but-ignored vault parameter has been dropped. (#111)

Development

  • Build toolchain migrated from yarn to pnpm (pinned via corepack); the release workflow and docs were updated to match.
  • Adopted ESLint flat config with eslint-plugin-obsidianmd and added a lint npm script, plus a large type-safety pass that removed any/unsafe casts across the routes and plugin internals.

Full Changelog: 1.8.4...1.9.0

Don't miss a new obsidian-actions-uri release

NewReleases is sending notifications on new releases.