tauri/core/tauri-utils/src
Lucas Fernandes Nogueira 258494bd24
feat(core): add Manager::add_capability, closes #8799 (#8806)
* refactor(core): capabilities must be referenced on the Tauri config file

* add all capabilities by default

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

* undo example

* lint

* move add_capability to runtime authority

* feat(core): add Manager::add_capability, closes #8799

* add change file
2024-02-19 11:59:20 -03:00
..
acl feat(core): add Manager::add_capability, closes #8799 (#8806) 2024-02-19 11:59:20 -03:00
config refactor(core): refactor and fix event system following multiwebview support (#8621) 2024-02-01 08:06:27 -03:00
pattern refactor(core&api)!: hide internal functions and reuse them in api.js & rename tauri module to primitives (#7942) 2023-10-17 09:40:20 -03:00
platform chore: update license year (#6311) 2023-02-19 10:17:49 -03:00
assets.rs feat(core): add AssetManager::iter (#8288) 2023-11-23 16:12:38 +02:00
build.rs refactor: move plugin functionality from tauri-build to tauri-plugin (#8737) 2024-02-03 08:48:57 -03:00
config.rs merge from 1.x 2024-02-19 08:03:05 -03:00
html.rs fix(core): Clippy fixes. (#7869) 2023-10-18 09:47:43 -03:00
io.rs fix(tauri-utils): include \n in io::read_line, closes #6388 (#6519) 2023-08-08 16:43:19 -03:00
lib.rs refactor: move plugin functionality from tauri-build to tauri-plugin (#8737) 2024-02-03 08:48:57 -03:00
mime_type.rs Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
platform.rs fix(core): Incorrect resource_dir when app run from new style target/PLATFORM+ARCH/(debug|release) dir (#8852) 2024-02-18 15:10:21 -03:00
resources.rs feat: allow specifying a resource map, closes #5844 (#5950) 2023-07-13 18:28:52 -03:00
tokens.rs feat(ipc): improve error message when plugin command is not allowed (#8681) 2024-01-30 16:54:10 +02:00