From f8e96e549b5ddd7eb684e48d2ca122c108bbebc4 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Fri, 7 Jun 2024 04:53:50 +0000 Subject: [PATCH] apply version updates --- .changes/windows-autoplay.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-autoplay.md diff --git a/.changes/windows-autoplay.md b/.changes/windows-autoplay.md deleted file mode 100644 index 0e4cb5f658..0000000000 --- a/.changes/windows-autoplay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wry: patch ---- - -Fixed a regression causing autoplay on windows to require user gestures. diff --git a/CHANGELOG.md b/CHANGELOG.md index 44baf78e6b..25e898ad3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.40.2] + +- [`6c7f45e`](https://github.com/tauri-apps/wry/commit/6c7f45e1e3f89805a9fd6b58a9382a6bbc2b0c28) ([#1287](https://github.com/tauri-apps/wry/pull/1287) by [@FabianLars](https://github.com/tauri-apps/wry/../../FabianLars)) Fixed a regression causing autoplay on windows to require user gestures. + ## \[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` diff --git a/Cargo.toml b/Cargo.toml index 1e50bd2b21..ba3c88219a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.40.1" +version = "0.40.2" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"