Lucas Fernandes Nogueira
|
cab4ff95b9
|
fix(cli): ignore the gen folder on the dev watcher (#6232)
|
2023-02-09 14:50:33 -03:00 |
|
Lucas Fernandes Nogueira
|
da57e7c087
|
fix(cli): use Target::build to run initial Android build (#6220)
|
2023-02-09 14:50:23 -03:00 |
|
Lucas Fernandes Nogueira
|
78176edf4a
|
fix: keep build artifacts on Android lib and plugins (#6229)
|
2023-02-09 13:11:31 -03:00 |
|
Lucas Fernandes Nogueira
|
f2da21c7b4
|
refactor(cli): use environment variables instead of .config/cargo (#6230)
|
2023-02-09 13:11:02 -03:00 |
|
Lucas Fernandes Nogueira
|
894a8d060c
|
refactor(cli): use temp file to communicate IPC websocket address (#6219)
|
2023-02-08 23:19:34 -03:00 |
|
Lucas Fernandes Nogueira
|
481d9de739
|
refactor(android): use tauri.settings.gradle and tauri.build.gradle.kts to define tauri plugins (#6217)
|
2023-02-08 12:52:53 -03:00 |
|
Lucas Fernandes Nogueira
|
a8d640b3c6
|
fix(core): pin unarray and os_info (#6212)
|
2023-02-07 20:47:31 -03:00 |
|
Lucas Fernandes Nogueira
|
17f26764c8
|
feat: initial work for Android plugins (#6167)
|
2023-02-06 08:56:00 -03:00 |
|
Alain Nicolas Schneble
|
314f0e212f
|
fix(cli): web_dev_server html template serialization (fix #6165) (#6166)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-29 15:12:01 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
7eb9aa75cf
|
Update gtk to 0.16 (#6155)
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-29 15:08:27 -03:00 |
|
Lucas Nogueira
|
8835633955
|
fix(cli): do not prompt for device when --open is provided
|
2023-01-26 12:33:52 -03:00 |
|
renovate[bot]
|
db7765edad
|
chore(deps) Update Tauri Codegen (#6034)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-26 11:23:08 -03:00 |
|
Fabian-Lars
|
d20a728892
|
feat: Further improve workspace inheritance, closes #6122, #5070 (#6144)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-26 10:47:23 -03:00 |
|
Amr Bashir
|
9da996073f
|
fix(cli): fix printing paths on Windows (#6137)
|
2023-01-26 10:45:58 -03:00 |
|
Lucas Fernandes Nogueira
|
1af9be904a
|
feat(cli): properly fill target for TAURI_ env vars on mobile (#6116)
|
2023-01-23 18:26:13 -03:00 |
|
Fabian-Lars
|
60e6f6c3f1
|
feat(bundler): Add support for creating NSIS bundles on unix hosts (#5788)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-19 15:42:40 -03:00 |
|
Amr Bashir
|
35b587c830
|
feat: add languages support for nsis (#6039)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-19 14:39:53 -03:00 |
|
Lucas Nogueira
|
d4f89af18d
|
feat: skip password prompt on the build command if CI is set fixes #6089
|
2023-01-18 23:54:30 -03:00 |
|
Amr Bashir
|
8fb1df8aa6
|
feat(cli): add --ci flag to signer generate , closes #6089 (#6097)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-18 23:43:37 -03:00 |
|
Lucas Nogueira
|
8cc111494d
|
fix(cli): print Android logs for all tags
|
2023-01-17 19:27:23 -03:00 |
|
Amr Bashir
|
7aab3e2076
|
fix(cli.rs): improve rustc not found error msg (#6021)
|
2023-01-16 22:41:05 -03:00 |
|
Amr Bashir
|
50f6dd87b1
|
feat: improvements to support hyphens in crate name (#5989)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-06 14:31:48 -03:00 |
|
Amr Bashir
|
c94e1326a7
|
feat(bundler): add nsis , closes #4450, closes #2319 (#4674)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-03 14:29:20 -03:00 |
|
Lucas Fernandes Nogueira
|
2c4a0bbd1f
|
feat(cli): force colored logs on mobile commands (#5934)
|
2022-12-28 17:58:14 -03:00 |
|
Lucas Fernandes Nogueira
|
17d80ab236
|
feat(cli): improve error message when lib is not found, closes #5867 (#5933)
|
2022-12-28 15:02:07 -03:00 |
|
Lucas Fernandes Nogueira
|
e873bae09f
|
fix(cli): Cargo target dir detection on Android, closes #5865 (#5932)
|
2022-12-28 14:46:58 -03:00 |
|
Lucas Fernandes Nogueira
|
dee9460f9c
|
feat: keep CLI alive when iOS app exits, show logs, closes #5855 (#5902)
|
2022-12-27 18:12:01 -03:00 |
|
Jonas Kruckenberg
|
ced8e9a7be
|
docs: iOS config is under the bundle key (#5856)
|
2022-12-27 10:41:23 -03:00 |
|
khuongduy354
|
9d2144128f
|
feat(cli): add option to make custom icon sizes, closes #5121 (#5246)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-12-27 10:34:20 -03:00 |
|
Amr Bashir
|
c2608423b6
|
fix(cli): don't panic when a crate version couldn't be parsed (#5873)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-12-26 11:35:04 -03:00 |
|
Lucas Nogueira
|
4f2fd4dcf7
|
chore: run cargo fmt
|
2022-12-15 18:40:57 -03:00 |
|
Lucas Nogueira
|
cf0986491c
|
chore(cli): fix clippy warnings
|
2022-12-15 18:30:32 -03:00 |
|
Lucas Nogueira
|
015020760a
|
chore: fix clippy warnings
|
2022-12-15 18:03:28 -03:00 |
|
Lucas Nogueira
|
d21c4a0a89
|
chore: fix clippy warnings
|
2022-12-15 17:56:23 -03:00 |
|
Fabian-Lars
|
cd8c074ae6
|
feat(cli): add support for Cargo's workspace inheritance for the package version, closes #5070 (#5775)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-12-14 13:39:05 -03:00 |
|
Lucas Fernandes Nogueira
|
76204b8938
|
feat(cli): improve local IP detection (#5817)
|
2022-12-12 22:59:51 -03:00 |
|
Lucas Fernandes Nogueira
|
1e4a675843
|
fix(cli): run on iOS device on Xcode 14 (#5807)
|
2022-12-12 10:36:47 -03:00 |
|
三咲智子 Kevin Deng
|
2620ab294d
|
fix(cli): ios build description (#5809)
|
2022-12-12 09:41:26 -03:00 |
|
Lucas Nogueira
|
1092865e67
|
Merge branch 'dev' into next
|
2022-12-08 14:19:44 -03:00 |
|
Avaab Razzaq
|
9e7ce0a8ee
|
feat(cli): detect SolidJS and SolidStart (#5758)
|
2022-12-08 09:47:32 -03:00 |
|
Lucas Nogueira
|
02706c92f6
|
chore(cli): force iOS cargo build stdout
|
2022-12-06 14:04:30 -03:00 |
|
Lucas Nogueira
|
b874d139f9
|
fix(cli): emulator.start called twice
|
2022-12-06 09:50:37 -03:00 |
|
Lucas Nogueira
|
c1cd0f5253
|
chore(deps): rename cargo-mobile to tauri-mobile
|
2022-12-06 09:19:04 -03:00 |
|
Lucas Fernandes Nogueira
|
9d872ab872
|
feat(cli): detect SvelteKit and Vite (#5742)
|
2022-12-02 08:18:28 -03:00 |
|
Lucas Nogueira
|
ad65b95070
|
refactor(core): move local ip address resolve to CLI
|
2022-11-30 11:53:17 -03:00 |
|
Amr Bashir
|
c0989848b9
|
feat(cli/dev): add --no-dev-server , ref #5708 (#5722)
|
2022-11-30 10:34:51 -03:00 |
|
Lucas Nogueira
|
eca131dfbb
|
feat(cli): show all Android error logs
|
2022-11-30 09:59:52 -03:00 |
|
Fabian-Lars
|
2d545eff58
|
fix(cli): corrupted icons in bundled macOS icons (#5698)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-11-28 08:57:32 -03:00 |
|
Lucas Fernandes Nogueira
|
4a72d5e0ca
|
feat(cli): replace $HOST variable on beforeDevCommand - public IP usage (#5709)
|
2022-11-28 08:53:26 -03:00 |
|
Lucas Fernandes Nogueira
|
d38204907e
|
feat(cli): run local dev server on public IP on mobile development (#5705)
|
2022-11-28 08:30:48 -03:00 |
|
Lucas Fernandes Nogueira
|
d33fcbc81c
|
feat(cli): generate icons for iOS (#5667)
|
2022-11-22 11:18:56 -03:00 |
|
Lucas Fernandes Nogueira
|
c1f31ebe5e
|
feat(cli): generate icons for Android (#5665)
|
2022-11-21 17:56:22 -03:00 |
|
Lucas Fernandes Nogueira
|
6dcb7fbb81
|
fix(core): manage mobile logs, fix Android logcat filtering (#5659)
|
2022-11-20 10:55:38 -03:00 |
|
Lucas Fernandes Nogueira
|
f6f9192aa5
|
fix(core): Android compilation on Windows (#5658)
|
2022-11-20 09:49:23 -03:00 |
|
Lucas Fernandes Nogueira
|
03d6c6a68f
|
refactor(cli): use jsonrpsee for mobile CLI options communication (#5657)
|
2022-11-20 09:48:02 -03:00 |
|
Lucas Nogueira
|
538e21e2e7
|
fix(cli): iOS development team is required on init
|
2022-11-19 14:25:23 -03:00 |
|
Lucas Nogueira
|
1ecaeb29aa
|
fix(cli): inject config feature flags when features arg is not provided
|
2022-11-18 13:12:50 -03:00 |
|
Lucas Fernandes Nogueira
|
658bb1165e
|
feat(cli): automatically enable native-tls-vendored feature on mobile (#5651)
|
2022-11-18 13:10:20 -03:00 |
|
Lucas Fernandes Nogueira
|
8c576222ba
|
feat(cli): find development teams for iOS development (#5627)
|
2022-11-14 18:31:51 -03:00 |
|
Lucas Nogueira
|
f9b529a96e
|
feat(cli): update project.yml syntax
|
2022-11-11 11:43:25 -03:00 |
|
Lucas Nogueira
|
7c26514340
|
fix(cli): kill beforeDevCommand process when mobile fails to compile
|
2022-11-11 11:41:20 -03:00 |
|
Lucas Nogueira
|
69414a487f
|
chore(cli): lint
|
2022-11-09 11:50:41 -03:00 |
|
Lucas Nogueira
|
602d3ed3f6
|
Merge branch 'dev' into next
|
2022-11-09 11:04:54 -03:00 |
|
Lucas Fernandes Nogueira
|
582c25a0f0
|
refactor(cli): disable api-all on templates (#5538)
|
2022-11-03 18:57:32 -03:00 |
|
Lucas Nogueira
|
ab29908aba
|
chore(cli): remove unneeded create_dir_all call
|
2022-11-03 09:37:18 -03:00 |
|
Lucas Nogueira
|
873b9aee90
|
chore: run yarn format
|
2022-11-03 09:27:43 -03:00 |
|
Lucas Nogueira
|
d0ad0d2f48
|
Merge remote-tracking branch 'origin/dev' into next
|
2022-10-31 10:13:57 -03:00 |
|
Amr Bashir
|
cc186c7a0e
|
fix(cli): keep dev watcher alive if config is incorrect, closes #5173 (#5495)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-27 19:47:50 -03:00 |
|
Amr Bashir
|
9417ce401c
|
fix(cli): apply .taurignore rules to workspace members, closes #5355 (#5460)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-27 19:01:28 -03:00 |
|
Amr Bashir
|
a3a70218f3
|
fix(cli): pass --no-default-features to runner instead of app, closes #5415 (#5474)
|
2022-10-25 10:26:30 -03:00 |
|
Jonas Kruckenberg
|
5b1e99f264
|
Fix/hook env vars (#5452)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-22 10:33:15 -03:00 |
|
Lucas Fernandes Nogueira
|
e7ccbd8573
|
feat(cli): detect JSON5 and TOML configuration files in the dev watcher (#5439)
|
2022-10-19 15:37:54 -03:00 |
|
Tnze
|
9076d5d2e7
|
feat(cli): add prompt information when file changing detected, closes #5417 (#5428)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-19 10:24:56 -03:00 |
|
renovate[bot]
|
a65b5fea3d
|
chore(deps) Update Rust crate clap to v4 (#5353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-19 10:04:13 -03:00 |
|
Amr Bashir
|
a4aec9f0a8
|
feat(cli): expose TAURI_TARGET_TRIPLE to before*Commands, closes #5091 (#5101)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-03 16:11:06 -03:00 |
|
renovate[bot]
|
04201d43b1
|
chore(deps) Update Rust crate notify to v5, clap to v4 (#5109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-29 10:34:50 -03:00 |
|
Amr Bashir
|
628285c1cf
|
feat(bundler): add publisher field, closes #5273 (#5283)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-28 13:42:26 -03:00 |
|
Amr Bashir
|
54c337e06f
|
feat(cli): hotreload support for frontend static files, closes #2173 (#5256)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-28 13:16:58 -03:00 |
|
Amr Bashir
|
b9316a64ea
|
fix(cli): validate productName in config, closes #5233 (#5262)
|
2022-09-28 11:44:14 -03:00 |
|
Lucas Fernandes Nogueira
|
18b17a954c
|
chore(cli): remove unused dependencies (#5219)
|
2022-09-18 09:07:06 -03:00 |
|
Amr Bashir
|
10ab3e2f5e
|
feat(cli/mobile): allow checking gen folder into source control (#5146)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-12 16:46:09 -03:00 |
|
Fabian-Lars
|
3fdd287704
|
fix(cli): fix wrong filename for 256px png icon (#5164)
|
2022-09-08 15:14:22 -03:00 |
|
Amr Bashir
|
c9ad2a73af
|
fix(cli/mobile): use one write_all call (#5155)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-07 12:05:11 -03:00 |
|
Lucas Nogueira
|
e1b8ee2b7a
|
refactor(cli): move generated Kotlin files to the generated folder
|
2022-09-04 22:06:56 -03:00 |
|
Lucas Nogueira
|
610aab7045
|
Merge branch 'dev' into next
|
2022-09-04 13:45:59 -03:00 |
|
Fabian-Lars
|
12e9d811e6
|
feat(cli): Add icon command (tauricon) (#4992)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-09-03 14:37:41 -03:00 |
|
Josh Soref
|
8fd79b8fc0
|
Spelling (#4880)
Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-09-03 01:03:02 -03:00 |
|
Amr Bashir
|
5643ece77c
|
fix(cli/mobile): strip \n before parsing json (#5126)
|
2022-09-02 10:30:42 -03:00 |
|
Lucas Nogueira
|
349895b296
|
refactor(cli): remove mobile assets folder symlink
|
2022-09-01 12:25:08 -03:00 |
|
Lucas Nogueira
|
5d82357166
|
feat(cli): add --reinstall-deps option to ios init
|
2022-09-01 12:07:06 -03:00 |
|
Lucas Fernandes Nogueira
|
8f3a9c5cf6
|
feat(cli): improve device/simulator prompt logic (#5114)
|
2022-09-01 12:00:17 -03:00 |
|
Lucas Fernandes Nogueira
|
6593f267b3
|
feat(cli): iOS simulator support on Intel based devices (#5112)
|
2022-08-31 21:40:51 -03:00 |
|
Lucas Fernandes Nogueira
|
68e80ffaa9
|
feat(cli): add option to run on specific iOS simulator/device (#5098)
|
2022-08-30 16:09:06 -03:00 |
|
Lucas Fernandes Nogueira
|
82e8751ae8
|
feat(cli): add option to run on specific Android emulator/device (#5093)
|
2022-08-30 10:27:53 -03:00 |
|
Lucas Fernandes Nogueira
|
e22d21beaf
|
fix(cli): add timeout on interprocess communication (#5090)
|
2022-08-29 14:46:37 -03:00 |
|
Lucas Fernandes Nogueira
|
b9fb53ed73
|
docs(cli): clarify passing arguments to the application on tauri dev closes #5079 (#5086)
|
2022-08-29 09:31:21 -03:00 |
|
Lucas Nogueira
|
914c5f299f
|
Merge remote-tracking branch 'origin/dev' into next
|
2022-08-28 16:27:01 -03:00 |
|
Lucas Fernandes Nogueira
|
1d9226b28c
|
refactor:move iOS configuration to the bundle object (#5072)
|
2022-08-28 15:34:41 -03:00 |
|
Lucas Fernandes Nogueira
|
8cf9af93eb
|
refactor(cli): remove mobile Error enum, use anyhow instead (#5076)
|
2022-08-28 15:32:50 -03:00 |
|
Lucas Fernandes Nogueira
|
2901145c49
|
chore: update license headers (#5067)
|
2022-08-28 15:13:21 -03:00 |
|
Jeffrey Hutchins
|
0a203a13ae
|
fix(cli): config issues on macos (#5075)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-08-28 14:48:15 -03:00 |
|
Lucas Fernandes Nogueira
|
dee19784f9
|
fix(cli): only require development team when running iOS commands (#5071)
|
2022-08-27 16:35:57 -03:00 |
|
Lucas Fernandes Nogueira
|
53a3398beb
|
feat(cli): improve DX on android dev and ios dev commands (#5059)
|
2022-08-26 16:08:44 -03:00 |
|
Lucas Fernandes Nogueira
|
69aaff5507
|
feat(cli): persist verbosity for the IDE scripts (#5047)
|
2022-08-26 09:24:23 -03:00 |
|
Lucas Fernandes Nogueira
|
80a301ea63
|
feat(cli): add mobile support to the app template (#5046)
|
2022-08-25 16:43:29 -03:00 |
|
Lucas Fernandes Nogueira
|
badad2b9a1
|
feat(cli): implement verbosity on mobile commands (#5044)
|
2022-08-25 16:06:00 -03:00 |
|
Lucas Fernandes Nogueira
|
927ccc465d
|
refactor(cli): improve security of android dev/build (#5043)
|
2022-08-25 15:30:05 -03:00 |
|
Lucas Fernandes Nogueira
|
4a5f2ec1ae
|
feat(android): enable dev HMR in both HTTP and HTTPS dev servers (#5033)
|
2022-08-25 00:19:47 -03:00 |
|
Lucas Fernandes Nogueira
|
752ad3b203
|
feat(cli): use templates from wry (#5030)
|
2022-08-24 16:06:14 -03:00 |
|
Lucas Fernandes Nogueira
|
0500d3b4b1
|
fix(core): mobile app name must match the crate name (#5027)
|
2022-08-24 12:41:57 -03:00 |
|
Amr Bashir
|
1f84385e8a
|
chore: update cargo-mobile to latest (#5025)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-08-24 10:01:32 -03:00 |
|
Lucas Fernandes Nogueira
|
3668a1fdc8
|
fix(cli): resolve absolute tauri binary path for the android template (#5015)
|
2022-08-23 13:54:41 -03:00 |
|
Lucas Nogueira
|
a70f7b26bc
|
feat(cli): improve error messages in mobile commands
|
2022-08-23 11:34:16 -03:00 |
|
Lucas Fernandes Nogueira
|
e56a9dd729
|
refactor(cli): move mobile commands to their own module (#5005)
|
2022-08-22 21:59:17 -03:00 |
|
Dave Lage
|
02a2ec52f1
|
fix: Grammar in signer generate (#5004)
|
2022-08-22 18:12:41 -03:00 |
|
Lucas Fernandes Nogueira
|
403859d47e
|
feat(cli): add ios build command (#5002)
|
2022-08-22 17:47:52 -03:00 |
|
Lucas Fernandes Nogueira
|
4c9ea450c3
|
feat(cli): add android build command (#4999)
|
2022-08-22 12:49:58 -03:00 |
|
Lucas Nogueira
|
3d992a8899
|
Merge branch 'dev' into next
|
2022-08-21 17:48:56 -03:00 |
|
Lucas Fernandes Nogueira
|
9bb81bc328
|
refactor(android): rename BuildTask.kt command to android-studio-script (#4991)
|
2022-08-21 17:48:38 -03:00 |
|
Lucas Fernandes Nogueira
|
436f3d8d66
|
feat(cli): load Cargo configuration to check default build target (#4990)
|
2022-08-21 17:48:28 -03:00 |
|
Fabian-Lars
|
fea70effad
|
refactor(cli): Use cargo metadata to detect the workspace root and target directory, closes #4632, #4928. (#4932)
|
2022-08-21 10:42:26 -03:00 |
|
Lucas Fernandes Nogueira
|
e55d96acc1
|
feat(cli): enhance iOS build task arguments (#4987)
|
2022-08-21 10:34:38 -03:00 |
|
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 |
|
Lucas Fernandes Nogueira
|
76d1eaaebd
|
feat(cli): debug command output in real time (#4318)
|
2022-06-12 09:00:54 -03:00 |
|
Fabian-Lars
|
d335fae92c
|
feat(bundler): bundle additional gstreamer files, closes #4092 (#4271)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-10 16:20:37 -03:00 |
|
Lucas Fernandes Nogueira
|
d703d27a70
|
fix(build): statically link VC runtime only on tauri build (#4292)
|
2022-06-07 22:34:30 -03:00 |
|
Lucas Fernandes Nogueira
|
3455244436
|
feat(cli): bundle appindicator library in the AppImage, closes #3859 (#4267)
|
2022-06-07 11:48:29 -03:00 |
|
Lucas Fernandes Nogueira
|
2322ac11cf
|
fix(bundler): bundle /usr/bin/xdg-open in appimage if open API enabled (#4265)
|
2022-06-04 11:45:24 -03:00 |
|
Lucas Fernandes Nogueira
|
6216eb49e7
|
refactor(core): drop ayatana-tray and gtk-tray Cargo features (#4247)
|
2022-06-02 14:42:15 -03:00 |
|
Lucas Fernandes Nogueira
|
f685df399a
|
fix(cli): parsing of arguments with multiple values, closes #4231 (#4233)
|
2022-05-29 10:06:57 -03:00 |
|
Lucas Fernandes Nogueira
|
bb061509fb
|
refactor(core): statically link vcruntime, closes #4122 (#4227)
|
2022-05-27 14:33:04 -03:00 |
|
Fabian-Lars
|
bd8f3e298a
|
fix(cli): manual config lookup to handle gitignored folders, fixes #3527 (#4224)
|
2022-05-26 15:14:43 -03:00 |
|
Fabian-Lars
|
569fbd8b40
|
fix(cli): typo in update check notification (#4223)
|
2022-05-26 14:27:06 -03:00 |
|
Lucas Fernandes Nogueira
|
cdfa625511
|
fix(cli): properly read info when using yarn 2+, closes #4106 (#4193)
|
2022-05-23 09:37:31 -03:00 |
|
Lucas Fernandes Nogueira
|
9f2c341319
|
feat(core): configure msiexec display options, closes #3951 (#4061)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2022-05-15 09:02:30 -03:00 |
|
Lucas Fernandes Nogueira
|
a1929c6dac
|
fix(cli): always read custom config file from CWD, closes #4067 (#4074)
|
2022-05-07 16:20:58 -03:00 |
|
Jonas Kruckenberg
|
35f2147161
|
feat(cli): Improve CLI logging (#4060)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-05-07 10:19:54 -03:00 |
|
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 |
|