Actions URI 1.9.0 was released today.
- Find it in Obsidian鈥檚 Community Plugins
- Check the GitHub release page: Release 1.9.0 路 czottmann/obsidian-actions-uri 路 GitHub
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
vaultparameter inobsidian://URIs, but Actions URI still required it, so validation failed for every call. The stale, required-but-ignoredvaultparameter 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-obsidianmdand added alintnpm script, plus a large type-safety pass that removedany/unsafe casts across the routes and plugin internals.