diff --git a/.changes/fix-linux-missing-function-keys.md b/.changes/fix-linux-missing-function-keys.md deleted file mode 100644 index 548b58ae8..000000000 --- a/.changes/fix-linux-missing-function-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Add missing function keys F13-F24 to linux implementation diff --git a/.changes/remove-from-activation-policy.md b/.changes/remove-from-activation-policy.md deleted file mode 100644 index 9d9b90e19..000000000 --- a/.changes/remove-from-activation-policy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tao: minor ---- - -macOS: Remove `From` implementation for `cocoa::appkit::NSApplicationActivationPolicy`. diff --git a/.changes/windows-0.59.md b/.changes/windows-0.59.md deleted file mode 100644 index cebcfcba2..000000000 --- a/.changes/windows-0.59.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tao: patch ---- - -Update `windows` to 0.59 diff --git a/.changes/windows-undecorated-insets.md b/.changes/windows-undecorated-insets.md deleted file mode 100644 index beed8c6cb..000000000 --- a/.changes/windows-undecorated-insets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Windows, fix regression `Window::inner_size` reporting larger size than what's visible for undecorated window. diff --git a/.changes/windows-undecorated-resizing.md b/.changes/windows-undecorated-resizing.md deleted file mode 100644 index 122d3b192..000000000 --- a/.changes/windows-undecorated-resizing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On Windows, undecorated window with shadows, now have native resize handles outside of the window client area. diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d4d4712..b81c74245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.32.0] + +- [`94afde98`](https://github.com/tauri-apps/tao/commit/94afde98436bf743719205f5b9aed0d2ee78169d) ([#1040](https://github.com/tauri-apps/tao/pull/1040) by [@Teddytrombone](https://github.com/tauri-apps/tao/../../Teddytrombone)) Add missing function keys F13-F24 to linux implementation +- [`6fda4984`](https://github.com/tauri-apps/tao/commit/6fda49843e61c6adb650e5af8311feb55cf019cf) ([#1048](https://github.com/tauri-apps/tao/pull/1048) by [@madsmtm](https://github.com/tauri-apps/tao/../../madsmtm)) macOS: Remove `From` implementation for `cocoa::appkit::NSApplicationActivationPolicy`. +- [`543e1177`](https://github.com/tauri-apps/tao/commit/543e1177ee0cba01af0109806e8e7468497ab913) ([#1044](https://github.com/tauri-apps/tao/pull/1044) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Update `windows` to 0.59 +- [`5cc92980`](https://github.com/tauri-apps/tao/commit/5cc92980c4b112125668e83c436524d53402e983) ([#1052](https://github.com/tauri-apps/tao/pull/1052) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix regression `Window::inner_size` reporting larger size than what's visible for undecorated window. +- [`5cc92980`](https://github.com/tauri-apps/tao/commit/5cc92980c4b112125668e83c436524d53402e983) ([#1052](https://github.com/tauri-apps/tao/pull/1052) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, undecorated window with shadows, now have native resize handles outside of the window client area. + ## \[0.31.1] - [`83e35e96`](https://github.com/tauri-apps/tao/commit/83e35e961f4893790b913ee2efc15ae33fd16fb2) ([#1036](https://github.com/tauri-apps/tao/pull/1036) by [@FabioGNR](https://github.com/tauri-apps/tao/../../FabioGNR)) Call `gtk::init` when creating the eventloop to fix crashes with some gtk APIs. diff --git a/Cargo.toml b/Cargo.toml index 75728cac6..5ed199c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.31.1" +version = "0.32.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",