1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2025-01-03 16:42:42 +03:00
tauri/.changes/context-runtime-authority.md
Lucas Fernandes Nogueira 8d16a80d2f
feat(codegen): allow defining additional capabilities, closes ()
* refactor(core): capabilities must be referenced on the Tauri config file

* add all capabilities by default

* feat(codegen): allow defining additional capabilities, closes 

* undo example

* lint

* move add_capability to runtime authority

* add change files

* go through code review

* fix tests

* remove tokens option
2024-02-19 11:13:36 -03:00

163 B

tauri-utils
patch:enhance

The Context struct now includes the runtime authority instead of the resolved ACL. This does not impact most applications.