Lucas Fernandes Nogueira
|
b1f5c6d7ac
|
refactor(cli.rs): drop dialoguer and console soft fork (#2790)
|
2021-10-22 10:41:43 -03:00 |
|
Lucas Fernandes Nogueira
|
a9dfc01550
|
feat: update to edition 2021 and set minimum rust to 1.56 (#2789)
|
2021-10-22 10:04:42 -03:00 |
|
Amr Bashir
|
84f2695e10
|
fix(cli.rs): remove short flag for init>plugin>tauri (#2764)
|
2021-10-18 15:38:55 -03:00 |
|
Lucas Nogueira
|
1325e3ab64
|
fix(cli.rs): do not enable all tauri features on plugin template manifest
|
2021-10-18 14:43:25 -03:00 |
|
renovate[bot]
|
c446908dc5
|
chore(deps) Update Tauri CLI (#2745)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-10-13 10:02:14 -03:00 |
|
Jonas Kruckenberg
|
b5ee03a13a
|
feat(cli.rs): expose debug flag to beforeDev/beforeBuild commands (#2727)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-10-08 11:30:06 -03:00 |
|
Lucas Fernandes Nogueira
|
7ed3f3b7e4
|
feat(cli.rs): validate distDir, closes #2554 (#2701)
|
2021-10-04 12:54:14 -03:00 |
|
Lucas Nogueira
|
9c9dead8a0
|
feat(cli.rs): add tauri and author options to the init plugin cmd
|
2021-10-03 08:58:31 -03:00 |
|
Amr Bashir
|
3924c3d853
|
fix(api.js): fix os.platform return on macos and windows, closes #2698 (#2699)
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2021-10-02 14:15:20 -03:00 |
|
Lucas Nogueira
|
45573aed5d
|
fix(cli.rs): default cargo features on templates
|
2021-10-01 20:21:47 -03:00 |
|
Lucas Nogueira
|
a0bea432b4
|
chore(cli.rs): some plugin template fixes
|
2021-10-01 13:17:02 -03:00 |
|
Lucas Fernandes Nogueira
|
ac8e69a98c
|
feat(cli.rs): add init plugin command, bootstraps a plugin project (#2669)
|
2021-09-27 20:15:17 -03:00 |
|
Lucas Fernandes Nogueira
|
a8cff6b3bc
|
feat(cli): do not enforce src-tauri folder structure, closes #2643 (#2654)
|
2021-09-27 14:54:41 -03:00 |
|
Lucas Fernandes Nogueira
|
8599313a0f
|
feat(cli.rs): env vars for beforeDev/beforeBuild commands, closes #2610 (#2655)
|
2021-09-26 01:25:35 -03:00 |
|
Lucas Fernandes Nogueira
|
8d630bc8c4
|
fix(cli.rs): fix workspace detection, fixes #2614, closes #2515 (#2644)
|
2021-09-23 23:37:27 -03:00 |
|
renovate[bot]
|
20ace05683
|
chore(deps) Update Tauri CLI (#2624)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-09-22 17:49:42 -03:00 |
|
Lucas Fernandes Nogueira
|
d5f07d14f3
|
feat(cli.rs): build tools info (#2618)
|
2021-09-21 10:24:48 -03:00 |
|
Barry Simons
|
2026134f47
|
fix(cli.rs): pnpm tauri info exits with error (fix #2509) (#2510)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-24 13:01:16 -03:00 |
|
edgex004
|
0391ac3dc9
|
fix: Update cli.yml to pass clap ArgSettings::MultipleValues assertion. (#2506) (#2507)
Co-authored-by: David Von Edge <david.vonedge@smiths.com>
|
2021-08-22 16:08:31 -03:00 |
|
Lucas Fernandes Nogueira
|
b0a8c38a73
|
feat(docs): improve config documentation (#2451)
|
2021-08-16 16:52:10 -03:00 |
|
Lucas Fernandes Nogueira
|
9bfdeb42ef
|
feat(bundler): add config for WiX dialog image path (#2449)
|
2021-08-16 12:03:00 -03:00 |
|
Lucas Fernandes Nogueira
|
13003ec761
|
feat(bundler): add config for WiX banner path, closes #2175 (#2448)
|
2021-08-16 11:17:29 -03:00 |
|
Lucas Fernandes Nogueira
|
537ab1b6d5
|
feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444)
|
2021-08-15 21:36:43 -03:00 |
|
Lucas Nogueira
|
c72e4b3e75
|
fix(cli.rs): use multiple_values instead of multiple
|
2021-08-15 10:57:53 -03:00 |
|
Lucas Fernandes Nogueira
|
a539471609
|
chore: update rust to 1.54.0 (#2434)
|
2021-08-15 10:47:15 -03:00 |
|
Lucas Fernandes Nogueira
|
4a031add69
|
feat(core): expose set_activation_policy, closes #2258 (#2420)
* feat(core): expose `set_activation_policy`, closes #2258
* fix change file [skip ci]
* Update .changes/runtime-set-activation-policy.md [skip ci]
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
* clippy
* allow unused mut on example
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
|
2021-08-13 13:25:31 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
f81ebddfcc
|
feat: remove menu feature flag (#2415)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-13 10:23:32 -03:00 |
|
Lucas Fernandes Nogueira
|
3f039cb8a3
|
fix: keep original productName for .desktop Name field, closes #2295 (#2384)
|
2021-08-10 16:02:46 -03:00 |
|
Lucas Nogueira
|
77595b1c37
|
chore(cli.rs): change author [skip ci]
|
2021-08-09 09:26:39 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
25ae04e8af
|
chore(cli.rs): improve how cli process arguments, closes #2335 (#2373)
|
2021-08-09 09:25:39 -03:00 |
|
david
|
44f6ee4cfd
|
chore(ci): add step to detect code signing (#2245)
* chore(ci): add step to detect code signing
* fix variable name and add changefile
|
2021-08-08 18:19:45 -03:00 |
|
Amr Bashir
|
05b9d81ee6
|
feat(api.js): add nodejs-inspired functions in path module (#2310)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-02 10:58:09 -03:00 |
|
Ikko Ashimine
|
807b8625b7
|
fix(cli.rs): typo in input.rs (#2326)
existance -> existence
|
2021-08-01 23:59:21 -03:00 |
|
Lucas Fernandes Nogueira
|
71d687b787
|
feat(cli.rs): platform-specific conf.json (#2309)
|
2021-07-28 12:55:32 -03:00 |
|
Amr Bashir
|
74a278fcfc
|
chore(docs): devPath & distDir are relative to tauri.conf.json, closes #2236 (#2259)
* chore(docs): `devPath` & `distDir` are relative to tauri.conf.json
* change cli.rs message
|
2021-07-21 15:40:03 +08:00 |
|
Ben Briggs
|
58129e0a95
|
feat(bundler) Update on Windows without UAC Prompt (#2155)
|
2021-07-15 10:38:03 -04:00 |
|
Friedel Ziegelmayer
|
7ee2dc8b69
|
feat(cli.rs): add release argument to the dev command (#2192)
|
2021-07-12 12:59:02 -03:00 |
|
Lucas Nogueira
|
7660a23d22
|
fix(tooling): clippy
|
2021-07-03 23:49:01 -03:00 |
|
Amr Bashir
|
3e6f34160d
|
fix(cli.rs): run powershell kill command without profile (#2130)
|
2021-06-30 15:12:37 -03:00 |
|
Lucas Fernandes Nogueira
|
1a41e9f040
|
feat(cli.rs): improve error message on app rename, closes #2101 (#2114)
|
2021-06-28 21:25:18 -03:00 |
|
Lucas Fernandes Nogueira
|
628a53eb61
|
fix(cli): properly detect target architecture, closes #2040 (#2102)
* fix(cli): properly detect target architecture, closes #2040
* clippy
|
2021-06-28 10:17:43 -03:00 |
|
Lucas Fernandes Nogueira
|
8e23870189
|
fix(cli.rs): fix out dir detection when target arg is set, closes #2040 (#2098)
|
2021-06-27 21:21:05 -03:00 |
|
Lucas Fernandes Nogueira
|
b769c7f7da
|
feat(bundler): windows installer license, closes #2009 (#2027)
|
2021-06-21 10:36:13 -03:00 |
|
Lucas Fernandes Nogueira
|
4791961981
|
feat(bundler): allow setting wix language, closes #1976 (#1988)
|
2021-06-15 21:12:34 -03:00 |
|
Lucas Fernandes Nogueira
|
6a95d7acc3
|
fix(cli.rs): info version checks not striping \r on Windows (#1952)
|
2021-06-05 09:23:09 -03:00 |
|
Lucas Fernandes Nogueira
|
dc6b0d8522
|
feat(core): set .rc values from tauri.conf.json, closes #1849 (#1951)
|
2021-06-05 01:16:54 -03:00 |
|
Lucas Fernandes Nogueira
|
f7e9fe8f3f
|
refactor(core): new system tray and window menu APIs, closes #1898 (#1944)
|
2021-06-04 13:51:15 -03:00 |
|
Lucas Fernandes Nogueira
|
8f29a260e6
|
fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946)
|
2021-06-04 01:58:15 -03:00 |
|
Lucas Fernandes Nogueira
|
8be35ced78
|
fix(cli.rs): tauri.conf.json > tauri > bundle > targets being ignored (#1945)
* fix(cli.rs): `tauri.conf.json > tauri > bundle > targets` being ignored
* fix: cli.ts run
|
2021-06-04 00:57:00 -03:00 |
|
Lucas Fernandes Nogueira
|
21a971c3b7
|
feat(cli.rs): infer devPath/distDir/appName from package.json (#1930)
|
2021-05-31 19:37:53 -03:00 |
|