renovate[bot]
6a6fe0898e
chore(deps): update dependency rollup to v4.27.0 (v2) ( #2053 )
...
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/11855168255
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-11-15 11:09:18 +00:00
Fabian-Lars
3a99690e7d
docs: Remove header image from inline docs ( #2045 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11820048464
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-11-13 15:15:56 +00:00
renovate[bot]
23c2e7e4a3
fix(deps): update tauri monorepo (v2) ( #2026 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11782428893
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-11-11 16:45:45 +00:00
renovate[bot]
b363329a9d
fix(deps): update tauri monorepo (v2) ( #1994 )
...
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/11663334944
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-11-04 11:31:00 +00:00
github-actions[bot]
c25c819737
publish new versions ( #1909 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11426079411
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-20 11:55:26 +00:00
Amr Bashir
038c3ac71a
fix(shell): use async command for open JS API ( #1881 )
...
closes tauri-apps/tauri#11212
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11254295724
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-09 11:48:54 +00:00
renovate[bot]
297d991e49
fix(deps): update tauri monorepo to v2.0.2 ( #1874 )
...
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/11230654424
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2024-10-08 07:30:34 +00:00
github-actions[bot]
37d09f5846
publish new versions ( #1878 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11163416674
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-03 13:59:39 +00:00
Lucas Fernandes Nogueira
799a0b4e77
chore: change MSRV to 1.77.2 to support Windows 7 ( #1873 )
...
* chore: change MSRV to 1.77.2 to support Windows 7
* fmt
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11162986181
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-03 13:58:11 +00:00
renovate[bot]
ceae4b2ca5
fix(deps): update dependency @tauri-apps/api to v2.0.1 ( #1862 )
...
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/11155053089
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2024-10-03 02:55:34 +00:00
Lucas Fernandes Nogueira
cef85c9962
feat: update to tauri v2 stable, promote all packages to 2.0.0 ( #1863 )
...
* update to tauri v2
* covector setup
* update locks
* bump packages to v2 through covector, remove rc references
* msrv 1.78
* downgrade 1.79 msrv dep
* test clipboard
* fmt
* bitstream-io 2.3.0
* Revert "test clipboard"
This reverts commit c3e19dbe59af7b471cdcc5b0c58f855c0ba18546.
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11146469217
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-02 15:10:02 +00:00
pajlada
143456d21a
fix: make package.json licenses SPDX compliant ( #1861 )
...
* fix: make plugin template package.json license SPDX compliant
* fix: make plugin package.json license SPDX compliant
* fix: make root package.json license SPDX compliant
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11142965697
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-02 11:56:12 +00:00
github-actions[bot]
0173456cc3
publish new versions ( #1807 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11141795190
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-02 10:05:00 +00:00
Amr Bashir
e0e43cdaed
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:30 +00:00
Tony
065453fe97
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:22 +00:00
renovate[bot]
0bde7584ac
fix(deps): update tauri monorepo ( #1846 )
...
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/11081883515
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2024-09-28 06:45:46 +00:00
Tillmann
593884dea7
Add Metadata for Plugin Compatibility ( #1836 )
...
Co-authored-by: Tillmann <112912081+tillmann-crabnebula@users.noreply.github.com >
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11052099752
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-09-26 12:22:50 +00:00
renovate[bot]
df75c1f89f
fix(deps): update tauri monorepo (v2) ( #1801 )
...
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/10906152813
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-09-17 15:25:26 +00:00
renovate[bot]
7ac5529d39
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:14 +00:00
Lucas Fernandes Nogueira
4a088ddff8
fix(fs): app scopes not properly enabling paths ( #1774 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10849543310
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-13 12:58:45 +00:00
Amr Bashir
99eeb6aa01
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:31 +00:00
Lucas Fernandes Nogueira
b805fad269
chore(deep-link): fix example, update documentation ( #1725 )
...
* chore(deep-link): fix example, update documentation
* update lock file
* fix lint, add header
* fmt
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10700874949
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-04 11:38:30 +00:00
github-actions[bot]
a110ed4d2c
publish new versions ( #1683 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620879633
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-29 18:52:17 +00:00
Lucas Fernandes Nogueira
6185b215eb
feat: use PermissionState type from tauri, closes #979 ( #1701 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620793871
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-29 18:41:48 +00:00
Lucas Fernandes Nogueira
d7e503a5a3
chore(api): tauri can serialize array buffers from rc.7 ( #1694 )
...
* chore(api): tauri can serialize array buffers from rc.7
* fmt
* fix audit
* update lockfile
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10604312718
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-28 21:00:35 +00:00
github-actions[bot]
edeedcf4db
publish new versions ( #1680 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10463151917
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-20 00:40:59 +00:00
Lucas Fernandes Nogueira
7a04df60a4
fix: explicitly set a minimum macOS version for older Swift versions ( #1679 )
...
ref https://github.com/tauri-apps/tauri/pull/10687
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10459709604
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-19 19:30:44 +00:00
github-actions[bot]
5ecc369a72
publish new versions ( #1616 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10431712106
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-17 10:57:51 +00:00
Lucas Nogueira
1ba1e4a192
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:02 +00:00
Amr Bashir
95c4874cdb
fix(shell): fix inlined docs for scope ( #1656 )
...
* fix(shell): fix inlined docs for scope
* Update plugins/shell/guest-js/index.ts
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10368431427
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-13 10:56:52 +00:00
AHQ
73a949cfea
refactor(android): Remove targetSdk = 34 from every gradle build files ( #1649 )
...
* remove targetSdk
* changelog
* fix md file
* Add the -js ones as well
* remove -js ones
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10349939806
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-12 10:12:08 +00:00
Lucas Nogueira
9b975b74a0
feat: bump to RC
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10217801566
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-02 15:10:25 +00:00
Lucas Fernandes Nogueira
ddb4c05aee
feat(shell): enhance regex validators to match on entire string ( #1603 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10216073209
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-02 13:04:33 +00:00
FabianLars
5cc36dadea
chore: Add repository field to package.json
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10183528110
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-31 15:55:19 +00:00
github-actions[bot]
60a6b145c9
publish new versions ( #1590 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10180185645
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-31 12:30:16 +00:00
Tony
e35309cb48
chore: add missing tauri beta 25 change file ( #1597 )
...
* Add tauri beta 25 change file
* Generate schema
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10180156125
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-31 12:27:23 +00:00
Tony
f0ebe401a4
fix(deps): use no default features on tauri ( #1402 )
...
* Use no default feature on tauri
* Add change file
* typo
* Revert lock file conflict
* Use wry on iOS
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10159544973
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-30 09:13:35 +00:00
renovate[bot]
79f5da1839
fix(deps): update tauri monorepo ( #1595 )
...
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/10152294641
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-29 21:42:39 +00:00
github-actions[bot]
adb938ddf4
publish new versions ( #1517 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9914995577
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-12 22:44:07 +00:00
Lucas Fernandes Nogueira
7bbd97e05f
feat: update to tauri beta.24 ( #1537 )
...
* feat: update to tauri beta.24
* remove .tauri
* pnpm build
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9914050374
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-12 21:25:34 +00:00
github-actions[bot]
31e631c2ae
publish new versions ( #1479 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9759591243
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-02 10:49:54 +00:00
renovate[bot]
2fb8885aa3
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:57 +00:00
Tillmann
e7b39fe673
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:09 +00:00
renovate[bot]
d06be03760
chore(deps): update dependency eslint to v9 (v2) ( #1424 )
...
* chore(deps): update dependency eslint to v9
* flat config
* license header
* rebuild
---------
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/9355815682
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-06-03 19:05:58 +00:00
github-actions[bot]
ea99ee357d
Publish New Versions (v2) ( #1387 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9307117994
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-30 18:09:39 +00:00
Lucas Nogueira
6f0d9d6199
fix(android): adjust for Kotlin and project warnings
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9307017436
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-30 17:56:57 +00:00
renovate[bot]
f3587d6852
fix(deps): update tauri monorepo ( #1382 )
...
* fix(deps): update tauri monorepo
* fix positioner
* Update lib.rs
* Update lib.rs
* fix build
* change file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9296690343
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-05-30 03:50:07 +00:00
github-actions[bot]
2441f81f30
publish new versions ( #1314 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9295790049
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-30 02:07:07 +00:00
Lucas Fernandes Nogueira
8660f79653
chore: update Android target SDK to 34 ( #1368 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9234899690
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-25 10:49:07 +00:00
renovate[bot]
46690fb6bc
chore(deps): update tauri monorepo ( #1363 )
...
* fix(deps): update tauri monorepo
* Create tauri-beta-20.md
---------
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/9205905835
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-05-23 09:52:01 +00:00