Lucas Fernandes Nogueira
|
8aad710064
|
feat(cli): enhance android build task arguments (#4986)
|
2022-08-21 09:58:27 -03:00 |
|
Lucas Fernandes Nogueira
|
6f0615044d
|
feat(cli): add android dev and ios dev commands (#4982)
|
2022-08-20 16:53:07 -03:00 |
|
Lucas Nogueira
|
a3680ef2bc
|
feat(cli): skip dev tools installation on mobile init
|
2022-08-17 16:40:04 -03:00 |
|
Lucas Nogueira
|
c2b120be51
|
Merge branch 'dev' into next
|
2022-08-16 10:13:55 -03:00 |
|
Lucas Fernandes Nogueira
|
c53d9ea1b3
|
refactor(cli): prepare for mobile implementation (#4952)
|
2022-08-16 10:13:14 -03:00 |
|
Lucas Fernandes Nogueira
|
3f655d6280
|
refactor: pull mobile config from tauri config instead of mobile.toml (#4948)
|
2022-08-16 09:44:55 -03:00 |
|
Lucas Fernandes Nogueira
|
a9c8e565c6
|
feat: add android open and ios open commands (#4946)
|
2022-08-15 13:38:17 -03:00 |
|
Lucas Fernandes Nogueira
|
d44f67f7af
|
feat: add android init and ios init commands (#4942)
|
2022-08-15 12:43:50 -03:00 |
|
Amr Bashir
|
57ab9847eb
|
feat(cli): add beforeBundleCommand , closes #4879 (#4893)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-08-09 12:54:44 -03:00 |
|
Amr Bashir
|
4e8b122df6
|
refactor(cli/core/bundler): use absolute path for msiexec and powershell (#4884)
|
2022-08-08 18:59:59 -03:00 |
|
Lucas Fernandes Nogueira
|
d88b9de7aa
|
feat(core): add fips_compliant wix config option, closes #4541 (#4843)
|
2022-08-04 14:58:26 -03:00 |
|
Lucas Fernandes Nogueira
|
fa23310f23
|
fix(cli): set MACOSX_DEPLOYMENT_TARGET env var, closes #4704 (#4842)
|
2022-08-02 19:54:31 -03:00 |
|
Lucas Fernandes Nogueira
|
d6f7d3cfe8
|
Add cwd option to before commands, add wait option to dev #4740 #3551 (#4834)
|
2022-08-02 18:54:50 -03:00 |
|
Lucas Fernandes Nogueira
|
ae83d008f9
|
feat: add support to TOML config file Tauri.toml , closes #4806 (#4813)
|
2022-08-02 14:12:26 -03:00 |
|
Lucas Fernandes Nogueira
|
0983d7ce7f
|
feat(cli): add --no-watch argument to the dev command, closes #4617 (#4793)
|
2022-07-29 18:34:43 -03:00 |
|
Lucas Fernandes Nogueira
|
596fa08d48
|
feat(cli): automatically use .taurignore , ref #4617 (#4623)
|
2022-07-28 18:58:38 -03:00 |
|
Lucas Nogueira
|
816f474c3e
|
fix(cli): only try to read updater private key if we've bundled it
|
2022-07-25 14:04:52 -03:00 |
|
Lucas Fernandes Nogueira
|
47fab6809a
|
fix(cli): dev watcher incorrectly killing process on multiple file write (#4684)
|
2022-07-25 13:51:04 -03:00 |
|
Amr Bashir
|
6d4945c9f0
|
feat(cli): prompt for before*Command, closes #4691 (#4721)
* feat(cli): prompt for before*Command, closes #4691
* fix default command
* add allow_empty argument
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-07-25 10:59:08 -03:00 |
|
Lucas Fernandes Nogueira
|
b2a8930b3c
|
feat(cli): validate updater private key when signing (#4754)
|
2022-07-25 10:58:25 -03:00 |
|
Axel Lindeberg
|
b48962ed15
|
fix(cli): don't warn on first dev server connection attempt (#4751)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-07-24 09:41:37 -03:00 |
|
Lucas Fernandes Nogueira
|
c635a0dad4
|
refactor(cli): do not capture and force colors of cargo build output (#4627)
|
2022-07-12 09:49:23 -03:00 |
|
Vinícius Miguel
|
bc370e3268
|
feat: reduce the amount of heck -related allocations (#4634)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-07-11 16:07:39 -03:00 |
|
Lucas Nogueira
|
6fb49fd19b
|
fix(cli.js): add timeout to manifest watcher to prevent deadlock
|
2022-07-06 12:45:34 -03:00 |
|
Lucas Fernandes Nogueira
|
9170c92070
|
feat(core): improve config deserialization error messages (#4607)
|
2022-07-06 10:33:45 -03:00 |
|
Lucas Fernandes Nogueira
|
fa028ebf3c
|
refactor: do not pass entire config from CLI to core, send patch instead (#4598)
|
2022-07-06 09:29:26 -03:00 |
|
Lucas Fernandes Nogueira
|
2e61abaa9a
|
feat(cli): allow dynamic link vcruntime, closes #4565 (#4601)
|
2022-07-06 09:29:03 -03:00 |
|
Lucas Fernandes Nogueira
|
8e3e7fc646
|
feat(cli): improve bundle identifier validation, closes #4589 (#4596)
|
2022-07-05 19:57:31 -03:00 |
|
Lucas Fernandes Nogueira
|
64416100c6
|
refactor(cli): reuse Rust build logic for dev and build commands (#4578)
|
2022-07-05 10:21:20 -03:00 |
|
Lucas Nogueira
|
f65eb4f84d
|
fix(cli.js): revert run command to be nonblocking
|
2022-07-04 09:09:00 -03:00 |
|
Lucas Fernandes Nogueira
|
dbb8c87b96
|
feat(cli): watch Cargo workspaces in the dev command, closes #4222 (#4572)
|
2022-07-03 19:48:05 -03:00 |
|
Lucas Fernandes Nogueira
|
573b4c0b3c
|
refactor(cli): move watch and manifest logic to the Rust impl (#4571)
|
2022-07-02 15:05:18 -03:00 |
|
Jonas Kruckenberg
|
8e808fece9
|
fix(cli.rs): conflicts_with arg doesn't exist closes (#4538)
* fix: conflicts_with path doesn't exist
* add change file
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-30 10:38:57 -03:00 |
|
Fabian-Lars
|
de645a32e9
|
fix(cli): Typo in beforeBuildCommand error message (#4516)
|
2022-06-29 09:38:03 -03:00 |
|
Robin van Boven
|
bf45ca1df6
|
fix(cli,bundler): prefer AppImage libraries with ABI version (#4505)
|
2022-06-28 23:45:36 -03:00 |
|
Robin van Boven
|
0e6edeb14f
|
fix(cli): Don't add pkg-config to deb (#4508)
|
2022-06-28 23:44:14 -03:00 |
|
Lucas Fernandes Nogueira
|
094b3eb352
|
fix(cli): file name instead of path on updater sig comment, closes #4467 (#4484)
|
2022-06-27 09:56:37 -03:00 |
|
Lucas Fernandes Nogueira
|
2ca762d207
|
feat(bundler): extend webview2 installation options, closes #2882 #2452 (#4466)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2022-06-26 15:45:31 -03:00 |
|
Lucas Fernandes Nogueira
|
13b8a2403d
|
feat(cli): validate target argument (#4458)
|
2022-06-24 13:16:19 -03:00 |
|
Lucas Fernandes Nogueira
|
b025b9f581
|
refactor(cli): set binary name on dev (#4447)
|
2022-06-23 22:09:37 -03:00 |
|
Lucas Fernandes Nogueira
|
6650e5d672
|
fix(cli): preserve Cargo manifest formatting when possible (#4431)
|
2022-06-22 00:14:46 -03:00 |
|
Lucas Fernandes Nogueira
|
e0e5f77243
|
feat(cli): improve cargo not found error message, closes #4428 (#4430)
|
2022-06-22 00:14:27 -03:00 |
|
Lucas Fernandes Nogueira
|
12f65219ea
|
fix(cli): read lockfile from workspace on the info command, closes #4232 (#4423)
|
2022-06-21 13:19:36 -03:00 |
|
Lucas Fernandes Nogueira
|
31c15cd2bd
|
docs(config): enhance documentation for bundle targets, closes #3251 (#4418)
|
2022-06-21 13:13:56 -03:00 |
|
Lucas Fernandes Nogueira
|
45076b3ede
|
refactor(bundler): use the plist crate to create and merge Info.plist (#4412)
|
2022-06-21 10:00:12 -03:00 |
|
fehnomenal
|
83186dd897
|
Read extra ignore file for dev watcher, closes #4406 (#4409)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-20 09:49:19 -03:00 |
|
Lucas Fernandes Nogueira
|
010530459e
|
chore(cli): use unix path separator on $schema (#4384)
|
2022-06-19 12:48:48 -03:00 |
|
Imad Bouziani
|
0674a80129
|
fix: assert config.bundle.identifier to be only alphanumeric, hyphens or dots. closes #4359 (#4363)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-17 11:26:14 -03:00 |
|
Lucas Fernandes Nogueira
|
4ce8e22813
|
refactor(core): use Icon for tray icons (#4342)
|
2022-06-14 17:50:15 -03:00 |
|
Lucas Fernandes Nogueira
|
d29971e22c
|
fix(ci): [CLI] do not rely on libappindicator-sys (#4335)
|
2022-06-14 02:06:39 -03:00 |
|