tauri/core/tauri-plugin/CHANGELOG.md
github-actions[bot] ab060ebb34
Apply Version Updates From Current Changes (#9000)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-29 00:06:59 -03:00

1.5 KiB

Changelog

[2.0.0-beta.6]

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.6

Breaking Changes

  • 3657ad82(#9008) Allow defining permissions for the application commands via tauri_build::Attributes::app_manifest.

[2.0.0-beta.5]

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.5

[2.0.0-beta.4]

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.4

[2.0.0-beta.3]

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.3

[2.0.0-beta.2]

Enhancements

  • 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.

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.2

[2.0.0-beta.1]

Bug Fixes

  • 4e101f80(#8756) Rerun build script when a new permission is added.

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.1

[2.0.0-beta.0]

New Features