[pull] dev from tauri-apps:dev#19
Open
pull[bot] wants to merge 3581 commits intoebfork:devfrom
Open
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(cli): detect Android env and install SDK and NDK if needed changes the Android setup to be a bit more automated - looking up ANDROID_HOME and NDK_HOME from common system paths and installing the Android SDK and NDK if needed using the command line tools * fix windows * clippy * lint * add prmopts and ci check * also check ANDROID_SDK_ROOT
* 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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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>
…in PluginManager (#14148) * Added selector with completionHandler handling * Added .changes file * fix change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…eploy (#14241) * fix(bundler): set APPIMAGE_EXTRACT_AND_RUN env var as well for linuxdeploy * Aktualisieren von linuxdeploy-extract.md
…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
i noticed this when testing #13180 (though the original issue refers to npx, which I could not reproduce yet)
…14132) * fix(api): "command not found" error when running addPluginListener the backend expects the command name to be in snake case we've made this change already for check_permissions and request_permissions, but missed register_listener * fix check instead * update bundle.global.js * code review suggestion * add note * adjust change file * remove unused var * fmt * build
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(core): add support to universal app links on macOS follow-up for tauri-apps/tao#1108 * fix ci * clippy * ignore empty schemes
…or 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>
* fix: skip empty script tag for CSP hash properly * add change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(core): SHA256 hash for JS scripts CSP on Windows we hash JS scripts as SHA256 for the Content-Security-Policy (CSP) header. The isolation pattern is broken on Windows due to the hash including carriage return characters, which are not processed when the webview checks the script hash to see if the CSP allows the script. * fmt, clippy
* Italian language update * Base NSIS script improvements - Add on top left after program name the program version. Es. "Tauri 1.0.0.0" - Add in file description "installer" after program name. Es. "Tauri installer" * Italian language improvement * Add Italian language update to Tauri packages Added Italian language update for various Tauri packages. * Remove space * Apply suggestions from code review Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * Revert changes in `installer.nsi` * what has changed??? --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
* chore(deps): update dependency typescript to v6 * Update typescript-eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
* docs: nsis default languages * Fix links and add `.`
* feat(windows): append .rc content support. * chore: update api comments. * chore: add change file. * Update crates/tauri-build/src/lib.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * fix: appending logic. * chore: update comments. --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* build: bump rustls-webpki because RUSTSEC advisory * build: bump scc, sdd to not use yanked versions * build: bump rand 0.8.x because RUSTSEC advisory * build: bump rand 0.9.x to skip yanked version * build: ignore RUSTSEC advisories until we can upgrade Full list 2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4 2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 2026-0049 rustls, fixed by updating apple-codesign to 0.28.0 2026-0098 rustls, fixed by updating apple-codesign to 0.28.0 2026-0099 rustls, fixed by updating apple-codesign to 0.28.0 * fmt audit.toml
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.78. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.78) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.78 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ws (#14722) * feat(webview2): add option to disable browser-level autofill on Windows * docs(api): set disableAutofill api since to 2.11.0 * docs(disable_autofill ): unify documentation * Update .changes/.disable-autofill.md Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * refactor(runtime): rename disable_autofill to general_autofill_enabled * refactor(api): delete general autofill option in WindowOptions Co-authored-by: Copilot <copilot@github.com> * Update crates/tauri-runtime-wry/src/lib.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * fix: fix default value for general_autofill_enabled * fix(schema): fix default value for general_autofill_enabled * Clean up * Revert new line --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
* chore(deps): update rust crate tray-icon to 0.22 * Add change file * Update lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
…ILEVERSION (#15289) * fix(tauri-build): preserve numeric semver build metadata in Windows FILEVERSION * refactor(tauri-build): clarify PRODUCTVERSION naming * refactor(tauri-build): align fixed Windows version fields * refactor(tauri-build): rename Windows version helper * style(tauri-build): move winres helper near tests
* chore(deps): update dependency rollup to v4.60.2 * fix audit
* Create Vietnamese * Add Vietnamese language support for NSIS bundler * chore rename * Merge branch 'dev' into patch-1 * Add Vietnamese language support for NSIS installer * Merge branch 'dev' into patch-1 * Add Vietnamese language support Added support for the Vietnamese language in the project. * Update change-pr-15218.md * Merge branch 'dev' into patch-1 * Added Vietnamese translations for the NSIS installer * Merge branch 'dev' into patch-1
…14905) * feat(async_runtime): enable track_caller attribute for async_runtime under tracing feature * fix: `track_caller` enable by default for async_runtime --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* [macos] Add support for setting icon & template at same time Calling set_icon and then set_icon_as_template in sequence cause a flicker as they both run on the main thread and update the UI. This exposes a single function to do both at once, preventing the flicker. * Format * Update changed.md --------- Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
* update Specta in lockfile * Create change-pr-15177.md * update sha1 and sha2 dependencies * Update changeset * update changefile * sha1 0.10 --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(schema-worker): return content type json * Revert "fix(schema-worker): return content type json" This reverts commit 6f80c05. * Use a `into_response` struct instead so we don't have to serde the json
* chore(deps): update rust crate muda to 0.18 * bumps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* chore(deps): update worker-rs crates to 0.8 * dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
* feat: Add support for Android build variants (feat #14777) * synchronize with build.gradle.kts * update cargo-mobile2 * change to a applicationIdSuffix map to support more variants * Revert "change to a applicationIdSuffix map to support more variants" This reverts commit d251c31. * do not apply .debug suffix by default for existing projects * kotlin raw string support --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(ci): use macos-13 runner for x86_64-apple-darwin CLI build `macos-latest` now resolves to arm64 runners, so the x86_64-apple-darwin build was producing arm64 binaries. Use `macos-13` (Intel) to get a native x86_64 build. * actually enforce target --------- Co-authored-by: dmytro.dudnyk <dmytro.dudnyk@openvpn.com> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* detect arm systems in windows - Arm system were not detected when running signtool causing bundle failures when signing windows binaries
…14313) * feat(cli): restart Android emulator if it is disconnected from adb needs tauri-apps/cargo-mobile2#495 and tauri-apps/cargo-mobile2#493 * lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )