diff --git a/.changes/improve-wayland-display.md b/.changes/improve-wayland-display.md deleted file mode 100644 index cf6eb7c08..000000000 --- a/.changes/improve-wayland-display.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Linux Wayland, changed the event handling for maximizing to process events sequentially to avoid "Error 71(Protocol error): dispatching to Wayland display". diff --git a/.changes/is-always-on-top.md b/.changes/is-always-on-top.md deleted file mode 100644 index 0c69ca131..000000000 --- a/.changes/is-always-on-top.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Add `Window::is_always_on_top` method to check if a window is always on top on macOS, Linux and Windows. diff --git a/.changes/wayland-dragging-header.md b/.changes/wayland-dragging-header.md deleted file mode 100644 index 348acafa3..000000000 --- a/.changes/wayland-dragging-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Linux Wayland, fixed an issue where the window was not moving when dragging the header bar area. \ No newline at end of file diff --git a/.changes/wayland-resize-window.md b/.changes/wayland-resize-window.md deleted file mode 100644 index 0f749e8f1..000000000 --- a/.changes/wayland-resize-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Linux Wayland, fixed an issue where the window was not resizing when dragging the window borders. \ No newline at end of file diff --git a/.changes/wayland-titlebar.md b/.changes/wayland-titlebar.md deleted file mode 100644 index 21b56871b..000000000 --- a/.changes/wayland-titlebar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Linux Wayland, added buttons for maximize and minimize in the title bar. diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ed1c6f7..87758f80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.30.3] + +- [`4dcd2312`](https://github.com/tauri-apps/tao/commit/4dcd231209db80a49b3403c01966026cee975b00) ([#979](https://github.com/tauri-apps/tao/pull/979) by [@Zamoca42](https://github.com/tauri-apps/tao/../../Zamoca42)) On Linux Wayland, changed the event handling for maximizing to process events sequentially to avoid "Error 71(Protocol error): dispatching to Wayland display". +- [`2ee007a5`](https://github.com/tauri-apps/tao/commit/2ee007a56a86980d329745eaf7b748fbf30edeac) ([#981](https://github.com/tauri-apps/tao/pull/981) by [@thep0y](https://github.com/tauri-apps/tao/../../thep0y)) Add `Window::is_always_on_top` method to check if a window is always on top on macOS, Linux and Windows. +- [`4dcd2312`](https://github.com/tauri-apps/tao/commit/4dcd231209db80a49b3403c01966026cee975b00) ([#979](https://github.com/tauri-apps/tao/pull/979) by [@Zamoca42](https://github.com/tauri-apps/tao/../../Zamoca42)) On Linux Wayland, fixed an issue where the window was not moving when dragging the header bar area. +- [`4dcd2312`](https://github.com/tauri-apps/tao/commit/4dcd231209db80a49b3403c01966026cee975b00) ([#979](https://github.com/tauri-apps/tao/pull/979) by [@Zamoca42](https://github.com/tauri-apps/tao/../../Zamoca42)) On Linux Wayland, fixed an issue where the window was not resizing when dragging the window borders. +- [`4dcd2312`](https://github.com/tauri-apps/tao/commit/4dcd231209db80a49b3403c01966026cee975b00) ([#979](https://github.com/tauri-apps/tao/pull/979) by [@Zamoca42](https://github.com/tauri-apps/tao/../../Zamoca42)) On Linux Wayland, added buttons for maximize and minimize in the title bar. + ## \[0.30.2] - [`016e122c`](https://github.com/tauri-apps/tao/commit/016e122c5f10eb61f8abe052a888950a460e0804) ([#978](https://github.com/tauri-apps/tao/pull/978) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Fix changing the theme activates the window on Windows diff --git a/Cargo.toml b/Cargo.toml index 89fbb557d..a42fcffb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.2" +version = "0.30.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",