diff --git a/.changes/build-error-i686-pc-windows-msvc.md b/.changes/build-error-i686-pc-windows-msvc.md deleted file mode 100644 index 6f67492d0..000000000 --- a/.changes/build-error-i686-pc-windows-msvc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix build error on target i686-pc-windows-msvc diff --git a/.changes/windows-undecorated-shadow.md b/.changes/windows-undecorated-shadow.md deleted file mode 100644 index f7a92cfee..000000000 --- a/.changes/windows-undecorated-shadow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -Enable shadows by default for undecorated window on Windows. diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fe2c1bf..45e98c7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index d908667c8..e2d199f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", @@ -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",