mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* refactor: core plugin permissions are now prefixed core:, closes #10359 * code review * expand reserved plugin names * fix * add core:default permission set * fix permission usage --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>
473 B
473 B
tauri, tauri-plugin, @tauri-apps/cli, tauri-cli
| tauri | tauri-plugin | @tauri-apps/cli | tauri-cli |
|---|---|---|---|
| patch:breaking | patch:breaking | patch:breaking | patch:breaking |
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:.