From 87aa03fc0a42c418239d3082bcd0c9b6986160d4 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sat, 4 Jan 2025 15:20:33 +0000 Subject: [PATCH] publish new versions --- .changes/explicit_gtk_init.md | 5 ----- .changes/windows-set-size-undecorated-window.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/explicit_gtk_init.md delete mode 100644 .changes/windows-set-size-undecorated-window.md diff --git a/.changes/explicit_gtk_init.md b/.changes/explicit_gtk_init.md deleted file mode 100644 index 4b51f84b4..000000000 --- a/.changes/explicit_gtk_init.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Call `gtk::init` when creating the eventloop to fix crashes with some gtk APIs. diff --git a/.changes/windows-set-size-undecorated-window.md b/.changes/windows-set-size-undecorated-window.md deleted file mode 100644 index d25a934ce..000000000 --- a/.changes/windows-set-size-undecorated-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix regression that caused `Window::set_size` to have no effect at all for undecorated window with shadows. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 96266a91d..71d4d4712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[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. +- [`bb537fe9`](https://github.com/tauri-apps/tao/commit/bb537fe9969e490b74548738f16173d5b9d84c63) ([#1039](https://github.com/tauri-apps/tao/pull/1039) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix regression that caused `Window::set_size` to have no effect at all for undecorated window with shadows. + ## \[0.31.0] - [`5d6d7da0`](https://github.com/tauri-apps/tao/commit/5d6d7da0ade44e08b33496bf445afb69a09037f0) ([#1017](https://github.com/tauri-apps/tao/pull/1017) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix regression caused undecorated window with shadows to be slightly larger on creation. diff --git a/Cargo.toml b/Cargo.toml index f3915d83b..995cdaf76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.31.0" +version = "0.31.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",