github czottmann/obsidian-actions-uri 0.11.0

latest releases: 1.8.3, 1.8.1, 1.7.3...
2 years ago

New

  • Refactors error callback parameters [#12]
    • When returning a x-error callback, the URL contains both errorCode and errorMessage parameters. See documentation for examples.

Changes

  • Drops support for Obsidian <v1.0
  • Changes spaces in callback URLs from plus-sign- to percent-encoding [#11]
    • Basically changes key=some+value to key=some%20value in return callbacks. Both are technically fine, but the former has a higher risk of not correctly being decoded by a number of 3rd party libraries.
  • Replaces all occurrences of global.app [#14]

Removals

  • Removes support for call-id parameter [#7]
    • If you need to pair the callbacks coming from Actions URI to your outgoing requests, just add a parameter to your x-success or x-error URLs. See documentation for examples.

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

NewReleases is sending notifications on new releases.