From b8027ba5f5919127e00dd5a2d9ccb77ba4c07934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:35:41 +0800 Subject: [PATCH] Publish New Versions (#651) * publish new versions * Update CHANGELOG.md Co-authored-by: wusyong Co-authored-by: Ngo Iok Ui (Wu Yu Wei) --- .changes/pistureinpicture-feature-flag.md | 5 ----- CHANGELOG.md | 9 +++++++++ Cargo.toml | 5 +++-- 3 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 .changes/pistureinpicture-feature-flag.md diff --git a/.changes/pistureinpicture-feature-flag.md b/.changes/pistureinpicture-feature-flag.md deleted file mode 100644 index d70446644..000000000 --- a/.changes/pistureinpicture-feature-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Add feature flag to enable private picture-in-picture flag on macos. diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d8e2105..6df474ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[0.20.1] + +- Add android support + - [3218091](https://github.com/tauri-apps/wry/commit/3218091aa393dca9451840d3baa44bc9371f2e1d) Add real android support [#577](https://github.com/tauri-apps/wry/pull/577) +- Enable private picture-in-picture on macos. + - [3cfd8c9](https://github.com/tauri-apps/wry/commit/3cfd8c9e7a43f6c35a1ea61358521bd62fc70633) fix: add feature flag to enable private picture-in-picture flag on macos ([#645](https://github.com/tauri-apps/wry/pull/645)) on 2022-08-05 +- On macOS, fix devtool warning + - [2eba8c9](https://github.com/tauri-apps/wry/commit/2eba8c9c26ff5f9512b0039ac04bc7fd27a5256f) fix: devtool warning by adding parent view + ## \[0.20.0] - Add `WebViewBuilder::with_clipboard`. diff --git a/Cargo.toml b/Cargo.toml index ce103f17f..1cd680d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.20.0" +version = "0.20.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT" @@ -85,4 +85,5 @@ core-graphics = "0.22" objc = "0.2" objc_id = "0.1" -[target."cfg(target_os = \"android\")".dependencies] +[target."cfg(target_os = \"android\")"] +dependencies = { }