Skip to content

Commit

Permalink
apply version updates (#1274)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and wusyong committed Jun 1, 2024
1 parent a4d553a commit 8fc4ecf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changes/currentUrl.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-custom-protocol-async-linux.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/setWebview-jni-crash.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.40.1]

- [`b6863ed`](https://github.com/tauri-apps/wry/commit/b6863ed1884fb190ae46f37ed72dcdd92de700cd)([#1275](https://github.com/tauri-apps/wry/pull/1275)) On Android, set `RustWebViewClient.currentUrl` field early in `onPageStarted` method instead of `onPageFinished`
- [`f089964`](https://github.com/tauri-apps/wry/commit/f089964a3cf3014987aca24a7e7d6cae83e67d8a)([#1276](https://github.com/tauri-apps/wry/pull/1276)) Fixes `with_asynchronous_custom_protocol` crashing when sending the response on Linux.
- [`637289d`](https://github.com/tauri-apps/wry/commit/637289dfb36150635177eb629a12b40fdaac1afe)([#1272](https://github.com/tauri-apps/wry/pull/1272)) On Android, make `WryActivity.setWebview` method public to prevent JNI crashes.

## \[0.40.0]

- [`a424a0b`](https://github.com/tauri-apps/wry/commit/a424a0b234cb20b3ca7305d87e82aba3c8b2bd41)([#1270](https://github.com/tauri-apps/wry/pull/1270)) On Windows, fix child webview invisible after creation because it was created with `0,0` size
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.40.0"
version = "0.40.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -121,7 +121,4 @@ percent-encoding = "2.3"

[lints.rust.unexpected_cfgs]
level = "warn"
check-cfg = [
"cfg(linux)",
"cfg(gtk)",
]
check-cfg = [ "cfg(linux)", "cfg(gtk)" ]

0 comments on commit 8fc4ecf

Please sign in to comment.