Skip to content

Commit 7dbc918

Browse files
apply version updates (#1611)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 093856a commit 7dbc918

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

.changes/android-go-back-opt-out.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/remove-webkitgtk-request-workaround.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.53.4]
4+
5+
- [`093856a`](https://github.com/tauri-apps/wry/commit/093856a2a53a6fc1aaa759e048c7e1fe31bb09fa) ([#1622](https://github.com/tauri-apps/wry/pull/1622) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Add flag to opt out of automatic back navigation handling on Android via `WryActivity#handleBackNavigation`.
6+
- [`0f51d67`](https://github.com/tauri-apps/wry/commit/0f51d67485d84fd9c72391379a67567eea3cbbfe) ([#1605](https://github.com/tauri-apps/wry/pull/1605) by [@dgerhardt](https://github.com/tauri-apps/wry/../../dgerhardt)) On Linux, removed a workaround which forced inital requests for multiple webviews to be handled sequentially.
7+
The workaround was intended to fix a concurrency bug with loading multiple URIs at the same time on WebKitGTK.
8+
But it prevented parallelization and could cause a deadlock in certain situations.
9+
It is no longer needed with newer WebKitGTK versions.
10+
311
## \[0.53.3]
412

513
- [`6aa5854`](https://github.com/tauri-apps/wry/commit/6aa5854b0371a4828638cd722e18d9b1ab235a8b) ([#1609](https://github.com/tauri-apps/wry/pull/1609) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Enhance error handling of the `webview_version` function on macOS.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = {}
22

33
[package]
44
name = "wry"
5-
version = "0.53.3"
5+
version = "0.53.4"
66
authors = ["Tauri Programme within The Commons Conservancy"]
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)