Skip to content

tauri-utils@2.0.0-beta.2

Feb 19, 2024
  • 0cb0a15c(#8789) Add webviews array on the capability for usage on multiwebview contexts.
  • 83a68deb(#8797) Added a new configuration option tauri.conf.json > app > security > capabilities to reference existing capabilities and inline new ones. If it is empty, all capabilities are still included preserving the current behavior.
  • 8d16a80d(#8802) The Context struct now includes the runtime authority instead of the resolved ACL. This does not impact most applications.
  • 28fb036c(#8852) Enhance resource directory resolution on development.
  • dd7571a7(#8815) Do not generate JSON schema and markdown reference file if the plugin does not define any permissions and delete those files if they exist.
  • 5618f6d2(#8856) Relax requirements on plugin's identifiers to be alphanumeric and - instead of only lower alpha and -.
  • 8d16a80d(#8802) Refactored the capability types and resolution algorithm.
  • ae0fe47c(#8774) Fix compile error when tauri.conf.json had bundle > license set.
  • f284f9c5(#8898) Changed the capability remote configuration to take a list of urls instead of domains for more flexibility.

© 2026 Tauri Contributors. CC-BY / MIT