758d28c8a (#10390) Core plugin permissions are now prefixed with core:, the core:default permission set can now be used and the core plugin name is reserved.
The tauri migrate tool will automate the migration process, which involves prefixing all app, event, image, menu, path, resources, tray, webview and window permissions with core:.
[2.0.0-beta.19]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.19
[2.0.0-beta.18]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.18
[2.0.0-beta.17]
New Features
8a1ae2dea(#9843) Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.
What's Changed
9ac930380(#9850) Emit cargo:rustc-check-cfg instruction so Cargo validates custom cfg attributes on Rust 1.80 (or nightly-2024-05-05).
Dependencies
Upgraded to tauri-utils@2.0.0-beta.17
[2.0.0-beta.16]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.16
[2.0.0-beta.15]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.15
[2.0.0-beta.14]
Enhancements
bf2635ab6(#9632) Improve the error message that is shown when the links property is missing from a Tauri Plugin.
Dependencies
Upgraded to tauri-utils@2.0.0-beta.14
[2.0.0-beta.13]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.13
[2.0.0-beta.12]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.12
[2.0.0-beta.11]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.11
[2.0.0-beta.10]
New Features
e227fe02f(#9156) Allow plugins to define (at compile time) JavaScript that are initialized when withGlobalTauri is true.
e227fe02f(#9156) Added Builder::global_api_script_path to define a JavaScript file containing the initialization script for the plugin API bindings when withGlobalTauri is used.
Dependencies
Upgraded to tauri-utils@2.0.0-beta.10
[2.0.0-beta.9]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.9
[2.0.0-beta.8]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.8
[2.0.0-beta.7]
Dependencies
Upgraded to tauri-utils@2.0.0-beta.7
[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
74a2a603(#8661) Implement access control list for IPC usage.