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
Lucas
0ffdce3e8c
chore(versions): bump tauri-cli
2019-12-01 14:07:21 -03:00
Daniel Thompson-Yvetot
c4ff10d2b1
chore(versions): bump tauri.js & tauri
2019-12-01 17:31:38 +01:00
nothingismagick
e58110afd6
chore/upgrades node ( #115 )
...
* chore(checkin): cargo.lock
* feat(upgrades): update and try to fix node tests
* fix(@iarna): replace with @tauri-apps
* chore(deps): upgrade sharp
* feat(env): add env var that works on mac
* feat(deps): upgrade, cleanup and update code
* fix(workflow): env vars
* chore(deps): upgrades
* fix(.gitignore)
2019-11-30 15:39:13 -03:00
nothingismagick
39ce652329
chore(monorepo): cleanup ( #73 )
...
* chore(monorepo): cleanup
* fix(tauri-cli): build errors
* fix(tauri:build.rs): dont' panic if env missing
* fix(finalize): setup for crates
* npm publish on release
actual publish currently disabled
* cargo publish on release
actual publish currently disabled
* update PR tests for new folder structure
* doesn't like the period on job name?
* fail on cargo warnings
otherwise we would assume green arrow is all good
* green on warnings for now
2019-11-27 19:26:24 -03:00