Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#1147)
Browse files Browse the repository at this point in the history
Co-authored-by: pewsheen <[email protected]>
  • Loading branch information
github-actions[bot] and pewsheen authored Feb 6, 2024
1 parent 8646120 commit 8f92a35
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-android-eval.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-eval-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/rwh06.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/wkwebview.md

This file was deleted.

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

## \[0.36.0]

- [`8646120`](https://github.com/tauri-apps/wry/commit/8646120339b8ed983582caa9e668fc286dc59cb3)([#1159](https://github.com/tauri-apps/wry/pull/1159)) On android, fix `no non-static method ".evalScript(ILjava/lang/String;)"` when calling `Window::eval`.
- [`8646120`](https://github.com/tauri-apps/wry/commit/8646120339b8ed983582caa9e668fc286dc59cb3)([#1159](https://github.com/tauri-apps/wry/pull/1159)) On macOS, fix a release build crashes with SEGV when calling `WebView::evaluate_script`. This crash bug was introduced at v0.35.2.
- [`8646120`](https://github.com/tauri-apps/wry/commit/8646120339b8ed983582caa9e668fc286dc59cb3)([#1159](https://github.com/tauri-apps/wry/pull/1159)) **Breaking change** Update [raw-window-handle](https://crates.io/crates/raw-window-handle) crate to v0.6.

- `HasWindowHandle` trait is required for window types instead of `HasRawWindowHandle`.
- `wry::raw_window_handle` now re-exports v0.6.
- [`8646120`](https://github.com/tauri-apps/wry/commit/8646120339b8ed983582caa9e668fc286dc59cb3)([#1159](https://github.com/tauri-apps/wry/pull/1159)) On `macOS`, fix menu keyboard shortcuts. This issue bug was introduced in `v2` when added `webview` as `child`.

## \[0.35.2]

- [`0ef041f`](https://github.com/tauri-apps/wry/commit/0ef041ffece143dcb5059ad43596c63b18a62928)([#1133](https://github.com/tauri-apps/wry/pull/1133)) On Linux, apply passed webview bounds when using `WebView::new_gtk` or `WebViewBuilder::new_gtk` with `gtk::Fixed` widget. This allows to create multiple webviews inside `gtk::Fixed` in the same window.
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.35.2"
version = "0.36.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -75,9 +75,9 @@ windows-implement = "0.52"
windows-version = "0.1"
dunce = "1"

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

0 comments on commit 8f92a35

Please sign in to comment.