Krzysztof Andrelczyk
5d12c97ea6
remove print
2025-04-11 23:06:26 +02:00
Krzysztof Andrelczyk
68564e0eb3
Merge branch 'v2' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2025-04-10 23:16:14 +02:00
Krzysztof Andrelczyk
3a433976f3
fix bundler
2025-04-10 22:59:49 +02:00
dependabot[bot]
c698e72594
chore(deps): bump crossbeam-channel ( #2616 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-10 16:53:39 +02:00
Krzysztof Andrelczyk
0630002c65
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2025-04-07 22:25:36 +02:00
Krzysztof Andrelczyk
b1a87811d8
format
2025-04-07 22:22:02 +02:00
Krzysztof Andrelczyk
8cb79a350f
patch windows binary
2025-04-06 23:39:11 +02:00
dependabot[bot]
996975ce52
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>
2025-04-05 10:06:48 +08:00
github-actions[bot]
8b39aefb1b
publish new versions ( #2545 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-02 00:31:52 -03:00
renovate[bot]
4dd5c51436
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 >
2025-04-02 09:37:19 +08:00
Krzysztof Andrelczyk
896678a508
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2025-04-01 23:01:43 +02:00
Tony
2d731f8022
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`
2025-03-29 08:36:50 +08:00
Tony
0bc5d58874
fix(updater): download reuses check's timeout ( #2572 )
...
* fix(updater): download inherit timeout from check
* Add change file
2025-03-28 18:53:49 +08:00
Tony
8ecb418a1a
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 >
2025-03-25 22:57:40 +08:00
Krzysztof Andrelczyk
c9d0a6c397
windows tests
2025-03-18 23:36:25 +01:00
Krzysztof Andrelczyk
c2877ec3e3
get bundle type out of patched variable
2025-03-18 23:28:34 +01:00
github-actions[bot]
4bbcdbd556
publish new versions ( #2542 )
2025-03-16 21:51:48 -03:00
Lucas Fernandes Nogueira
12c4537b8e
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/
2025-03-17 02:42:37 +02:00
github-actions[bot]
b40a02c525
publish new versions ( #2477 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-03-10 14:17:57 +01:00
Tony
e54cfcb261
fix(updater): should be log::debug not println ( #2514 )
2025-03-10 02:59:19 +02:00
Guilherme Oenning
faefcc9fd8
feat(updater): add configure_client to UpdaterBuilder ( #2430 )
2025-03-09 03:53:16 +02:00
Lucas Fernandes Nogueira
ac60d589ec
feat(updater): improve tracing and error logging ( #2513 )
2025-03-09 03:24:45 +02:00
Krzysztof Andrelczyk
ef952980e1
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
...
# Conflicts:
# plugins/updater/tests/app-updater/tests/update.rs
2025-03-07 20:40:03 +01:00
Krzysztof Andrelczyk
d50947cde1
windows tests
2025-03-07 20:38:11 +01:00
Krzysztof Andrelczyk
ede0c68622
fix windows build
2025-03-07 20:33:00 +01:00
Krzysztof Andrelczyk
199a52b344
small error fix
2025-03-05 22:08:44 +01:00
Krzysztof Andrelczyk
dc75b76c0a
RPM installation
2025-03-03 23:57:48 +01:00
Krzysztof Andrelczyk
ae7a2e3198
linux ready
2025-03-01 20:57:35 +01:00
Krzysztof Andrelczyk
e2e27acd9b
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2025-03-01 18:03:45 +01:00
Krzysztof Andrelczyk
6ae53cfeae
linux test
2025-03-01 18:03:10 +01:00
Fabian-Lars
1a9846599b
chore(deps): Update objc2 to 0.6 ( #2469 )
2025-02-27 15:24:18 +01:00
github-actions[bot]
fbd4d28920
publish new versions ( #2404 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2025-02-24 16:31:28 +01:00
renovate[bot]
c10d5bfb54
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 >
2025-02-23 13:22:51 +01:00
kandrelczyk
597ae9f903
Merge branch 'tauri-apps:v2' into feature/fallback_targets
2025-02-21 12:07:55 +01:00
Krzysztof Andrelczyk
8aa131a11d
fallback targets
2025-02-21 00:31:10 +01:00
Fabian-Lars
6f881293fc
fix(updater): Propagate request error ( #2439 )
2025-02-20 11:47:37 +01:00
Tony
7d3869ced8
Regenerate api-iife ( #2428 )
2025-02-15 15:10:23 +02:00
github-actions[bot]
80804adc68
publish new versions ( #2380 )
...
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-02-04 07:27:53 -03:00
dependabot[bot]
3ebec74983
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>
2025-02-03 21:31:13 +01:00
jLynx
5369898db7
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 >
2025-02-02 17:54:09 -03:00
renovate[bot]
d5fb5337a0
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 >
2025-01-27 22:16:22 +01:00
github-actions[bot]
ad17266273
Publish New Versions (v2) ( #2348 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-27 19:34:40 +01:00
Fabian-Lars
0afc9b6be0
feat(updater): Collect unknown response fields ( #2325 )
2025-01-23 02:54:02 +02:00
renovate[bot]
05cca602d9
chore(deps): update rust crate tokio-tungstenite to 0.26 (v2) ( #2210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-06 13:38:40 +01:00
github-actions[bot]
3a826fb6bf
Publish New Versions (v2) ( #2237 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-06 11:09:06 +01:00
Amr Bashir
57efb47c11
feat(updater): add Builder::header and Builder::headers ( #2235 )
2024-12-24 17:00:12 +02:00
github-actions[bot]
c9acff99c6
publish new versions ( #2188 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-12-10 14:24:04 -03:00
Night_Hunter
829b632650
feat(updater): add Builder::default_version_comparator ( #1919 )
2024-12-10 15:11:43 +02:00
github-actions[bot]
6fcb2f5f40
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 >
2024-12-09 16:45:31 +01:00
Muhammed Rahif
3ef756f4ce
docs(all): incorrect path for registering plugin in rust ( #2123 )
2024-12-02 21:13:12 +01:00