Skip to content

Commit

Permalink
publish new versions (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: Wu Yuwei <[email protected]>
  • Loading branch information
github-actions[bot] and wusyong authored Jun 13, 2023
1 parent d2c1819 commit 5d08eb7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changes/action-bar-android.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/body.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/fix_fcitxPositioning.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/html-origin-null.md

This file was deleted.

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

## \[0.29.0]

- [`c09dd7b`](https://github.com/tauri-apps/wry/commit/c09dd7bebe3d00f989dff57f0414f1023653efe4)([#968](https://github.com/tauri-apps/wry/pull/968)) Remove ActionBar handling from wry. If you want to hide the action bar, hide it using the `themes.xml` file in your android project or inherit `WryActivity` class and use `getSupportActionBar()?.hide()` in the `onCreate` method.
- [`2b56bfa`](https://github.com/tauri-apps/wry/commit/2b56bfaaee5125f0dc48f4a9bedb53db0e679e5f)([#966](https://github.com/tauri-apps/wry/pull/966)) Add support for `WebViewBuilder::with_html` and `WebViewAttributes.html` on Android.
- [`d2c1819`](https://github.com/tauri-apps/wry/commit/d2c1819f81a7b03288348f1c3b195407400dfbde)([#969](https://github.com/tauri-apps/wry/pull/969)) On Linux, replace `linux-header` flag with `linux-body` flag. Request headers are enabled by default. Add request body on custom protocol but it's behind the flag.
- [`f7dded4`](https://github.com/tauri-apps/wry/commit/f7dded417c239c39ca4cad6f9d3f6b319c3f91f2)([#955](https://github.com/tauri-apps/wry/pull/955)) The bug was reported in tauri repo: https://github.com/tauri-apps/tauri/issues/5986

With input method preedit disabled,fcitx can anchor at edit cursor position.
the pre-edit text will not disappear,instead it shows in the fcitx selection window below the input area.
- [`2b56bfa`](https://github.com/tauri-apps/wry/commit/2b56bfaaee5125f0dc48f4a9bedb53db0e679e5f)([#966](https://github.com/tauri-apps/wry/pull/966)) Set base url and origin to null for `WebViewBuilder::with_html` and `WebViewAttributes.html` for consistency on all platforms.

## \[0.28.3]

- On iOS, fix panic at runtime due to setting webview ivar.
Expand Down
8 changes: 4 additions & 4 deletions 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.3"
version = "0.29.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -63,9 +63,9 @@ webview2-com = "0.25"
windows-implement = "0.48"
dunce = "1"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48"
features = [
"implement",
"Win32_Foundation",
"Win32_Graphics_Gdi",
Expand Down

0 comments on commit 5d08eb7

Please sign in to comment.