Lucas Nogueira
0651215ef5
Merge remote-tracking branch 'origin/dev' into feat/cef
2025-12-08 10:30:48 -03:00
Lucas Nogueira
a0b5d84140
fix --aab flag
2025-12-08 08:33:40 -03:00
Tony
7b1b3514df
changes(cli): log npm package version parse in debug level ( #14621 )
2025-12-07 21:06:27 +08:00
hrzlgnm
f022b2d1ae
fix(cli): Skip signing bundles entirely if --no-sign is requested ( #14582 )
...
Closes #14581
2025-11-30 11:45:43 +08:00
Lucas Nogueira
0201110835
fix clioptions not applying on initial mobile build
2025-11-25 13:06:48 -03:00
Fabian-Lars
79a7d9ec01
fix(cli): change Cargo.toml version check to debug log ( #14468 )
2025-11-18 16:08:17 +01:00
Tony
f855caf8a3
fix(cli): mismatched versions check for pnpm ( #14481 )
2025-11-18 18:16:29 +08:00
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 Nogueira
10e3a8214e
Merge remote-tracking branch 'origin/dev' into feat/cef
2025-11-16 20:35:05 -03:00
Tunglies
ce98d87ce0
refactor: remove needless collect ( #14474 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-16 12:49:20 +01:00
Lucas Nogueira
01f2252f19
rename
2025-11-12 11:45:41 -03:00
Lucas Nogueira
a61ba6c80d
fix entitlmeents for cef
2025-11-12 10:56:26 -03:00
Lucas Nogueira
c86b2efa1b
reuse bundler in macos_dev
2025-11-12 07:23:11 -03:00
Lucas Nogueira
f72af40bab
wip CEF bundling
2025-11-11 23:38:08 -03:00
Lucas Nogueira
147ff6be30
export library path
2025-11-11 07:59:58 -03:00
Lucas Nogueira
8a9100dde6
fix content area on macos
2025-11-10 16:09:09 -03:00
Lucas Nogueira
49e83d0544
lint
2025-11-10 11:23:43 -03:00
Lucas Nogueira
8bdd6fdb31
copy cef files to out dir
2025-11-10 10:51:28 -03:00
Lucas Nogueira
d01dd8ea90
fix incorrect label on custom protocol
...
cache_path can be shared between contexts, which ends up overwriting the handler factory instance
so we move everything to the appwebview instance instead
2025-11-07 12:58:47 -03:00
Kushal Meghani
3899d456d4
Address review comments ( #14426 )
...
* Address review comments
* Revert comments in `impl FromStr for ConfigValue`
2025-11-07 09:38:05 +08:00
Tony
b586ecf1f4
fix(cli): demultiply tiny skia pixels ( #14416 )
...
* fix(cli): demultiply tiny skia pixels
* Pull resize out to a function `resize_image`
* Move comments as well
* Use cow for older rust versions
2025-11-06 10:12:10 +08:00
Fabian-Lars
dd70d213cd
chore(deps): update minisign to 0.8 ( #14415 )
2025-11-05 14:58:54 +01:00
Kushal Meghani
d06a1994e9
refactor: improve cli code readability ( #14333 )
2025-11-05 13:48:32 +01:00
Lucas Nogueira
342cf09a13
lint
2025-11-04 17:50:28 -03:00
Lucas Nogueira
b27571caf9
fix linux build
2025-11-04 13:28:27 -03:00
Lucas Nogueira
30660d0327
Merge remote-tracking branch 'origin/dev' into feat/cef
2025-11-04 13:17:10 -03:00
Lucas Nogueira
c93cc96b71
fix cli macos build
2025-11-04 13:10:05 -03:00
Lucas Nogueira
193d0edfb4
ensure CEF is installed (CLI)
2025-11-04 12:59:33 -03:00
Lucas Nogueira
fd0ad78260
implement devtools_enabled, incognito, javascript_disabled, clipboard
2025-11-04 10:17:36 -03:00
Adam
779612ac84
fix(cli): respect required-features field from Cargo.toml ( #14379 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-04 11:16:01 +01:00
Fabian-Lars
22edc65aad
fix(bundler/cli): set user-agent when fetching build tools ( #14408 )
2025-11-04 10:53:44 +01:00
Chase Knowlden
fd8c30b4f1
fix: premultiply alpha before resizing ( fix #14351 ) ( #14353 )
...
* fix: Premultiply alpha before resizing
* feat: Use rayon for process speedup
* Fix change tag
* `cargo fmt`
* Document reasoning & use imageops::resize directly
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-11-04 11:16:11 +08:00
Lucas Nogueira
1a8d171867
use_value_delimiter
2025-11-03 11:51:22 -03:00
Lucas Nogueira
e7ccc643d9
wip macOS CLI impl
2025-11-02 17:13:51 -03:00
Tony
b80f9deb5f
chore: fix new clippy warnings (derive default) ( #14395 )
...
* chore: fix new clippy warnings (derive default)
* Fix left over `#[cfg(feature = "isolation")]`
2025-10-31 21:12:41 +08:00
Tony
752c923002
chore: fix some typos ( #14334 )
2025-10-20 22:51:28 +08:00
Bipin Pandey
3b4fac2017
feat(android): add auto_increment_version_code option for Android builds ( #14194 )
...
* add new api (auto_increment_version_code) in android configuration
* ensure increment is only ran once
* skip on dev
* update doc
* change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-10-14 15:01:54 -03:00
Lucas Fernandes Nogueira
25e920e169
fix(cli): wait for dev command to exit with --no-watch, closes #14284 ( #14298 )
2025-10-14 07:28:18 -03:00
Tony
55453e8453
enhance(cli): check mismatched packages in info ( #14262 )
2025-10-08 19:53:55 +08:00
Lucas Fernandes Nogueira
75082cc5b3
feat(cli): add mobile run commands, closes #13196 ( #14120 )
...
* feat(cli): add mobile run commands, closes #13196
* headers
* debug by default
* fix android env
* implement watcher
* clippy
* skip ipa build
2025-10-08 07:58:17 -03:00
Tony
d2938486e9
fix(cli): js icon in tauri info ( #14261 )
2025-10-08 17:58:47 +08:00
DomanskiFilip
19fb6f7cb0
fix(cli): improve Android BuildTask.kt Windows executable detection for nvm4w Fixes #13892 ( #14146 )
...
* fix(cli): improve Android BuildTask.kt Windows executable detection
- Fix Android build error on Windows when using nvm4w
- Add robust fallback logic for Windows executable detection
- Prevent 'node.exe.cmd' and 'Cannot find module' errors
- Graceful fallback to cargo when Node.js detection fails
Fixes #13892
* strip extension from project, try exe/cmd/bat
* revert args
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-10-07 15:25:49 -03:00
Lucas Fernandes Nogueira
cc8c0b5317
feat(core): add support to universal app links on macOS ( #14031 )
...
* feat(core): add support to universal app links on macOS
follow-up for https://github.com/tauri-apps/tao/pull/1108
* fix ci
* clippy
* ignore empty schemes
2025-10-07 09:27:30 -03:00
Lucas Fernandes Nogueira
28a2f9bc55
fix(cli): ensure Xcode project is up to date with Cargo project name ( #14101 )
...
* fix(cli): ensure Xcode project is up to date with Cargo project name
closes #13542
* clippy
2025-10-06 14:06:04 -03:00
Lucas Fernandes Nogueira
ed7c9a4100
feat(core): add config for Info.plist extensions, closes #13667 ( #14108 )
...
* feat(core): add config for Info.plist extensions, closes #13667
* add missing tag
* do not lie :)
2025-10-06 14:05:33 -03:00
Lucas Fernandes Nogueira
abf7e8850b
fix(cli): mobile init when using pnpm dlx ( #14118 )
...
i noticed this when testing #13180 (though the original issue refers to npx, which I could not reproduce yet)
2025-10-06 13:12:00 -03:00
Lucas Fernandes Nogueira
b0012424c5
fix(cli): resolve IP when dev URL host is unspecified, closes #13356 ( #14115 )
...
currently the `use_network_address_for_dev_url` function already detects Ipv4Addr::UNSPECIFIED to resolve the local IP address for mobile development when the dev URL host is 0.0.0.0, but we only call it when `--host` is provided or running on a physical device. This change detects the unspecified host early and force the resolution to run even for simulator builds
2025-10-06 13:11:48 -03:00
Lucas Fernandes Nogueira
6bbb530fd5
chore(cli): warn when product name is missing, closes #14034 ( #14105 )
2025-10-02 08:28:30 -03: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
kandrelczyk
94cbd40fc7
Add support for adaptive and themed icons on android ( #14223 )
...
* add support for adaptive icons
* fix
* small cleanup
* combine android_bg and android_fg when specified
* Update crates/tauri-cli/src/icon.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de >
* add scale option
* properly generated rounded icons
* covector, clippy
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-10-01 09:41:54 -03:00