Skip to content

Commit

Permalink
Publish new versions (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: Wu Yuwei <[email protected]>
  • Loading branch information
github-actions[bot] and wusyong authored May 22, 2023
1 parent 45bfc49 commit d554a3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changes/build-error-i686-pc-windows-msvc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/windows-undecorated-shadow.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.20.0]

- [`c6082173`](https://github.com/tauri-apps/tao/commit/c6082173a943e23653783fd0872f64c66bf96de9)([#731](https://github.com/tauri-apps/tao/pull/731)) Fix build error on target i686-pc-windows-msvc
- [`90ce80cd`](https://github.com/tauri-apps/tao/commit/90ce80cd4dc8babb5e5fab21fb783c710340b923)([#732](https://github.com/tauri-apps/tao/pull/732)) Enable shadows by default for undecorated window on Windows.

## \[0.19.1]

- On Windows, fix auto-hide taskbar can't be shown when maximizing undecorated window.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.19.1"
version = "0.20.0"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
Expand Down Expand Up @@ -76,9 +76,9 @@ unicode-segmentation = "1.10"
image = { version = "0.24", default-features = false }
windows-implement = "0.48.0"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48.0"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48.0"
features = [
"implement",
"Win32_Devices_HumanInterfaceDevice",
"Win32_Foundation",
Expand Down

0 comments on commit d554a3e

Please sign in to comment.