From 8790786bee9442f557a1adde2455047056637977 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:31:46 -0300 Subject: [PATCH] Publish New Versions (0.24.x) (#1008) Co-authored-by: amrbashir --- .changes/windows-http.md | 5 ----- .changes/with_focused.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/windows-http.md delete mode 100644 .changes/with_focused.md 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"