mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
10 lines
473 B
Markdown
10 lines
473 B
Markdown
|
---
|
||
|
"tauri": patch:breaking
|
||
|
"tauri-plugin": patch:breaking
|
||
|
"@tauri-apps/cli": patch:breaking
|
||
|
"tauri-cli": 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:`.
|