Christian Leingang
d746c1b6fe
feat(updater): allow accepting invalid TLS certs/hostnames via config ( #3057 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/19636845223
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-11-24 13:58:00 +00:00
Tony
aa5565193a
docs(updater): installer args and on_before_exit ( #3099 )
...
* docs(updater): installer args and `on_before_exit`
* Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de >
* Explicitly state there are internal args
* s
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/19298010887
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-11-12 12:50:38 +00:00
Fabian-Lars
87955154f4
chore: apply clippy fixes ( #3092 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/19212151515
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-11-09 17:44:23 +00:00
FabianLars
d471e2a7d3
chore: temp delete updater changefile
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/18837370191
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-10-27 10:21:38 +00:00
renovate[bot]
844b0c63a3
chore(deps): update tauri monorepo (v2) ( #3058 )
...
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/18820589921
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-10-26 16:23:39 +00:00
Fabian-Lars
02f389231c
feat(updater): inject bundle_type into endpoint url ( #2960 )
...
* feat(updater): inject bundle_type into endpoint url
* Revert schemas
* replace with unknown if none
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/17275919455
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2025-08-27 18:53:20 +00:00
Amr Bashir
0f6717b8e9
feat: support message dialogs with 3 buttons ( #2641 )
...
* feat: support message dialogs with 3 buttons
* change file
* From<String>
* untagged & YesNoCancel
* revert package.json
* Update plugins/dialog/src/desktop.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
* no optional
* Update desktop.rs
* Update plugins/dialog/src/models.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
* change to an enum
* convert back into union
* regen
* update @since
* map buttons for linux
* enhance type
* Add examples
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Tony <legendmastertony@gmail.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/17266975220
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2025-08-27 12:41:57 +00:00
renovate[bot]
8d72cddfd9
chore(deps): update dependency typescript-eslint to v8.40.0 ( #2923 )
...
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/17070907094
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-08-19 13:25:30 +00:00
Fabian-Lars
a5c0492e75
docs: Remove mirror install instructions ( #2893 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/16720673081
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-08-04 10:31:34 +00:00
renovate[bot]
0ff164eeb7
chore(deps): update tauri monorepo to v2.7.0 ( #2863 )
...
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/16413446831
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-07-21 09:36:27 +00:00
github-actions[bot]
0f882bac95
publish new versions ( #2808 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15879246995
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-06-25 14:33:22 +00:00
renovate[bot]
39da69f320
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:54:03 +00:00
github-actions[bot]
8e71dfecb3
publish new versions ( #2776 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15699607639
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
v2.8.1
2025-06-17 06:15:18 +00:00
Fabian-Lars
8777054e39
fix(updater): Escape current_exe args for nsis installer ( #2761 )
...
* fix(updater): Escape current_exe args for nsis installer
* Update plugins/updater/src/updater.rs
* use std escape fn
* tests
* comment
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15699526170
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-06-17 06:09:10 +00:00
github-actions[bot]
1779ec0470
publish new versions ( #2712 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15692760989
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-06-16 21:52:12 +00:00
renovate[bot]
a69ca0c133
chore(deps): update rust crate windows-sys to v0.60.2 (v2) ( #2763 )
...
* chore(deps): update rust crate windows-sys to v0.60.2
* update lock file
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15678848559
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-06-16 10:54:45 +00:00
renovate[bot]
5cb3a94bf9
chore(deps): update dependency rollup to v4.42.0 (v2) ( #2750 )
...
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/15560712648
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-06-10 13:23:43 +00:00
Tony
6a48c225f9
fix(updater): fix headers option in Updater.download ( #2757 )
...
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15558649110
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-06-10 11:49:24 +00:00
Brendan Osborne
77dea9550b
feat(updater): add allowDowngrades option ( #2726 )
...
* feat(updater): add allowDowngrades option
* Add change file for allow_downgrades feature
* Update .changes/add-allow-downgrades.md
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15383066245
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-06-02 03:23:21 +00:00
renovate[bot]
7c2f5d554a
chore(deps): update rust crate zip to v4 ( #2711 )
...
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/15178995206
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-05-22 05:39:09 +00:00
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