Skip to content

Commit

Permalink
Publish New Versions (#931)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
3 people committed Apr 23, 2023
1 parent 4e2b43a commit 8118409
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/android-rustwebview-unresolved-ref.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/android-useragent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/linux-mouse-backward-forward.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.28.1]

- Fix unresolved reference in kotlin files when building for android.
- [ed36c0b](https://github.com/tauri-apps/wry/commit/ed36c0b032cdf27c926577ee72658ad9f0785a5f) fix(android): fix unresolved reference in kotlin files ([#932](https://github.com/tauri-apps/wry/pull/932)) on 2023-04-19
- Support modifying user agent string on Android.
- [4a320b0](https://github.com/tauri-apps/wry/commit/4a320b0bdef81d36a1f85a083c2abbabaf958521) feat(android): add support modifying user agent string ([#933](https://github.com/tauri-apps/wry/pull/933)) on 2023-04-20
- On Linux and macOS, add synthesized event for mouse backward and forward buttons.
- [6ef820b](https://github.com/tauri-apps/wry/commit/6ef820b97dd505bacdc7d3f906112ffe0a6a1e60) feat: synthesize forward/backward mouse button on Linux and macOS ([#900](https://github.com/tauri-apps/wry/pull/900)) on 2023-04-18

## \[0.28.0]

- Add `Webview::clear_browsing_data` method.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.28.0"
version = "0.28.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 8118409

Please sign in to comment.