馃殌 Release: Actions URI 1.9.0

Actions URI 1.9.0 was released today.


Much of this release is behind-the-scenes work to get the Actions URI plugin card as green as possible against Obsidian鈥檚 quality checks. That鈥檚 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.