From d67e3535690f9e5ef25e53d50048833f758e34b9 Mon Sep 17 00:00:00 2001 From: wusyong Date: Mon, 11 Sep 2023 10:38:57 +0000 Subject: [PATCH] publish new versions --- .changes/android-protocol-http.md | 5 ----- .changes/https-protocol-option-android.md | 5 ----- .changes/winit-gtk.md | 6 ------ CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changes/android-protocol-http.md delete mode 100644 .changes/https-protocol-option-android.md delete mode 100644 .changes/winit-gtk.md diff --git a/.changes/android-protocol-http.md b/.changes/android-protocol-http.md deleted file mode 100644 index 83c75bfdbd..0000000000 --- a/.changes/android-protocol-http.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -**Breaking change** Wry now defaults to `http://.localhost/` for custom protocols on Android. diff --git a/.changes/https-protocol-option-android.md b/.changes/https-protocol-option-android.md deleted file mode 100644 index f5ec04d029..0000000000 --- a/.changes/https-protocol-option-android.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Add `WebViewBuilderExtAndroid::with_https_scheme` to be able to choose between `http` and `https` for custom protocols on Android. diff --git a/.changes/winit-gtk.md b/.changes/winit-gtk.md deleted file mode 100644 index 03a58d7e3a..0000000000 --- a/.changes/winit-gtk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"wry": patch ---- - -Add winit-gtk to support winit feature flag on Linux. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0c1054eb..58b4612976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.33.0] + +- [`5adf9da`](https://github.com/tauri-apps/wry/commit/5adf9da2151800ec2431a1547cc0d970fc95b764)([#994](https://github.com/tauri-apps/wry/pull/994)) **Breaking change** Wry now defaults to `http://.localhost/` for custom protocols on Android. +- [`5adf9da`](https://github.com/tauri-apps/wry/commit/5adf9da2151800ec2431a1547cc0d970fc95b764)([#994](https://github.com/tauri-apps/wry/pull/994)) Add `WebViewBuilderExtAndroid::with_https_scheme` to be able to choose between `http` and `https` for custom protocols on Android. +- [`c5c3731`](https://github.com/tauri-apps/wry/commit/c5c3731f2027802735f7b80c7ae5f4b64d0fb746)([#1024](https://github.com/tauri-apps/wry/pull/1024)) Add winit-gtk to support winit feature flag on Linux. + ## \[0.32.0] - [`4bdf1c3`](https://github.com/tauri-apps/wry/commit/4bdf1c366de5708b7626ca63eb39e134869c5bd4)([#1017](https://github.com/tauri-apps/wry/pull/1017)) Added `WebViewBuilder::with_asynchronous_custom_protocol` to allow implementing a protocol handler that resolves asynchronously. diff --git a/Cargo.toml b/Cargo.toml index 8bd1d2f45f..d6ccf57e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.32.0" +version = "0.33.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"