diff --git a/.changes/windows-http.md b/.changes/windows-http.md deleted file mode 100644 index 5773ab387..000000000 --- a/.changes/windows-http.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Backport `WebViewBuilderExtWindows::with_https_scheme` from `wry@0.32.x` to `wry@0.24.x` to be able to choose between `http` and `https` for custom protocols on Windows. Note that the default behavior for this release is to use `https` unlike `wry@0.32.x` which uses `http` by default. diff --git a/.changes/with_focused.md b/.changes/with_focused.md deleted file mode 100644 index 44c021af2..000000000 --- a/.changes/with_focused.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Add `WebViewBuilder::with_focused` to control whether to focus the webview upon creation or not. Supported on Windows and Linux only. diff --git a/CHANGELOG.md b/CHANGELOG.md index 260d227ae..8e21910e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.24.4] + +- [`634b021`](https://github.com/tauri-apps/wry/commit/634b0214fe0345882f5772dda6a0dcffdde52c40)([#994](https://github.com/tauri-apps/wry/pull/994)) Backport `WebViewBuilderExtWindows::with_https_scheme` from `wry@0.32.x` to `wry@0.24.x` to be able to choose between `http` and `https` for custom protocols on Windows. Note that the default behavior for this release is to use `https` unlike `wry@0.32.x` which uses `http` by default. +- [`1f83261`](https://github.com/tauri-apps/wry/commit/1f832614d68f4e929cc4297d622eed867cb84eb5)([#1015](https://github.com/tauri-apps/wry/pull/1015)) Add `WebViewBuilder::with_focused` to control whether to focus the webview upon creation or not. Supported on Windows and Linux only. + ## \[0.24.3] - On macOS/iOS, remove web_context module declaration. diff --git a/Cargo.toml b/Cargo.toml index 09c036cb5..de611571a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.3" +version = "0.24.4" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"