renovate[bot]
df7ac78c24
chore(deps): update rust crate brotli to v8 ( #13265 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-17 15:44:01 +02:00
github-actions[bot]
089939bb97
Apply Version Updates From Current Changes (v1) ( #12203 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-10 20:20:41 +01:00
renovate[bot]
ff19056aad
chore(deps): update rust crate ico to 0.4 (1.x) ( #12303 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 23:16:06 +01:00
renovate[bot]
5466aa1b3d
chore(deps): update rust crate brotli to v7 (1.x) ( #12262 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 10:10:46 +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]
e7153a85a3
apply version updates ( #11075 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-14 13:13:53 -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
02dfb0302f
fix(tests): use hyper instead of tiny-http to serve updates
2024-09-15 13:16:10 -03:00
Lucas Fernandes Nogueira
26d243f43a
fix(core): restart cannot handle binary name change on macOS ( #10991 )
...
* fix(core): `restart` cannot handle binary name change on macOS
Tauri v2 changed the default binary name of the bundled apps (no longer follows the productName, just uses the default name from Cargo instead). This breaks the `restart` function, which expects the current binary path to match the new one.
Due to this change, the restart() function for macOS is broken - the .app is correctly replaced even if the productName changed, but the restart() function cannot handle the new binary path. This change adds a simple check on macOS to read the `Contents/MacOS` folder and if it only contains a single binary, we use it to restart instead.
This inference cannot be used if there's sidecars, so in this case we just let the existing implementation run and if it fails to restart, we do not panic but only warn and exit instead.
AppImage updates are not affected by this, and the Windows installer is responsible for restarting, so this change is only applied to macOS binaries.
* fix: use Info.plist to determine binary name
* use log instead of eprintln
* move log
2024-09-14 10:51:29 -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
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
renovate[bot]
2b61447dfc
chore(deps) Update Rust crate proc-macro2 to v1.0.86 ( #10621 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 10:51:27 -03:00
Lucas Fernandes Nogueira
48a7415c21
chore(deps): update serialize-to-javascript to 0.1.2 ( #10594 )
2024-08-13 14:37:22 +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
renovate[bot]
bc69b03101
chore(deps) Update Tauri Core (1.x) ( #8103 )
...
* chore(deps) Update Tauri Core
* Update Cargo.toml
* up and comments
* update covector for comment support
* fix mock deprecation warnings
* Revert "fix mock deprecation warnings"
This reverts commit d49f022ecc .
* downgrade mockito
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-08-05 13:02:23 +02:00
chip
51d043209b
integration tests related to recent security advisory ( #9983 )
...
* test if an uninitialized iframe can call the ipc
* test that calls without __TAURI_INVOKE_KEY__ fail
* fix cargo manifest newline change
* add comment to help unknown error message changes
* license headers
* add identifier and icons to config
* fix clippy error
* Create change-pr-9983.md
* add tag to changefile
* rename changefile
2024-07-23 11:23:29 +09:00
Amr Bashir
1c2ff81335
fix(bundler): update nsis_tauri_utils to 0.4.1 ( #10183 )
2024-07-08 13:34:15 +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
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
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
Amr Bashir
36b082a9c8
ci: pull .crate file from workspace target directory ( #9732 )
2024-05-10 02:32:15 +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
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
github-actions[bot]
07b6f9fa83
apply version updates ( #9683 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-05-06 22:33:33 +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
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 >
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
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
Amr Bashir
97a05145fb
fix(cli): migrate to stable features of log crate ( #9119 )
...
* fix(cli): migrate to stable features of `log` crate
* to_cow_str
2024-03-07 13:39:32 -03:00
Amr Bashir
01ae1218dc
ci: downgrade thread_local to 1.1.7 in msrv list ( #9012 )
2024-02-27 23:03:28 -03:00
Lucas Nogueira
a4b82d9dba
chore: bump tauri-utils
2024-02-18 22:31:35 -03:00
github-actions[bot]
b735b6799f
Apply Version Updates From Current Changes (v1) ( #8475 )
...
* chore: change bump to patch
* apply version updates
---------
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-02-18 19:31:52 -03:00
amrbashir
7b5e8712e7
ci: update msrv test and cargo.lock
2024-02-14 04:01:01 +02:00
Amr Bashir
8ce51cec3b
feat: retain cli args when relaunching after update, closes #7402 ( #7718 )
...
* feat: retain cli args when relaunching after update, closes #7402
* 1.61 compatible OsString join
* fix msi impl as well
* fix tests
* Update .changes/tauri-bundler-nsis-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
* Update .changes/tauri-updater-retain-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
* more typos
* fix update args
* pull args from Env
* check if not empty
* pin memchr
* Update core.rs
* Update core.rs
* move /args
* fix build
* lint
* more lints
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
2024-01-31 16:02:48 -03:00
Fabian-Lars
a9b2c0625c
chore: Commit Cargo.lock ( #8586 )
...
* chore: Commit Cargo.lock
* memchr for non-windows
* cfg-expr for non-windows
* add msrv check to covector
* update script
* downgrade arboard
* downgrade petgraph
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-01-17 16:21:45 -03:00
tensor-programming
fdd781ade3
remove cargo.lock
2019-12-29 18:35:20 -05:00
Rajiv Shah
5cc031830f
chore(tauri): Update Cargo.lock ( #216 )
2019-12-25 01:02:07 +01:00
Tensor-Programming
e288180104
[WIP] Refactor(Crates) Tauri into individual Crates ( #192 )
...
* split tauri into 3 crates
* fix macros
* change builder into lib
* cleanup package paths
* add features back to lib
* make build function public
* add build-deps
* rename and fix.
* correct package name
* move crates to root and refactor names
* fix github action
* move fixture to tauri-build
* remove slash
* add .vscode features
* fix updater
* fix updater mistake
* fix(tauri) refactor buiilds
* fix seperation
* change get back to get
* fix cfg and remove dead code warnings.
* roll #160 into this pr
* add credit
* fix eof
* chore(tauri) move assets to mod, loadAssets cfg outside its definition
* chore(tauri) remove unused deps
* update updater and cfg
* fix(tauri) embedded-server with dead variable
* add review refactors and remove cli form workgroup
* chore(tauri) rename tauri to tauri-api and tauri-bundle to tauri
* fix workspace and updater
* rename update to updater
2019-12-22 14:04:45 -05:00
nothingismagick
acdb73febf
Chore/updates new ( #183 )
...
* chore(deps): update and test
* fix(template): fix tauri.js init for mac
2019-12-18 20:19:09 -03:00
Lucas
d68a3d8c4b
chore(tauri) bump lib's crate version to 0.2.0
2019-12-17 21:37:54 -03:00
Lucas Fernandes Nogueira
1951fc88c9
feat(tauri) lazy loading for the no-server mode ( #161 )
...
* feat(tauri) WIP on iframe wrapper
* fix(tauri) iframe communication working
* refactor(tauri) iframe injection on all modes
* feat(event): update tauri.js injection
* fix(tauri) rework on iframe/devServer
* feat(tauri.js) use load event to notify tauri ready
* fix(cargo.lock): remove erroneous lockfile
* WIP
* remove iframe
* feat(tauri) inline assets, inject tauri.js
* fix(example) tauri init
* fix(api) load bundled asset
* chore(api) remove println
* chore(template) remove deprecated event listener
* chore(example) gitignore tauri.js
* chore(package.json) update email
* fix(tauri) embedded-server's server_url definition
* chore(api) use salt on event listener again
* chore(webpack) add eslint
* remove forward slash
* perf(tauri) do not bundle inlined assets
* chore(tauri) macros and platform only when using the updater feature
* fix(tauri) proper feature check for the loadAsset API
* chore(tauri) add "forked from" reference
* chore(example) use @tauri-apps/tauri-webpack
* fix(tauri) dev-server mode fixes
* chore(example) use tauri-webpack 0.1.3
* feat(webpack) rewrite lazy loading only on the no-server mode
* fix(no-server) lazy load images
* chore(tauri) use forked includedir_codegen
* fix deps
* fix(tauri) use the right version for includedir deps
* chore(tauri) println rerun-if-changed on dev
2019-12-17 22:39:34 +01:00
Tensor-Programming
f524d72ca5
remove reqwest ( #139 )
2019-12-12 15:21:02 -05:00
nothingismagick
435ed1ab8f
chore/updates ( #150 )
...
* chore(deps:examples): update
* chore(update:tauri): serde_json
Closes #146
2019-12-10 20:10:45 +01:00
renovate[bot]
f4211c0b45
fix(deps): update rust crate sysinfo to 0.10 ( #147 )
2019-12-10 10:58:38 +01:00
nothingismagick
22b07fc44a
event API testing ( #132 )
...
* feat(examples): quasar + API [wip]
* fix(tauri) event system on quasar example
* feat(template): esm & js versions of tauri.js
* feat(tauri:event): change FnOnce to FnMut
* feat(tauri:api): rename to Listen
* chore(version:tauri): bump
* feat(Cargo.lock): update
* feat(eslint): add lodash-template
* chore(version:tauri.js): bump
* feat(examples:quasar): new Rust signature
* feat(tauri:event): don't remove the listener
* feat(examples:quasar): version and tauri signature
* Update tauri.conf.js
* Update event.rs
2019-12-03 13:08:07 -03:00
Lucas
19756be683
chore(versions) update workspace's Cargo.lock
2019-12-01 18:35:37 -03:00