mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(core): dynamic runtime capability * local(), windows(), webviews() * enhance identation
6 lines
152 B
Markdown
6 lines
152 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
---
|
|
|
|
`Manager::add_capability` now allows adding a dynamically defined capability instead of only relying on static strings.
|