[pull] dev from tauri-apps:dev#19
Open
pull[bot] wants to merge 3599 commits intoebfork:devfrom
Open
Conversation
…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
…t detected correctly (#14276)
…lds (#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>
* feat(core): back button event and exit on Android, closes #8142 I've used https://github.com/ionic-team/capacitor-plugins/blob/main/app/android/src/main/java/com/capacitorjs/plugins/app/AppPlugin.java as a reference here, checking if there's a back button event handler with a default of webview's goBack implementation * missing change file * remove exit impl * fmt * update wry * fix default back press * add remove_listener
…oid hooks (#14328) * feat(core): add pause, destroy and configuration changed Android hooks * Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite from 7.1.5 to 7.1.11 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Dedupe --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add info to error message * changes file and linux only warning Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net> * Update change file --------- Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net> Co-authored-by: Tony <legendmastertony@gmail.com>
…14364) Co-authored-by: renovate[bot] <29139614+renovate[bot]@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
…4173 (#14473) * feat(macros): add support for alias command macro in tauri-macros #14173 * feat(macro): rename alias command to improve clarity in tauri-macros * feat(wrapper): refactor rename handling in WrapperAttributes for improved clarity * feat(wrapper): update rename policy to use TokenStream2 for improved flexibility * feat(handler): streamline command definition parsing for improved efficiency * feat(wrapper): simplify macro export logic in wrapper function for clarity * fix(handler): optimize command zipping for improved readability * fix: code style compectiable with rust 1.77.2 * fix const not in scope when command is defined in another mod * update examples * update change file * fmt * style: fix pnpm:check errors --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…5250) * fix(macOS): fix incorrect window position on multi-monitor setups * avoid 'flash' on current monitor when targeting another display for fullscreen * simplify fullscreen monitor selection * change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* feat(cli): add --no-sign and --archive-only to tauri ios build * feat(cli): fix manual IPA packaging for --no-sign * feat(cli): add explicit Payload/ directory to IPA zip * separate fn * fmt --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(macOS): correct value for work_area.position.y * Update macos.rs Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> * Add change file for #14655 --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: pin napi for msrv docker image runs Rust 1.82, let's stick with that ref napi-rs/napi-rs#2491 * pin cli too
* check .localhost suffix on windows and android i didn't actually run this on windows, i'm relying on CI to tell me * Create tauri-sec-localhost-suffix.md --------- Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
they are actually implemented by tao now noticed while testing tauri-apps/tao#1211
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 : )