From c2c6ff3b8af73891af9cdff72b7d40644058c519 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 26 Aug 2024 16:59:22 +0000 Subject: [PATCH] apply version updates --- .changes/1344-with_scroll_bar_style.md | 5 ----- .changes/linux-shared-webcontext-ipc.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/1344-with_scroll_bar_style.md delete mode 100644 .changes/linux-shared-webcontext-ipc.md diff --git a/.changes/1344-with_scroll_bar_style.md b/.changes/1344-with_scroll_bar_style.md deleted file mode 100644 index 36845ec6b..000000000 --- a/.changes/1344-with_scroll_bar_style.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Windows: Implement `WebViewBuilderExtWindows::with_scroll_bar_style` to allow opting into Fluent Overlay style scrollbars. diff --git a/.changes/linux-shared-webcontext-ipc.md b/.changes/linux-shared-webcontext-ipc.md deleted file mode 100644 index bcb966ffd..000000000 --- a/.changes/linux-shared-webcontext-ipc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews. diff --git a/CHANGELOG.md b/CHANGELOG.md index b551b0212..23d83287e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.43.0] + +- [`7b1c26a`](https://github.com/tauri-apps/wry/commit/7b1c26adff5fdf13a3364b6fc26c8444c120d5c1) ([#1344](https://github.com/tauri-apps/wry/pull/1344) by [@Themayu](https://github.com/tauri-apps/wry/../../Themayu)) Windows: Implement `WebViewBuilderExtWindows::with_scroll_bar_style` to allow opting into Fluent Overlay style scrollbars. +- [`98d1a83`](https://github.com/tauri-apps/wry/commit/98d1a835e2c818e9f733a55b074e7de3c0cd725f) ([#1326](https://github.com/tauri-apps/wry/pull/1326) by [@ollpu](https://github.com/tauri-apps/wry/../../ollpu)) Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews. + ## \[0.42.0] - [`556a359`](https://github.com/tauri-apps/wry/commit/556a359d3739ac3a3e671ab2d1c3dda2784c511e) ([#1301](https://github.com/tauri-apps/wry/pull/1301) by [@pewsheen](https://github.com/tauri-apps/wry/../../pewsheen)) On macOS, emit an error when the URL scheme registration fails. diff --git a/Cargo.toml b/Cargo.toml index b3a077281..71ecffe76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.42.0" +version = "0.43.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"