Commit Graph

186 Commits

Author SHA1 Message Date
renovate[bot]
df25db82e9 chore(deps): update dependency rollup to v4.41.0 (#2702)
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/15094201741

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-05-18 08:51:19 +00:00
github-actions[bot]
d59faca6c0 publish new versions (#2603)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-04-18 12:05:15 +00:00
Tony
19869ca6d1 fix(updater): don't override user provided headers (#2621)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/14506508362

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-04-17 02:11:01 +00:00
renovate[bot]
bea2a269c9 chore(deps): update tauri monorepo to v2.5.0 (v2) (#2634)
* chore(deps): update tauri monorepo to v2.5.0

* Update rust dependency and re-build iifes

* Downgrade for msrv

don't know why MSRV-aware resolver didn't work

* Downgrade cargo_metadata

* Downgrade home

* Downgrade native-tls

* trigger ci?

* Downgrade colored and base64ct

---------

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/14483373100

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-04-16 02:28:41 +00:00
dependabot[bot]
a8df913a96 chore(deps): bump crossbeam-channel (#2616)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-04-10 14:54:50 +00:00
dependabot[bot]
4e8fb5f83b chore(deps): bump openssl (#2595)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.72)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.72
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-04-05 02:07:55 +00:00
github-actions[bot]
b1b9f61585 publish new versions (#2545)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-04-02 03:32:54 +00:00
renovate[bot]
b97a5adb8a 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:30 +00:00
Tony
1b15b0d4e3 fix(updater): format Update.date to RFC 3339 (#2573)
* fix(updater): format `Update.date` to RFC 3339

* Messed up on argument in #2572

* Format

* Update example

* Avoid extra to_string

* Deprecate `Update.available`

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-03-29 00:38:22 +00:00
Tony
f131d445c3 fix(updater): download reuses check's timeout (#2572)
* fix(updater): download inherit timeout from check

* Add change file

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

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-03-28 10:55:39 +00:00
Tony
61af82c045 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:18 +00:00
renovate[bot]
cb0853f161 chore(deps): update tauri monorepo to v2.4.0 (v2) (#2555)
* chore(deps): update tauri monorepo to v2.4.0

* Bump tauri rust crates in lock file

* Re-generate window-state api-iife.js

---------

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/13983875695

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-03-21 03:17:38 +00:00
github-actions[bot]
52be3984e9 publish new versions (#2542)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13889219602

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-03-17 00:54:41 +00:00
Lucas Fernandes Nogueira
a3889110af feat(updater): add support to riscv64 architecture (#2541)
Tauri now supports it, so the updater should check the riscv64 arch and replace the {{arch}} and {{target}} variables properly.

ref https://github.com/tauri-apps/tauri/pull/12602/

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-03-17 00:44:45 +00:00
github-actions[bot]
9d9e9a2ca4 publish new versions (#2477)
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-03-10 13:19:07 +00:00
Tony
9f72da9510 fix(updater): should be log::debug not println (#2514)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13754504573

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-03-10 01:00:27 +00:00
Guilherme Oenning
7fb63c3a26 feat(updater): add configure_client to UpdaterBuilder (#2430)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13743670725

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-03-09 01:57:06 +00:00
Lucas Fernandes Nogueira
18ae9dcd3d feat(updater): improve tracing and error logging (#2513)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13743434030

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-03-09 01:25:51 +00:00
Fabian-Lars
282b0ff540 chore(deps): Update objc2 to 0.6 (#2469)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13568625250

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-27 14:25:24 +00:00
renovate[bot]
685f2fc1f6 chore(deps): update tauri monorepo to v2.3.0 (v2) (#2465)
* chore(deps): update tauri monorepo to v2.3.0

* Regenerate window-state api-iife

---------

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/13556778104

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
2025-02-27 01:20:23 +00:00
github-actions[bot]
2ca08c592e publish new versions (#2404)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-24 15:32:44 +00:00
renovate[bot]
d7a5dbbdb8 chore(deps): update rust crate infer to 0.19 (v2) (#2385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-23 12:23:59 +00:00
Fabian-Lars
56b5bf4cb4 fix(updater): Propagate request error (#2439)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13433538989

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-20 10:48:42 +00:00
github-actions[bot]
1080d85376 publish new versions (#2380)
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-02-04 10:28:59 +00:00
dependabot[bot]
d1e89aafea chore(deps): bump openssl from 0.10.66 to 0.10.70 in /plugins/updater/tests/updater-migration/v1-app (#2392)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-03 20:37:40 +00:00
jLynx
1dda01ec74 fix(macOS): Tauri V2 Update Permission Denied Error (#2067)
* WIP

* Fixed linting

* WIP

* Fixed linting

* use osakit to show actual app name on dialog

* sync versions

* lint

---------

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

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2025-02-02 20:55:21 +00:00
renovate[bot]
6712584fd2 chore(deps): update rust crate gethostname to v1 (v2) (#2382)
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/13087882789

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-02-01 10:49:25 +00:00
renovate[bot]
9648f5ad89 chore(deps): update rust crate dirs to v6 (v2) (#2311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-01-27 21:17:43 +00:00
github-actions[bot]
ebbb635c48 Publish New Versions (v2) (#2348)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-01-27 18:35:47 +00:00
Fabian-Lars
cc9c5603bb feat(updater): Collect unknown response fields (#2325)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12919985891

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-01-23 00:57:46 +00:00
github-actions[bot]
c38cba0921 Publish New Versions (v2) (#2237)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
v2.3.1
2025-01-06 10:12:34 +00:00
renovate[bot]
e21256a89c chore(deps): update dependency rollup to v4.30.0 (v2) (#2263)
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/12630497047

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-01-06 10:07:57 +00:00
renovate[bot]
9debeb3aee chore(deps): update tauri monorepo to v2.2.0 (v2) (#2252)
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/12589748794

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-01-02 22:39:03 +00:00
Amr Bashir
e97f9cd8f7 feat(updater): add Builder::header and Builder::headers (#2235)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12483240839

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-12-24 15:01:26 +00:00
github-actions[bot]
c59880b466 publish new versions (#2188)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-12-10 17:25:13 +00:00
Night_Hunter
9fe0125bcb feat(updater): add Builder::default_version_comparator (#1919)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12256827208

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-12-10 13:13:00 +00:00
github-actions[bot]
27d035c5eb Publish New Versions (v2) (#2174)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
Co-authored-by: Fabian-Lars <github@fabianlars.de>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-12-09 15:47:04 +00:00
Muhammed Rahif
7d7c027e56 docs(all): incorrect path for registering plugin in rust (#2123)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12127198045

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-12-02 20:14:46 +00:00
Fabian-Lars
5c3160c826 docs(updater): Link to website in Usage section
closes #1133

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-12-02 14:00:00 +00:00
github-actions[bot]
316a3b6687 publish new versions (#2011)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-12-02 12:47:06 +00:00
jLynx
7610c17b65 feat(updater): Add .deb Package Support to Linux Updater (#1991)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12029937135

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-11-26 11:49:41 +00:00
Amr Bashir
03fd3017c1 feat: add tauri-plugin-opener (#2019)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11923190674

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-11-19 22:51:20 +00:00
renovate[bot]
b6b3140b21 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:48 +00:00
renovate[bot]
e113e82277 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:22 +00:00
Fabian-Lars
ff49d9cad5 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:59 +00:00
renovate[bot]
b119b4baee 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:52 +00:00
renovate[bot]
b5b31812ac 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:05 +00:00
renovate[bot]
c9461a77dc 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:38 +00:00
github-actions[bot]
b3d1309518 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:43 +00:00
Lucas Fernandes Nogueira
c7d17ed92d 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:15 +00:00