27 Commits

Author SHA1 Message Date
Fabian-Lars
c32f3067eb docs(shell): Remove left over tauri.conf.json > scope mentino
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/16438287495

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-07-22 07:59:02 +00:00
renovate[bot]
08076818c7 chore(deps): update dependency @rollup/plugin-typescript to v12.1.4 (#2818)
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/15999893165

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-07-01 12:54:19 +00:00
renovate[bot]
16b16589b3 chore(deps): update dependency @rollup/plugin-typescript to v12.1.3 (#2778)
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/15725805444

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-06-18 06:44:35 +00:00
renovate[bot]
32fdfda0c8 chore(deps): update dependency rollup to v4.27.3 (#2071)
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/11900568664

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-11-18 20:31:44 +00:00
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
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
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
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
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
Amr Bashir
82e87e811f fix(core/shell): speedup Command.execute & fix extra new lines (#1299)
* fix(core/shell): speedup `Command.execute` & fix extra new lines

The speed gains comes from running the Command in Rust fully and returning the result in one go instead of using events.

The extra new lines was a regression from https://github.com/tauri-apps/tauri/pull/6519
ref: https://github.com/tauri-apps/tauri/issues/7684#issuecomment-2100897383

* fmt

* dedup code

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-05-09 15:17:22 +00:00
renovate[bot]
173385de4b chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228)
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0

* actually apply the rules lol

* 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/8791882915

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-04-22 22:41:52 +00:00
Lucas Fernandes Nogueira
580b12447e chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)
* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13

* fix lockfile

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-12-19 22:19:15 +00:00
Fabian-Lars
2c482c622b fix(updater): Use escaped installer path to start the nsis updater (#727)
Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-11-15 13:00:08 +00:00
Lucas Fernandes Nogueira
fb5f9aa27a feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-29 19:08:53 +00:00
Mo
828c5cae84 Fix invoke calls in dialog & shell init scripts (#675)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-22 13:12:53 +00:00
Lucas Fernandes Nogueira
d4d093f817 chore: update to tauri alpha.16, api alpha.9 (#673)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-20 16:52:06 +00:00
Lucas Fernandes Nogueira
a8f60fedc1 chore(examples): update to tauri 2.0.0-alpha.14 (#600)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6159545571

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-09-12 12:41:17 +00:00
Lucas Fernandes Nogueira
c9f20f4ae9 feat: update to alpha.11 (#555)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5858943175

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-08-14 17:53:28 +00:00
Lucas Fernandes Nogueira
60f4c701e2 chore(api): update @since tag to 2.0.0 (#395)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5064150737

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-24 02:46:12 +00:00
Lucas Fernandes Nogueira
e6c32ba173 feat(plugins): inject API on window.__TAURI__ (#383)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5060238742

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-23 17:22:05 +00:00
Lucas Fernandes Nogueira
91fe764aba docs: update README.md and remove allowlist information (#381)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5034660288

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-20 23:30:15 +00:00
Lucas Fernandes Nogueira
bcd7d3ca52 feat(ci): add workflow to run covector on v2 (#373)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5015114420

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-18 14:41:26 +00:00
Lucas Fernandes Nogueira
9947bebc39 feat(ci): also test on Windows and macOS (#366)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5008962564

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-17 23:54:20 +00:00
FabianLars
11c6dc93a6 chore: Fix shell tests
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869548209

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-05-03 07:52:55 +00:00
FabianLars
9a7ebb2b02 Run formatter on new plugins
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869274987

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-05-03 07:14:27 +00:00
FabianLars
1f50cb757f Merge branch 'dev' into next. Rename next to v2
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869196953

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-05-03 07:04:40 +00:00