8 Commits

Author SHA1 Message Date
Amr Bashir
5d2ac0fee2 fix(http): fix aborting a streaming response (#2562)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/19635045772

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-11-24 12:56:14 +00:00
Amr Bashir
02fb20596e fix(shell): fix schema requiring sidecar property even though it is optional (#1839)
* fix(shell): fix schema requiring `sidecar` property even though it is optional

* fix clippy

* make `cmd` and `sidecar` exclusive

* make args optional

* cleanup

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11126148459

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-10-01 13:17:26 +00:00
renovate[bot]
63cb5a301e chore(deps): update rust crate urlpattern to 0.3 (v2) (#1607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10668244177

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-09-02 13:38:44 +00:00
Alixxx-please
0763220bd0 "recusrive" typo fix (#1103)
* Update app.toml

* Update appcache.toml

* Update appconfig.toml

* Update appdata.toml

* Update applocaldata.toml

* Update applog.toml

* Update audio.toml

* Update cache.toml

* Update config.toml

* Update data.toml

* Update desktop.toml

* Update document.toml

* Update download.toml

* Update exe.toml

* Update font.toml

* Update home.toml

* Update localdata.toml

* Update log.toml

* Update picture.toml

* Update public.toml

* Update resource.toml

* Update runtime.toml

* Update temp.toml

* Update template.toml

* Update video.toml

* actually update build script :)

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8437849537

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-26 14:50:11 +00:00
Lucas Fernandes Nogueira
a8b3e3df29 refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
* refactor: only inject API IIFE script when withGlobalTauri is true

* fmt

* update tauri

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8347963398

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-19 18:04:27 +00:00
Amr Bashir
55c589aa19 feat(http): enhance scope config to accept string as well (#1025)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8182312945

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-07 03:12:01 +00:00
Lucas Fernandes Nogueira
d95e7bfd47 feat(http): enhance scope URL matching via urlpattern (#1030)
* feat(http): enhance scope URL matching via urlpattern

* update schema

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8175648779

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-06 16:45:56 +00:00
Tillmann
2a6d37c849 feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7768617455

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-03 18:15:41 +00:00