renovate[bot]
10e2331481
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:54 +00:00
renovate[bot]
9bd82b24e7
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:24 +00:00
Tony
5e9294af8f
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:59:08 +00:00
Fabian-Lars
e45b074204
fix(single-instance): check if pointer is null ( #2452 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13485278396
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2025-02-23 17:26:06 +00:00
Joban
a1ee175cdd
docs(process): fix typo in Default Permission section ( #2351 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12955813452
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-24 18:58:08 +00:00
Tony
78cf9877c4
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:20 +00:00
renovate[bot]
6b317f15de
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:13 +00:00
Amr Bashir
9feabac60e
chore: adjust prettier config, .gitignore and use taplo to format toml files ( #1728 )
...
* chore: adjust prettier config, .gitignore and use taplo to format toml files
This brings the plugins-workspace repository to the same code style of the main tauri repo
* format toml
* ignore examples gen dir
* add .vscode/extensions.json
* remove packageManager field
* fmt
* fix audit
* taplo ignore permissions autogenerated files
* remove create dummy dist
* fix prettier workflow
* install fmt in prettier workflow
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10701104849
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-04 11:55:30 +00:00
Lucas Nogueira
e9385b0f47
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:52:01 +00:00
renovate[bot]
f48cb21260
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:56 +00:00
Tillmann
71aff3f816
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:08 +00:00
Lucas Fernandes Nogueira
3809cee4d6
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:32 +00:00
Fabian-Lars
901de4e7b1
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:30 +00:00
Lucas Nogueira
a1044e09fc
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:13 +00:00
Tillmann
53058c04ce
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:46 +00:00