Apply Version Updates From Current Changes - #1578
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
force-pushed
the
release
branch
from
July 2, 2025 10:54
3d1a463 to
61967d3
Compare
github-actions
Bot
force-pushed
the
release
branch
3 times, most recently
from
July 16, 2025 05:32
1f73292 to
2b02067
Compare
Contributor
|
Hi, when will we merge this PR? I noticed it has been open for quite a while. Once it's merged, we can continue moving forward with tauri-apps/tauri#13848 and tauri-apps/tauri#13661 😇. |
Dexus
suggested changes
Aug 12, 2025
Dexus
left a comment
There was a problem hiding this comment.
Maybe nobody care about typo's but I'm doing, so fix it and maybe it will got taken to be merged.
| files that you need to include in your Android application for wry to function properly. | ||
| - `WRY_ANDROID_PACKAGE`: which is the reversed domain name of your android project and the app name in snake_case, for example, `com.wry.example.wry_app` | ||
| - `WRY_ANDROID_LIBRARY`: for example, if your cargo project has a lib name `wry_app`, it will generate `libwry_app.so` so you set this env var to `wry_app` | ||
| - `WRY_ANDROID_LIBRARY`: for example, if your cargo project has a lib name `wry_app`, it will generate `libwry_app.so` so you se this env var to `wry_app` |
| [](https://opencollective.com/tauri) | ||
|
|
||
| Wry is a cross-platform WebView rendering library. | ||
| Wry is a Cross-platform WebView rendering library. |
| If this feels overwhelming, you can just use the preconfigured template from [`cargo-mobile2`](https://github.com/tauri-apps/cargo-mobile2). | ||
|
|
||
| For more information, check out [MOBILE.md](https://github.com/tauri-apps/wry/blob/dev/MOBILE.md). | ||
| For more inforamtion, checkout [MOBILE.md](https://github.com/tauri-apps/wry/blob/dev/MOBILE.md). |
| - `protocol` (default): Enables [`WebViewBuilder::with_custom_protocol`] to define custom URL scheme for handling tasks like | ||
| loading assets. | ||
| - `drag-drop` (default): Enables [`WebViewBuilder::with_drag_drop_handler`] to control the behavior when there are files | ||
| - `drag-drop` (default): Enables [`WebViewBuilder::with_drag_drop_handler`] to control the behaviour when there are files |
| interacting with the window. | ||
| - `devtools`: Enables devtools on release builds. Devtools are always enabled in debug builds. | ||
| On **macOS**, enabling devtools, requires calling private APIs so you should not enable this flag in release | ||
| On **macOS**, enabling devtools, requires calling private apis so you should not enable this flag in release |
github-actions
Bot
force-pushed
the
release
branch
from
August 13, 2025 13:50
2b02067 to
415d8a4
Compare
Member
|
holy shit why is it tripping like that. i'll delete the branch and see if it can properly recreate it. thanks for noticing this. |
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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
wry
[0.52.2]
WebViewBuilder::with_limit_navigations_to_app_bound_domains#1588 by @zphrs) AddWebViewBuilder::with_limit_navigations_to_app_bound_domainsonly on iOS.Function is a no-op if iOS version is less than iOS 14.
WebView::set_cookieandWebView::delete_cookie#1569 by @WSH032) AddWebView::set_cookieandWebView::delete_cookieAPIs.download_started_handlerwill now get the correct suggested destination path.