renovate[bot]
0c5aebf08f
chore(deps): update rust crate ureq to 2.10.1 (1.x) ( #12228 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-05 11:32:46 +01:00
renovate[bot]
1638dfe262
chore(deps): update rust crate regex to 1.11.1 (1.x) ( #12219 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 00:51:48 +01:00
renovate[bot]
0fc6541b9a
chore(deps): update rust crate itertools to 0.14 (1.x) ( #12202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-04 21:48:31 +01:00
renovate[bot]
e87421ce70
chore(deps): update rust crate axum to 0.8.1 (1.x) ( #12208 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 21:35:22 +01:00
renovate[bot]
9137b60474
chore(deps): update rust crate axum to 0.8.0 (1.x) ( #12193 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-04 16:47:48 +01:00
renovate[bot]
a67825e2b2
chore(deps): update dependency fs-extra to v11.2.0 (1.x) ( #12189 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 15:32:41 +01:00
renovate[bot]
ef94e122e0
chore(deps): update dependency typescript to v4.9.5 (1.x) ( #12192 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 15:31:56 +01:00
renovate[bot]
0183cc7ca6
chore(deps): update dependency rollup to v2.79.2 (1.x) ( #12191 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 15:31:35 +01:00
renovate[bot]
af7781a39f
chore(deps): update dependency @napi-rs/cli to v2.18.4 (1.x) ( #12185 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-04 13:44:01 +01:00
renovate[bot]
9bcfe73c53
chore(deps): update dependency @rollup/plugin-typescript to v8.5.0 (1.x) ( #12186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 13:17:29 +01:00
renovate[bot]
4667315d4a
chore(deps): update rust crate http to 0.2.12 (1.x) ( #12176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-04 00:09:48 +01:00
github-actions[bot]
b09d8873a1
apply version updates ( #11434 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-21 08:16:28 -03:00
github-actions[bot]
e7153a85a3
apply version updates ( #11075 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-14 13:13:53 -03:00
Lucas Fernandes Nogueira
3c7258d651
fix(ci): run on ubuntu 22.04 ( #11358 )
...
* fix(ci): install libsoup2.4-dev
* update action
* ubuntu 22.04
* fix image
* latest for cli checks
* ubuntu 20.04
* Revert "ubuntu 20.04"
This reverts commit 6fd0ebb2c3 .
* fix audit
* fix cli audit
2024-10-14 10:28:14 -03:00
Amr Bashir
343b11d7c7
feat: add deno support ( #11305 )
...
* feat: add deno support
ref: denoland/deno#20738
* Update packages_nodejs.rs
* typo
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-11 16:47:55 -03:00
github-actions[bot]
bd3c153145
Apply Version Updates From Current Changes (v1) ( #11012 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-15 16:23:08 -03:00
Lucas Nogueira
6d629cbf93
fix: integration tests
2024-09-15 09:54:07 -03:00
Lucas Nogueira
5f5c7c7a32
fix(ci): downgrade mac-notification-sys to 0.6.1
...
fixes a cc build script usage
2024-09-15 08:47:58 -03:00
Amr Bashir
298f8ca584
feat(bundler/nsis): store main binary name to be used in registry for future updates ( #10952 )
...
* feat(bundler): store main binary name to be used in registry for furture updates
* revert wix changes as leftover binaries are fixed by https://github.com/tauri-apps/tauri/pull/10967
2024-09-13 16:08:51 +03:00
Fabian-Lars
2e87e85f85
fix(core): Use productName for FileDescription ( #10976 )
2024-09-12 20:51:46 +03:00
Amr Bashir
50fbf7bf1d
feat(updater): support updating using non-zipped files ( #10939 )
...
* feat(updater): support updating using non-zipped files
* minor
* fix compilation
* clippy
* pass `/UPDATE` to NSIS installer on updates
* clippy
* revert user-agent change
* add v1 -> v2 migration e2e test
* fix npm exec on windows
* downgrade serial-test for msrv
* fix sig ext for nsis v2
* fix windows e2e test
* add lcense headers
* fix conflict on e2e test on windows [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-09-11 17:55:25 -03:00
Lucas Nogueira
7fdc0472b9
chore(cli): remove unused code
2024-08-27 18:29:51 -03:00
github-actions[bot]
1f45808ba0
Apply Version Updates From Current Changes (v1) ( #10220 )
...
* apply version updates
* use audit-ci
* fmt
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-23 15:16:33 -03:00
Lucas Nogueira
9082a39604
fix(cli): env_logger usage
2024-08-23 13:20:24 -03:00
Lucas Nogueira
d84ae448e5
fix(cli): downgrade env_logger to 0.10 to satisfy MSRV, fix CI
2024-08-23 13:13:05 -03:00
renovate[bot]
3b841f28bb
chore(deps) Update Tauri CLI (1.x) ( #10628 )
...
* chore(deps) Update Tauri CLI
* fix deps
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-15 10:50:54 -03:00
renovate[bot]
60f7443ce0
chore(deps) Update Tauri CLI (1.x) ( #8229 )
...
* chore(deps) Update Tauri CLI
* fix build
* fix msrv
* update lockfile
* revert api test
* lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-08-12 12:25:06 -03:00
Fabian-Lars
297cd55c44
fix: Fix bundler&cli MSRV ( #10499 )
...
* chore(deps) Update Tauri Bundler
* ci: Also check bundler and cli in msrv check
* fix
* 1
* 2
* 3
* msrv
* downgrade handlebars again
* x
* x
* x
* x
* x
* x
* this makes no sense
* srsly wtf
* me dumb dumb
* bufreader
* x
* x
* changefile
* fix permissions
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-08 16:50:13 -03:00
renovate[bot]
1aba10963e
chore(deps) Update Tauri Utils (1.x) ( #8232 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-08-05 14:11:05 +02:00
Lucas Fernandes Nogueira
67b7ca6ef4
feat(core): fallback to file system for AssetResolver::get, closes #8411 ( #10356 )
...
* fix(core): fallback to file system for AssetResolver::get, closes #8411
Changes the AssetResolver::get implementation to fallback to reading the distDir directly when using the development mode pointing to a external URL (which is the way most people use the dev mode and means there's no embedded assets to pull from).
* fix clippy
* fix test
* clippy
* clippy2
* update time
2024-07-31 07:13:52 -03:00
Amr Bashir
212001c1df
fix(cli): parse cargo--target-dir flag ( #10233 )
...
* fix(cli): parse cargo`--target-dir` flag
closes #10190
* clippy
2024-07-10 16:01:13 +03:00
Fabian-Lars
0aa0378c8d
feat(cli): add macos hardened runtime signing config option ( #9318 ) ( #10199 )
...
* feat(cli): add macos signing config option
* rename option to hardened_runtime
* chore(cli): use default true in hardened runtime config
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-07-08 15:51:20 +03:00
Fabian-Lars
033a25c3a8
ci: Fix msrv check and audit check ( #10219 )
...
* ci: Fix msrv check and audit check
* fix cli js audit too
2024-07-08 15:25:46 +03:00
github-actions[bot]
0a00375f56
apply version updates ( #10178 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-02 13:40:45 +02:00
github-actions[bot]
89f3048f52
apply version updates ( #9871 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-01 23:13:05 -03:00
Amr Bashir
08f57efefd
fix(cli): parse --profile=<profile> syntax ( #10136 )
...
* fix(cli): parse `--profile=<profile>` syntax
ref: https://github.com/tauri-apps/tauri/issues/6255#issuecomment-2192466839
* Update tooling/cli/src/interface/rust.rs
* derive default
* safe check next arg
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-06-27 06:53:29 -03:00
Harry Mallon
924387092e
feat: add dmg settings, cherry picked from #7964 ( #8334 )
...
* feat(bundler): add dmg settings, closes #4669 (#7964 )
* fix(bundler): lint and cleanup for #7964 (#8275 )
* fmt
---------
Co-authored-by: Andrew <andrey255@live.com >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-06-17 13:25:12 +02:00
Pylogmon
d2786bf699
chore(template): template format error ( #10018 )
...
* chore(template): template format error
* fix
2024-06-12 04:30:24 +03:00
Pylogmon
674accad75
fix: missing depends for rpm package ( #10015 )
...
* fix: missing depends for rpm package
* chore: add changes
2024-06-12 04:24:03 +03:00
anatawa12
a423c52c1c
fix(cli): not working with license.workspace = true ( #9998 )
2024-06-06 13:17:33 +02:00
anatawa12
c12ed92da5
fix(cli): Cargo.lock is not synchronized with Cargo.toml ( #9996 )
2024-06-06 13:05:13 +02:00
Pylogmon
78fc841370
feat(bundler): add provides, conflicts and replaces for deb and rpm ( #9942 )
...
Backport of #9331
2024-06-04 04:47:17 +03:00
AnthonyNGarcia
a301be52d2
fix(windows): Fix Windows System User build failures by using the current directory for bundling tools (fix: 9895) ( #9914 )
...
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2024-06-03 21:45:44 +03:00
muwoo
5909662766
feat(bundler): support custom sign command on Windows ( #9902 )
2024-06-03 21:34:49 +03:00
Harry Mallon
253595a22d
feat(bundler): Add RPM packaging, closes #4402 ( #5202 ) ( #9809 )
...
* feat(bundler): Add RPM packaging
* feat(bundler): Update 'rpm' to 0.13.1
* Fix fmt
Co-authored-by: Olivier Lemasle <olivier.lemasle@apalia.net >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-05-28 22:31:29 -03:00
github-actions[bot]
bf708a21a8
apply version updates ( #9857 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-22 23:10:41 -03:00
github-actions[bot]
d78fa20d86
Apply Version Updates From Current Changes (v1) ( #9793 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-05-15 20:09:07 +03:00
github-actions[bot]
f45d35cf06
Apply Version Updates From Current Changes (v1) ( #9730 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-05-10 00:13:21 +03:00
github-actions[bot]
15c62b5d99
Apply Version Updates From Current Changes (v1) ( #9721 )
...
* apply version updates
* fmt
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-05-09 15:22:45 -03:00
Lucas Fernandes Nogueira
9b90b67ed2
Revert "Apply Version Updates From Current Changes (v1)" ( #9724 )
...
This reverts commit 6bb721cd3d .
2024-05-09 14:02:31 -03:00