Tunglies
ee3cc4a91b
perf: remove needless clones in various files for improved performance ( #14475 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-17 15:27:49 +01:00
Lucas Fernandes Nogueira
b06b3bd091
refactor(cli): improve errors ( #14126 )
...
* refactor(cli): improve errors
* update change files
* license
* add errorext with fs_context helper
* update linux
* lint
* fmt
* windows
* revert bundler breaking change
* fix ios mod
* ref
* reduce amount of enum variants
* fix macos build
* Fix windows build
* Clippy
* capitalize cargo [skip ci]
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-10-02 06:58:26 -03:00
Mohammad Hossein Bagheri
33d079392a
feat(cli): allow runner configuration to be an object with cwd and args ( #13811 )
...
* Update config.schema.json
* Add RunnerConfig for customizable build runner
Replaces runner String with RunnerConfig in CLI and config, allowing advanced runner configuration via string or object with cmd, cwd, and args. Updates schema and usage to support new format, and adds tests for serialization, deserialization, and API. Enables more flexible build and run command customization.
* Create runner-object-config.md
* Remove unused RunnerConfig import in tests
Cleaned up the test module in config.rs by removing the unused RunnerConfig import from two test functions.
* Fix tests failing
Updates related tests in tauri-utils to improve readability and maintain consistency. Minor import reordering in tauri-cli for clarity.
* Move RunnerConfig enum and impls above BuildConfig
Relocated the RunnerConfig enum and its associated implementations to appear before the BuildConfig definition. This improves code organization and logical grouping of configuration-related types.
2025-07-13 19:28:09 +08:00
Tony
b52da29d5d
fix: main binary name can't contain dots ( #13429 )
...
* fix: main binary name can't contain dots
* Revert the change in tauri.conf.json
* Change file
* Use target platform when matching extension
2025-05-14 16:50:12 +08:00
Jim
0b79af7114
enhance(cli): log message to inform user of DevCommand being used ( #12438 )
2025-01-18 22:21:21 +02:00
Fabian-Lars
cde0ff7798
chore: Fix clippy 1.84 warnings ( #12328 )
2025-01-10 13:47:37 +01:00
Fabian-Lars
26fc9558fe
fix(cli): Re-add TriggeredKill in dev watcher logic ( #12178 )
2025-01-04 00:39:07 +01:00
Fabian-Lars
2b8a981050
refactor(cli): use cargo run for tauri dev ( #11694 )
...
* x
* todo
* lint
* lint
* rename fn
* lint
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-12-05 07:38:06 -03:00
Fabian-Lars
882b0aded1
chore: apply clippy suggestions. ( #11849 )
...
* chore: apply clippy suggestions.
* .
* .
2024-12-02 20:36:06 -03:00
Tillmann
e08c4e6888
Change V1 links to V2 site ( #11111 )
...
* Change V1 links to V2 site
* update lockfile
---------
Co-authored-by: Lucas Nogueira <118899497+lucasfernog-crabnebula@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-09-24 08:09:00 -03:00
Amr Bashir
35bd9dd3dc
feat: add mainBinaryName option ( #10977 )
...
* feat: add `mainBinaryName` option
* remove unused imports [skip ci]
* enhance error message [skip ci]
* migrate `mainBinaryName`
* change file
* revert bin src_path
* add link
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-09-15 07:51:01 -03:00
Amr Bashir
36eee37220
Restructure the repository ( #10796 )
...
* Restructure the repository
* lock file
* fmt
* fix bench
* fix cli template test
* remove accidental file
* fix mv command
* clippy
* upgrade paths-filter github action
* fix cli migration tests
* lockfile
* license headers
* clippy
* scope test-core to tauri crate
* license header
* correct --manifest-path usage
* lockfile
* fix tauri-driver on macOS [skip ci]
* build target ios
* try downgrade env_logger
* downgrade 0.1.7
* try to fix bench
* bench overflow
* revert overflow fix, fix tauri_root_path
* revert env_logger downgrade
* fmt
* raise msrv to 1.71
* fmt
* delete .cargo/config.toml [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-27 18:42:30 -03:00