Skip to content

Commit 3657ad8

Browse files
authored
feat(core): allow defining permissions for the app commands (#9008)
* feat(core): allow defining permissions for the app commands * global scope * command scope * write to disk * lint * fix path * get autogenerated commands from generate_handler macro * revert * remove cli * use const instead of empty str
1 parent 7190935 commit 3657ad8

File tree

25 files changed

+617
-460
lines changed

25 files changed

+617
-460
lines changed

.changes/app-manifest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"tauri": patch:enhance
3+
"tauri-build": patch:breaking
4+
"tauri-utils": patch:breaking
5+
"tauri-plugin": patch:breaking
6+
"tauri-codegen": patch:breaking
7+
---
8+
9+
Allow defining permissions for the application commands via `tauri_build::Attributes::app_manifest`.

.changes/update-acl-paths-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": patch:changes
3+
"@tauri-apps/cli": patch:changes
4+
---
5+
6+
Updates to new ACL manifest path.

0 commit comments

Comments
 (0)