Skip to content

Commit

Permalink
Publish New Versions (#651)
Browse files Browse the repository at this point in the history
* publish new versions

* Update CHANGELOG.md

Co-authored-by: wusyong <wusyong@users.noreply.github.com>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>
  • Loading branch information
3 people committed Aug 9, 2022
1 parent 2eba8c9 commit b8027ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/pistureinpicture-feature-flag.md

This file was deleted.

9 changes: 9 additions & 0 deletions 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`.
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -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"
Expand Down Expand Up @@ -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 = { }

0 comments on commit b8027ba

Please sign in to comment.