Skip to content

Commit 8d094bb

Browse files
Publish New Versions (#998)
Co-authored-by: amrbashir <[email protected]>
1 parent b404cde commit 8d094bb

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.changes/background_color.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.30.4]
4+
5+
- [`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.
6+
37
## \[0.30.3]
48

59
- [`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".

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tao"
3-
version = "0.30.3"
3+
version = "0.30.4"
44
description = "Cross-platform window manager library."
55
authors = [
66
"Tauri Programme within The Commons Conservancy",

0 commit comments

Comments
 (0)