sdoering01
|
1eec7282c7
|
fix(cli.rs): typo (#3248)
|
2022-01-19 10:57:25 +01:00 |
|
Lucas Fernandes Nogueira
|
46f2eae8aa
|
feat: allow config's version to be a path to package.json, closes #2967 (#2971)
|
2022-01-07 16:55:30 -03:00 |
|
Lucas Nogueira
|
45eba33dc1
|
fix(cli.rs): plugin init --api usage
|
2022-01-03 20:00:58 -03:00 |
|
FabianLars
|
3206a7088c
|
fix(bundler): detect per-user webview2 installations (#3076)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-28 19:28:21 -03:00 |
|
Lucas Fernandes Nogueira
|
35588b2e04
|
fix(cli.rs): check default arch at runtime, closes #3067 (#3078)
|
2021-12-27 10:49:59 -03:00 |
|
renovate[bot]
|
485e25a22a
|
chore(deps) Update Tauri CLI (#3074)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-15 17:18:59 -03:00 |
|
Lucas Nogueira
|
26dab690b7
|
fix(cli.rs): distDir validation
|
2021-12-10 12:24:45 -03:00 |
|
Jonas Kruckenberg
|
1458ab3c53
|
refactor(cli.rs): signer and plugin subcommands, use new clap derive syntax (#2928)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-09 12:21:33 -03:00 |
|
Amr Bashir
|
28aaec87e2
|
feat(cli.rs): add active toolchain and rustup to tauri info , closes #2730 (#2986)
|
2021-12-09 01:28:26 -03:00 |
|
renovate[bot]
|
639fcad307
|
chore(deps) Update Rust crate clap to v3.0.0-rc.0 (#3046)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-08 23:47:43 -03:00 |
|
Lucas Fernandes Nogueira
|
7b81e5b82e
|
feat(cli.rs): allow config argument to be a path to a JSON file (#2938)
|
2021-11-22 19:08:54 -03:00 |
|
Lucas Fernandes Nogueira
|
8000675366
|
feat(ci): fill CLI docs on covector version (#2886)
|
2021-11-13 19:49:48 -03:00 |
|
Lucas Fernandes Nogueira
|
db275f0b63
|
refactor(cli.rs): rename init plugin subcommand to plugin init (#2885)
|
2021-11-13 19:28:18 -03:00 |
|
Per Steinhorst
|
7e979dc55f
|
fix: #2861 return platform type typo "Darwing" instead of "Darwin" (#2862)
|
2021-11-10 09:00:25 -03:00 |
|
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 |
|