Publish New Versions (#1073)

* publish new versions

* mend

---------

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Co-authored-by: amrbashir <github@amrbashir.me>
This commit is contained in:
github-actions[bot]
2025-02-26 02:31:37 +02:00
committed by GitHub
parent b296cf53f4
commit 9367df4dc1
5 changed files with 7 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": "patch"
---
On Windows, add `WindowExtWindows::has_undecorated_shadow` to check if window has shadows for undecorated window or not.

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
Fix undecorated top left and right border resizing direction on Windows

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.32.2]
- [`b296cf53`](https://github.com/tauri-apps/tao/commit/b296cf53f43c99a5cabdb443c489f2acb5d1e853) ([#1074](https://github.com/tauri-apps/tao/pull/1074) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, add `WindowExtWindows::has_undecorated_shadow` to check if window has shadows for undecorated window or not.
- [`f4ec11d7`](https://github.com/tauri-apps/tao/commit/f4ec11d795ea3ffbc66514e28fd973a2e73c83da) ([#1070](https://github.com/tauri-apps/tao/pull/1070) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Fix undecorated top left and right border resizing direction on Windows
## \[0.32.1]
- [`1be722db`](https://github.com/tauri-apps/tao/commit/1be722dbc2a4341f576d9aa0c0bfc01825da8200) ([#1071](https://github.com/tauri-apps/tao/pull/1071) by [@lucasfernog](https://github.com/tauri-apps/tao/../../lucasfernog)) Fix content protection on macOS crashing the app.

2
Cargo.lock generated
View File

@@ -2216,7 +2216,7 @@ dependencies = [
[[package]]
name = "tao"
version = "0.32.1"
version = "0.32.2"
dependencies = [
"bitflags 2.8.0",
"core-foundation",

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.32.1"
version = "0.32.2"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",