diff --git a/.changes/allow-injecting-into-subframes.md b/.changes/allow-injecting-into-subframes.md deleted file mode 100644 index 30f88facd..000000000 --- a/.changes/allow-injecting-into-subframes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Add `WebViewBuilder::with_initialization_script_for_main_only` to enable injecting JavaScript code into main frame only or all subframes. \ No newline at end of file diff --git a/.changes/cookies-api.md b/.changes/cookies-api.md deleted file mode 100644 index de2225bbe..000000000 --- a/.changes/cookies-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Add `WebView::cookies` and `WebView::cookies_for_url` APIs. diff --git a/.changes/drag-drop-wayland.md b/.changes/drag-drop-wayland.md deleted file mode 100644 index a9a4593f9..000000000 --- a/.changes/drag-drop-wayland.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix `DragDropEvent::Drop` event never fired on Wayland (and sometimes on X11). diff --git a/.changes/extension-path.md b/.changes/extension-path.md deleted file mode 100644 index 4dbec6ad7..000000000 --- a/.changes/extension-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Add `WebViewBuilder::with_extension_path` API to Windows and Linux. diff --git a/.changes/fix-android-statics.md b/.changes/fix-android-statics.md deleted file mode 100644 index 929aa7b00..000000000 --- a/.changes/fix-android-statics.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix Android static handlers not being replaced when the application UI is relaunched while still running in the foreground. diff --git a/.changes/gnome-dragged-icon-stuck.md b/.changes/gnome-dragged-icon-stuck.md deleted file mode 100644 index 3cead1ffa..000000000 --- a/.changes/gnome-dragged-icon-stuck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix icons of dragged items getting stuck when using `WebViewBuilder::with_drag_drop_handler` on some distros like Gnome. diff --git a/.changes/windows-drag-files.md b/.changes/windows-drag-files.md deleted file mode 100644 index 2d3a1c736..000000000 --- a/.changes/windows-drag-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, disable Webview2's file drop when using `WebViewBuilder::with_drag_drop_handler` which fix drag events for files from "Recent files" view. diff --git a/.changes/windwos-webview-slightly-larger.md b/.changes/windwos-webview-slightly-larger.md deleted file mode 100644 index 349ab9089..000000000 --- a/.changes/windwos-webview-slightly-larger.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, fix webview slightly larger than the window inner size, which resulted in a hidden 1px in the right and bottom borders of the webview \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 579312464..defa30981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[0.47.0] + +- [`7221256`](https://github.com/tauri-apps/wry/commit/72212568cb4d815463fc035969f9cac60fe28ba6) ([#1365](https://github.com/tauri-apps/wry/pull/1365) by [@Norbiros](https://github.com/tauri-apps/wry/../../Norbiros)) Add `WebViewBuilder::with_initialization_script_for_main_only` to enable injecting JavaScript code into main frame only or all subframes. +- [`c1b26b9`](https://github.com/tauri-apps/wry/commit/c1b26b9612bf5c5a9e4e0185f73739a2444343cd) ([#1394](https://github.com/tauri-apps/wry/pull/1394) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) Add `WebView::cookies` and `WebView::cookies_for_url` APIs. +- [`c193e2a`](https://github.com/tauri-apps/wry/commit/c193e2a04c369b7699cd0d73049e84b6851b5c06) ([#1408](https://github.com/tauri-apps/wry/pull/1408) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) Fix `DragDropEvent::Drop` event never fired on Wayland (and sometimes on X11). +- [`1d63fa3`](https://github.com/tauri-apps/wry/commit/1d63fa325327a02a0a8be9ee50ce1eb7a0e8e04f) ([#1403](https://github.com/tauri-apps/wry/pull/1403) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Add `WebViewBuilder::with_extension_path` API to Windows and Linux. +- [`0c192f4`](https://github.com/tauri-apps/wry/commit/0c192f4fda1d9c0020bd3ad09a9090bca25ef04f) ([#1414](https://github.com/tauri-apps/wry/pull/1414) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fix Android static handlers not being replaced when the application UI is relaunched while still running in the foreground. +- [`9a2a2d4`](https://github.com/tauri-apps/wry/commit/9a2a2d42b635a1e27bd6a8f67f7f7b1c59acc7db) ([#1412](https://github.com/tauri-apps/wry/pull/1412) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) Fix icons of dragged items getting stuck when using `WebViewBuilder::with_drag_drop_handler` on some distros like Gnome. +- [`fa9875b`](https://github.com/tauri-apps/wry/commit/fa9875bb16dd967520c41e50c562a5aabccc2cbc) ([#1409](https://github.com/tauri-apps/wry/pull/1409) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) On Windows, disable Webview2's file drop when using `WebViewBuilder::with_drag_drop_handler` which fix drag events for files from "Recent files" view. +- [`6007608`](https://github.com/tauri-apps/wry/commit/600760827735696e4099eff1ad500baa69d84d2f) ([#1400](https://github.com/tauri-apps/wry/pull/1400) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) On Windows, fix webview slightly larger than the window inner size, which resulted in a hidden 1px in the right and bottom borders of the webview + ## \[0.46.3] - [`be122f6`](https://github.com/tauri-apps/wry/commit/be122f667f9f5516b4bc25f9e8c61cb99dbe1440) ([#1397](https://github.com/tauri-apps/wry/pull/1397) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fix `with_user_agent` regression. diff --git a/Cargo.toml b/Cargo.toml index e413dea31..072519f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.46.3" +version = "0.47.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"