mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
83a68deb56
* refactor(core): capabilities must be referenced on the Tauri config file * add all capabilities by default * refactor(cli): reference all capabilities by default
323 B
323 B
tauri-build | tauri-utils | tauri-codegen |
---|---|---|
patch:breaking | patch:enhance | patch:enhance |
Added a new configuration option tauri.conf.json > app > security > capabilities
to reference existing capabilities and inline new ones. If it is empty, all capabilities are still included preserving the current behavior.