1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-25 19:54:07 +03:00
tauri/.changes/capabilities-tauri-conf.md
Lucas Fernandes Nogueira 83a68deb56
refactor(core): allow referencing capabilities on the Tauri config file ()
* refactor(core): capabilities must be referenced on the Tauri config file

* add all capabilities by default

* refactor(cli): reference all capabilities by default
2024-02-18 10:42:09 -03:00

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.