forked from tauri-apps/tauri
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] dev from tauri-apps:dev #19
Open
pull
wants to merge
2,756
commits into
ebfork:dev
Choose a base branch
from
tauri-apps:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* chore: add root taurignore enhances the DX of running `tauri dev` in any of the examples folder - we don't need to watch the entire workspace for changes * extend ignore list
* feat(api): permission types for mobile plugins let's have a central place to keep the permission types ref tauri-apps/plugins-workspace#979 * build
…ct (#10802) - the Xcode project now uses a fixed output library name, which means changes to the Cargo.toml lib name won't affect it (backwards compatible change, we're checking if this new format is being used or not by reading the project.pbxproj) - sync config identifier with the pbxproj - sync development team config with the pbxproj the sync runs both on dev and on build Co-authored-by: Amr Bashir <[email protected]>
* ci: fix a few relative paths * Update .changes/config.json --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
* feat(core): add `plugin::mobile::PermissionState` * move to plugin module * default, specta::Type
Co-authored-by: lucasfernog <[email protected]>
Looks like Apple cannot handle development profile automatic provisioning well With this change we now skip code signing for build() and archive(), and let the export() function handle signing see fastlane/fastlane#19973 (comment) for more information
Co-authored-by: lucasfernog <[email protected]>
…10842) `Any` does allow `nil`, but must be explicitly set to avoid the Swift warning
having duplicate capability identifier lead to unexpected behavior because one of the capabilities gets ignored. With this change the build script now fails when this happens.
* fix(core): clippy warnings * fix test * chore: simplify example
* fix(resources): enhance error messages for globs ref: #10293 (comment) * fmt
* feat: add `use_https_scheme` for Windows and Android closes #11252 * fix compilation * Apply suggestions from code review Co-authored-by: Fabian-Lars <[email protected]> * change wording * add migrations * migrate `dangerousUseHttpScheme` * fmt * infer AssetResolver::get https scheme config * fix tests --------- Co-authored-by: Fabian-Lars <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
…g from Deno (#11523) * fix(cli): fix `tauri migrate` failing to install NPM deps when running from Deno * clippy
…ewer for async commands with references (#11522) * enhance(core): use `diagnostic::on_unimplemented` on rustc 1.78 and newer for async commands with references * change file * clippy * clippy * add TODO
…lebars (#11521) * feat(cli): process `bundle > windows > wix > fragmentPaths` with Handlebars closes #11520 * remove unneeded register_template_string * Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
* On Windows, set name of Window Class, closes #7498 allow to customize it instead of current value hard coded "Window Class" * feat(windows): add window_classname, closes #7498 allow to customize the window class name instead of current value hard coded "Window Class" * feat: add window_classname, closes #7498 * add changes file * Update core/tauri-config-schema/schema.json * Update tooling/cli/schema.json * missing pieces after merge * clippy --------- Co-authored-by: Géraud-Loup <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
* feat: add `WebviewWindow/Webview::devtools` closes #10849 * clippy * fix ToTokens * document default behavior * move builder usage --------- Co-authored-by: Lucas Nogueira <[email protected]>
…ypes, add more constructors (#11191)
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: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhance: always check parent directory (fix #8679) * Update crates/tauri-utils/src/platform.rs * add change file * fix crate --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: background color APIs closes #10519 closes #1564 * clippy * git branch * bundle * fix hex color schema pattern * add missing `^` * fix iOS * revert test * revert apple-codesign bump * fmt * add change files --------- Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: typo in drag&drop event.payload 'hover' -> 'over' * fix: another typo 'hover' -> 'over'
* chore(deps) Update Rust crate thiserror to v2 * thiserror v2 on all crates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <[email protected]>
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 : )