Jerry
8ee8f09390
fix(core): fix check temp path permission on mac os, fix #6256 ( #9588 )
...
* fix: check temp path permission on mac os
* chore: format code
2024-06-04 10:02:54 -03: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
Fabian-Lars
a020828d0e
feat(bundler/windows): Update wix to fix vulnerabilities and add arm support ( #9861 )
...
* feat(bundler/windows): Update wix to fix vulnerbilities and add arm support
* is this what it's complaining about?
* delete change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-05-28 22:31:16 -03:00
Amr Bashir
e48157da2f
fix(core/shell/command): retry sending events when it fails, closes #7684 ( #9698 )
...
* fix(core/shell/command): retry sending events when it fails, closes #7684
* try normally first
* sleep first
2024-05-28 11:48:57 -03:00
Amr Bashir
44e3335da8
fix(core/shell): speedup Command.execute & fix extra new lines ( #9796 )
...
* fix(core/shell): speedup `Command.execute` & fix extra new lines (#9706 )
* 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
* fix unix build
* clippy
* cleanup
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
* lock file
* minor
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-05-24 13:40:05 -03:00
github-actions[bot]
bf708a21a8
apply version updates ( #9857 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauri-v1.6.7
tauri-runtime-wry-v0.14.8
2024-05-22 23:10:41 -03:00
chip
f6d81dfe08
Merge pull request from GHSA-57fm-592m-34r7
...
* add __TAURI_INVOKE_KEY__ to ipc calls to detect initialized frames
* move ipc key check to start of on_message
* cargo +nightly fmt
* undo Cargo.toml formatting changes
* undo Cargo.toml formatting changes
* undo Cargo.toml formatting changes
* remove merged changefiles
* undo formatting changes to js files
* undo formatting changes to js files
* Update to patched wry release
* fix: optional chaining is not supported on older webviews (#9529 )
* Revert "undo formatting changes to js files"
This reverts commit a7ef0d91ea1b183e091ea65a2b201d65522cc1d5.
* Revert "undo formatting changes to js files"
This reverts commit 0fcfd4664b915af51b71e7ea68929fd5b6cb5fc3.
* revert core.js
* inject __TAURI_INVOKE_KEY__ to __TAURI_IPC__ instead
* remove unrelated changes file
* remove left over dbg! call
* change file
---------
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-05-22 17:49:08 -03:00
木偶
50aabad1f6
refactor(updater/nsis): migrate run updater using powershell to ShellExecute ( #9818 )
2024-05-22 21:26:17 +03:00
github-actions[bot]
d78fa20d86
Apply Version Updates From Current Changes (v1) ( #9793 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
@tauri-apps/api-v1.5
tauri-v1.6.6
@tauri-apps/api-v1.5.6
2024-05-15 20:09:07 +03:00
Amr Bashir
3b69c1384b
Revert "fix(core/shell): speedup Command.execute & fix extra new lines ( #9706 )" ( #9792 )
...
* Revert "fix(core/shell): speedup `Command.execute` & fix extra new lines (#9706 )"
This reverts commit 7f885bd5ed .
* change file
2024-05-15 19:28:15 +03:00
Amr Bashir
704260bb3c
fix(macos/dialog): avoid setting empty default_path ( #9784 )
...
closes #7566
ref: https://github.com/tauri-apps/tauri/issues/4065
ref: https://github.com/tauri-apps/tauri/pull/4028
ref: https://github.com/tauri-apps/tauri/issues/9762
2024-05-15 18:45:11 +03:00
Amr Bashir
36b082a9c8
ci: pull .crate file from workspace target directory ( #9732 )
2024-05-10 02:32:15 +03:00
github-actions[bot]
f45d35cf06
Apply Version Updates From Current Changes (v1) ( #9730 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
tauri-v1.6.5
2024-05-10 00:13:21 +03:00
Amr Bashir
ef35a793c5
fix(core): fix compilation when shell-execute or shell-sidecar ( #9729 )
...
* fix(core): fix compilation when `shell-execute` or `shell-sidecar`
regression from: https://github.com/tauri-apps/tauri/pull/9706
* change file
2024-05-09 23:56:52 +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 >
tauri-v1.6.4
@tauri-apps/cli-v1.5.14
@tauri-apps/api-v1.5.5
tauri-runtime-wry-v0.14.7
tauri-bundler-v1.5.4
tauri-cli-v1.5.14
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
Angel S. Moreno
f1b0b00159
docs: added example of tauri.allowlist.protocol ( #9726 )
2024-05-09 19:52:55 +03:00
github-actions[bot]
6bb721cd3d
Apply Version Updates From Current Changes (v1) ( #9709 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-09 12:28:21 -03:00
Amr Bashir
7f885bd5ed
fix(core/shell): speedup Command.execute & fix extra new lines ( #9706 )
...
* 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
* fix unix build
* clippy
* cleanup
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-05-09 18:14:53 +03:00
Lucas Fernandes Nogueira
2eb21378a6
fix(tauri-runtime-wry): window draw span not closing ( #9718 )
...
* fix(tauri-runtime-wry): window draw span not closing
* use .retain
2024-05-09 10:09:48 -03:00
Enkhjil Enkhbaatar
ab9ec42c10
fix(windows): nsis failed to resolve resources with $ in their name, closes #9657 ( #9659 )
2024-05-08 20:32:09 +03:00
github-actions[bot]
07b6f9fa83
apply version updates ( #9683 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
tauri-codegen-v1.4.3
tauri-runtime-v0.14.3
@tauri-apps/cli-v1.5.13
tauri-bundler-v1.5.3
tauri-v1.6.3
tauri-runtime-wry-v0.14.6
tauri-utils-v1.5.4
tauri-build-v1.5.2
tauri-macros-v1.4.4
tauri-cli-v1.5.13
2024-05-06 22:33:33 +02:00
Fabian-Lars
db9ec4e79c
ci: fix msrv check ( #9682 )
...
* ci: fix msrv check
2024-05-06 21:59:34 +02:00
Fabian-Lars
2a9a28044b
ci: fix msrv check ( #9681 )
2024-05-06 21:48:13 +02:00
Fabian-Lars
5ee5ed4dc6
fix: schemars 0.8.18 compatibility ( #9680 )
...
* fix: schemars 0.8.18 compatibility
backport of #9676
Co-authored-by: Hankung <73242257+Hankung7183@users.noreply.github.com >
* fix clippy lol
---------
Co-authored-by: Hankung <73242257+Hankung7183@users.noreply.github.com >
2024-05-06 21:35:01 +02:00
Amr Bashir
b8fd8e1bac
refactor(nsis): use nsis's built-in com plugin instead of ApplicationID plugin ( #9606 )
...
* Use WinShell instead of ApplicationID
* Uninst shortcut before removing start menu one
* Use nsis's buit-in com plugin instead of WinShell
* Remove download ApplicationID code
* Add change file
* Clippy and format
* Allow dead code on extract_zip
* Qualify extract_zip path to make clippy happy
* Move macro up
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2024-04-30 15:11:00 +03:00
Amr Bashir
0749a84ae0
chore(cli/deps): update nsis-tauri-utils to 0.3 ( #9605 )
2024-04-30 13:05:08 +02:00
Amr Bashir
80db9dff28
ci: use node 16 ( #9600 )
...
* ci: use lts node version in CI
* lts/*
* 16
* more 16
2024-04-29 17:33:28 +03:00
Fabian-Lars
532279b724
ci(1.x): Fix publishing of cli-macos-x64 ( #9575 )
...
* ci: Fix publishing of cli-macos-x64
* temp: only publish darwin-x64
* temp: wrong version
* temp: disable everything but darwin-x64
* temp: wrong test arch...
* temp: last one
* temp: last one for realsies
* remove temp stuff
* revert more
2024-04-29 16:23:18 +03:00
Lucas Fernandes Nogueira
3e98145ac3
fix(core): run plugin init script in a separate context ( #9570 )
...
* fix(core): run plugin init script in a separate context
* fix ci
2024-04-28 11:15:26 -03:00
Fabian-Lars
fd2f8ab774
ci(1.x): Remove nodejs14 test in cli.js publishing workflow ( #9569 )
2024-04-25 12:45:06 +02:00
github-actions[bot]
caddd5bdd8
Apply Version Updates From Current Changes (v1) ( #9544 )
...
* apply version updates
* downgrade tokio deps
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
tauri-bundler-v1.5.2
tauri-v1.6.2
@tauri-apps/api-v1.5.4
tauri-cli-v1.5.12
@tauri-apps/cli-v1.5.12
2024-04-22 12:34:26 -03:00
Lucas Fernandes Nogueira
72c2636527
chore(ci): fix MSRV downgrade ( #9543 )
2024-04-22 11:17:33 -03:00
Lucas Fernandes Nogueira
83e024c670
chore(ci): downgrade home crate ( #9542 )
...
* chore(ci): downgrade home crate
* chore: update deps
2024-04-22 10:57:59 -03:00
Lucas Fernandes Nogueira
07c9e352df
fix(ci): downgrade cc crate for MSRV compatibility ( #9541 )
2024-04-22 10:15:52 -03:00
Fabian-Lars
d00178d60c
ci: Fix package downgrades in covector workflow ( #9538 )
...
* ci: Fix package downgrades in covector workflow
* some more packages
2024-04-22 09:16:16 -03:00
Lucas Fernandes Nogueira
705da977a9
fix: optional chaining is not supported on older webviews ( #9529 )
2024-04-21 20:53:51 -03:00
Fabian-Lars
1675e41f05
fix(bundler): don't convert product name to snake case when cross compiling ( #9481 )
...
* fix(bundler): Don't convert product name to snake case when cross compiling
fixes #9221
* Update bundler-cross-uppercase-productname.md
* Update .changes/bundler-cross-uppercase-productname.md
2024-04-18 17:04:17 +02:00
Fabian-Lars
f9638b6315
fix(cli): append extension to app binary manually on rename ( #9491 )
...
fixes #9488
fixes #8848
2024-04-18 05:31:07 +02:00
Amr Bashir
aeddc40b9e
fix(cli/info): fix crash when checking node version ( #9411 )
...
closes #9396
2024-04-15 11:39:17 +02:00
Amr Bashir
fe6f81fa88
chore: fix clippy false positive ( #9329 )
2024-04-01 13:11:09 -03:00
Jet Li
9dd67abd93
fix(cli): upgrade heck to better support Chinese/Japanese prodcut name on Linux ( #9298 )
2024-04-01 17:23:15 +02:00
Fabian-Lars
dbe81b8410
fix(bundler/nsis): Don't use /R flag on installation dir ( #9282 )
2024-03-27 00:55:57 +02:00
Fabian-Lars
017861e4d5
fix(bundler): Fix nsis resource paths on non-windows build systems. ( #9281 )
...
* fix(bundler): Fix nsis resource paths on non-windows build systems.
* remove leftover from alternative
2024-03-27 00:40:29 +02:00
Fabian-Lars
77cc49ac3c
fix(cli): Clone Options struct after mutating it. ( #9188 )
2024-03-19 10:37:12 -03:00
Amr Bashir
e3b6d38d26
fix(core/path): remove suffix in basename only once ( #9166 )
...
* fix(core/path): remove suffix in basename only once
ref: #9064
* Update tooling/api/src/path.ts
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-03-18 08:40:18 -03:00
github-actions[bot]
b705f89a10
Apply Version Updates From Current Changes (v1) ( #9074 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauri-cli-v1.5.11
tauri-bundler-v1.5.1
@tauri-apps/cli-v1.5.11
2024-03-07 15:18:27 -03:00