13 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
renovate[bot]
6efcd59b76 chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804)
* chore(deps): update tauri monorepo to v2.6.0

* Regenerate api-iife.js

* Bump rust tauri

* Tweak all examples to match the new features

* Bump workspace min tauri version

* Bump `@tauri-apps/api` to ^2.6

* Add change file

* Update lock file

* missing `"`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-06-25 09:53:45 +00:00
renovate[bot]
565d4771e5 chore(deps): update tauri monorepo to v2.4.1 (v2) (#2589)
* chore(deps): update tauri monorepo to v2.4.1

* Update tauri and regenerate command ref and schema

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-04-02 01:38:19 +00:00
Tony
534099b577 feat(auto-start): introduce a builder (#2569)
* feat(auto-start): introduce a builder

* Update examples

* Fix missing end --- in change file

* Fix missing self.

* Update .changes/autostart-builder.md

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

---------

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-03-25 14:58:58 +00:00
Tony
f491a6680f chore: re-generate reference.md (#1847)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11085865195

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-09-28 17:52:10 +00:00
renovate[bot]
34c15b9936 chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14 (#1786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-09-15 14:44:07 +00:00
Lucas Nogueira
b6074f275e chore: trigger CI
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10431692820

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-08-17 10:51:54 +00:00
renovate[bot]
e4a9049e35 chore(deps): update tauri monorepo (v2) (#1512)
* fix(deps): update tauri monorepo

* Create tauri-beta-23.md

* fix clippy - regen permissions

* revert accidental cargo.toml change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-02 09:24:50 +00:00
Tillmann
e78da4c8b0 Feat: Add default permissions to most plugins (#1460)
* Add default permissions to most plugins.

Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>

* updated default description

* mobile plugin relevant changes

---------

Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-06-26 05:36:03 +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
Fabian-Lars
7629016a15 fix: Fix comp with latest beta (#1018)
* fix: Fix comp with latest beta

* linux

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-03-04 18:00:25 +00:00
Lucas Nogueira
8c4d1d7fc1 fix(ci): commig schemas
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7769589151

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-03 21:49:09 +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