Lucas Fernandes Nogueira
|
95726ebb61
|
feat(cli): prevent default bundle identifier from building, closes #4041 (#4042)
|
2022-05-04 10:48:38 -03:00 |
|
Alex Rock
|
2778d21f9b
|
Fix binary extension duplicate "." char (#4055)
|
2022-05-04 10:24:14 -03:00 |
|
Alex Rock
|
4562e671e4
|
fix(build): append .exe binary based on target triple instead of running OS, closes #3870 (#4032)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-05-03 13:57:11 -03:00 |
|
Lucas Fernandes Nogueira
|
715cbde384
|
feat(config): add $schema to tauri.conf.json , closes #3464 (#4031)
|
2022-05-03 12:26:16 -03:00 |
|
Lucas Fernandes Nogueira
|
320484866b
|
fix(cli): powershell crashing on SIGINT, closes #3997 (#4007)
|
2022-04-29 19:51:08 -03:00 |
|
Amr Bashir
|
bbabc8cd1e
|
fix(cli.rs): remove startup delay in tauri dev (#3999)
* fix(cli.rs): remove startup delay in `tauri dev`
* change timeout [skip ci]
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-04-29 13:44:31 -03:00 |
|
Amr Bashir
|
4f0f3187c9
|
fix(cli.rs): fix tauri info panic when a package isn't installed, closes #3985 (#3996)
|
2022-04-29 13:29:31 -03:00 |
|
Lucas Fernandes Nogueira
|
094534d138
|
fix(cli): dev command stderr text overflow on Windows, closes #3995 (#4000)
|
2022-04-29 13:28:13 -03:00 |
|
Ashish Shekar
|
a649aad7ad
|
feat(cli): check and notify about updates on tauri dev , closes #3789 (#3960)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-04-25 11:31:25 -03:00 |
|
Lucas Fernandes Nogueira
|
f68af45a11
|
fix(cli): use terminal_size instead of term_size for Windows support (#3955)
|
2022-04-24 13:54:22 -03:00 |
|
Lucas Fernandes Nogueira
|
b5622882cf
|
fix(cli): exit on non-compilation Cargo errors, closes #3930 (#3942)
|
2022-04-22 12:59:03 -03:00 |
|
Lucas Nogueira
|
47be3514a7
|
fix(cli): prevent infinite loop in dev file watcher
|
2022-04-21 21:29:26 -03:00 |
|
Lucas Fernandes Nogueira
|
485c97438a
|
fix(cli): kill beforeDevCommand if dev code returns an error (#3907)
|
2022-04-19 19:04:42 -03:00 |
|
Lucas Fernandes Nogueira
|
f2a30d8bc5
|
refactor(core): use ayatana appindicator by default, keep option to use gtk (#3916)
|
2022-04-19 17:33:17 -03:00 |
|
Jonas Kruckenberg
|
621062246d
|
refactor: drop strip from build command. closes #3559 (#3863)
|
2022-04-06 09:45:55 -03:00 |
|
Lucas Fernandes Nogueira
|
e251e1b099
|
fix(cli): kill before dev command recursively on Unix, closes #2794 (#3848)
|
2022-04-03 11:26:57 -03:00 |
|
Amr Bashir
|
73a4b74aea
|
fix(cli.rs/info): don't show outdated text for latest versions (#3829)
|
2022-04-01 20:59:56 -03:00 |
|
Lucas Fernandes Nogueira
|
6a5ff08ce9
|
refactor: remove bootstrapper, closes #3786 (#3832)
|
2022-03-31 14:51:17 -03:00 |
|
Lucas Fernandes Nogueira
|
8b807e09d6
|
refactor(bundler): allow downgrades, add option to disallow on Windows (#3777)
|
2022-03-27 21:34:19 -03:00 |
|
Lucas Fernandes Nogueira
|
94d78efbe5
|
fix(cli.rs): terminate the beforeDevCommand, closes #2794 (#2883)
|
2022-03-27 21:26:04 -03:00 |
|
Lucas Fernandes Nogueira
|
cc7c2d77da
|
feat(cli): allow conf path to be gitignored, closes #3636 (#3683)
|
2022-03-13 11:20:51 -03:00 |
|
Amr Bashir
|
49d2f13fc0
|
feat(cli): colorful cli (#3635)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-08 16:35:19 -03:00 |
|
gardc
|
bdd5f7c2f0
|
fix: add support for Time-Stamping Protocol for Windows codesigning (fix #3563) (#3570)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-03-06 21:29:17 -03:00 |
|
Lucas Fernandes Nogueira
|
3fe0260f4c
|
feat(core): allow CSP configuration to be an object, ref #3533 (#3603)
|
2022-03-04 21:18:39 -03:00 |
|
Lucas Fernandes Nogueira
|
b10a7cfa00
|
chore(cli): update clap to 3.1 (#3568)
|
2022-02-27 17:35:43 -03:00 |
|
Lucas Fernandes Nogueira
|
5999379fb0
|
chore(cli): improve "waiting for dev server" message, closes #3491 (#3504)
|
2022-02-18 10:39:22 -03:00 |
|
Lucas Fernandes Nogueira
|
17f17a80f8
|
fix(cli): do not panic if private key password is wrong, closes #3449 (#3495)
|
2022-02-17 18:41:47 -03:00 |
|
Lucas Fernandes Nogueira
|
a975551461
|
fix(cli): duplicated short flag for signer sign , closes #3483 (#3492)
|
2022-02-17 17:57:29 -03:00 |
|
Lucas Fernandes Nogueira
|
a06de37601
|
fix(cli): path lookup should not check subfolder before the current one (#3465)
|
2022-02-15 11:40:21 -03:00 |
|
Lucas Fernandes Nogueira
|
c6031c7070
|
feat(cli): increase lookup depth, add env var option (#3451)
|
2022-02-13 22:13:13 -03:00 |
|
Lucas Fernandes Nogueira
|
759d1afb86
|
feat(cli): improve error message when dev runner command fails (#3447)
|
2022-02-13 19:13:31 -03:00 |
|
Lucas Fernandes Nogueira
|
16f1173f45
|
feat(cli): add tao and wry version to the info output (#3443)
|
2022-02-13 17:47:21 -03:00 |
|
Lucas Fernandes Nogueira
|
679fe1fedd
|
feat(cli.rs): allow passing arguments to the build runner, closes #3398 (#3431)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-13 10:54:18 -03:00 |
|
Lucas Fernandes Nogueira
|
d8acbe1149
|
fix(cli.rs): app path resolution on projects without git, closes #3409 (#3410)
|
2022-02-11 19:41:50 -03:00 |
|
Lucas Fernandes Nogueira
|
9c6c5a8c52
|
perf(cli.rs): improve performance of tauri dir lookup reading .gitignore (#3405)
|
2022-02-11 13:35:15 -03:00 |
|
Lucas Fernandes Nogueira
|
def7684025
|
fix(cli.rs): do not prompt for init values if arg set (#3400)
|
2022-02-11 11:00:11 -03:00 |
|
Lucas Fernandes Nogueira
|
4334865266
|
refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-10 17:23:10 -03:00 |
|