Open
Conversation
…#13943) * fix(windows): `patch_binary` causing codesigning verification failure * `cargo fmt` * add change file * Update .changes/fix-binary-patching-codesign-verification-failure.md --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* fix(windows): bundler should not sign non-binaries * Fix non Windows
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
* chore: fix some warnings on new rust version * No main * allow dead code on specta Channel
…ndler's userdata (#13968) * fix: double free of resizing handler's userdata on Windows Using WM_NCDESTROY instead of WM_DESTROY is more correct for freeing userdata, as windows can receive multiple WM_DESTROY events if they're parented. * chore: add change entry for resizing handler double-free fix
* fix: return error on window creation failed * Add todo about adding error inside `CreateWindow`
* feat: add option to not wait on notarization to finish * cli arg istead of config * changefile * fix serde --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…#13830) * add implementation of set_simple_fullscreen * add simple fullscreen API for macos * register desktop command * format * fix errors * chore: format * change implementation * add api * fix tests --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…4009) Co-authored-by: Fabian-Lars <github@fabianlars.de>
* feat: add `--root-certificate-path` option for mobile dev lets you use a HTTPS development server example usage: ``` cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/mobile-dev-cert cargo tauri android dev --open --root-certificate-path "/Users/lucas/Library/Application Support/mkcert/rootCA.pem" --features tauri/rustls-tls ``` * Apply suggestions from code review Co-authored-by: Fabian-Lars <github@fabianlars.de> --------- Co-authored-by: Fabian-Lars <github@fabianlars.de>
* feat(cli): increase iOS deployment target to 14.0 closes tauri-apps/plugins-workspace#1876 ref tauri-apps/tauri-docs#3455 * fix tests
…ument_title_changed` (#13876) * add "new window" and "document title changed" webview handler * take document title changed handler * update example, add missing api, change files * allow creating tauri window for the window.open call * set size and position, fix linux, example * enhance document title change * fix windows deadlock * wry 0.53 * update wry --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…#14442) Co-authored-by: Fabian-Lars <github@fabianlars.de>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
* fix(core): update error wording for invalid version field fixes #14799 * fmt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(nsis): add Norwegian language support for installer * feat(nsis): add Norwegian language support for installer strings * Add change file
* fix(tauri-cli): be more conservative to preserve behavior (#14804) * refactor(tauri-cli): move app path initialization into commands
* refactor(tauri-cli): use OsString where possible * refactor(tauri-cli): remove needless scoping blocks * refactor(tauri-cli): make return type concrete * refactor(tauri-cli): use ? * refactor(tauri-cli): coerce later to trait object * refactor(tauri-cli): remove clone * refactor(tauri-cli): make better use of static OnceLock * fix(tauri-cli): upgrade atomics to SeqCst * Add change file * Update .changes/change-pr-14836.md Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* refactor(tauri-cli): remove unneeded Arc<Mutex> * fix(tauri-cli): remove busy-looping
* perf(tauri-build): refactor find_icon to use &str to remove unnecessary clones * refactor(perf-tauri-build): remove obsolete changelog for find_icon refactor * refactor(tauri-build): inline find_icon logic to simplify window icon path retrieval * refactor(context): update find_icon predicate to use &str * refactor(context): simplify predicate in find_icon to accept &&String * Update crates/tauri-build/src/lib.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat(ci): use trusted publishers for NPM publishing * bump npm version * update npm * use empty NODE_AUTH_TOKEN * entire workflow permissions
api, CLI and tauri crates must be in sync
when custom assets are provided (`tauri::generate_context!(assets = my_assets)`) we can't use the fn inner logic directly and capture variables - we must pass them as arguments
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(bundler): bring back binary patching log * Fix change tag
Co-authored-by: renovate[bot] <29139614+renovate[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 : )