diff --git a/.changes/background_color.md b/.changes/background_color.md deleted file mode 100644 index 407751f48..000000000 --- a/.changes/background_color.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": "patch" ---- - -Add `WindowAttributes::background_color`, `WindowBuilder::with_background_color`, and `Window::set_background_color` APIs to set and change window background color. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b8a7d10..c6acab6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.30.4] + +- [`b404cde1`](https://github.com/tauri-apps/tao/commit/b404cde150eb767026122691aed2d21f9d6fd051) ([#995](https://github.com/tauri-apps/tao/pull/995) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Add `WindowAttributes::background_color`, `WindowBuilder::with_background_color`, and `Window::set_background_color` APIs to set and change window background color. + ## \[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". diff --git a/Cargo.toml b/Cargo.toml index a42fcffb4..3a233b3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.3" +version = "0.30.4" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",