From 14fdfcc1e7387ff672015553825a89e4d7b60e8a Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 8 Dec 2024 23:00:29 +0000 Subject: [PATCH] publish new versions --- .changes/adjusted-rect.md | 5 ----- .changes/dark-mode.md | 5 ----- .changes/gdk-monitor.md | 5 ----- .changes/inital-position-windows.md | 5 ----- .changes/instant.md | 5 ----- .changes/windows-fullscreen-undecorated.md | 5 ----- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 31 deletions(-) delete mode 100644 .changes/adjusted-rect.md delete mode 100644 .changes/dark-mode.md delete mode 100644 .changes/gdk-monitor.md delete mode 100644 .changes/inital-position-windows.md delete mode 100644 .changes/instant.md delete mode 100644 .changes/windows-fullscreen-undecorated.md diff --git a/.changes/adjusted-rect.md b/.changes/adjusted-rect.md deleted file mode 100644 index fa7757d90..000000000 --- a/.changes/adjusted-rect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix regression caused undecorated window with shadows to be slightly larger on creation. \ No newline at end of file diff --git a/.changes/dark-mode.md b/.changes/dark-mode.md deleted file mode 100644 index 9f7244a24..000000000 --- a/.changes/dark-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix crash on older windows versions that doesn't support dark mode. diff --git a/.changes/gdk-monitor.md b/.changes/gdk-monitor.md deleted file mode 100644 index ebf5a4579..000000000 --- a/.changes/gdk-monitor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Expose raw gdk monitor through `MonitorHandleExtUnix::gdk_monitor` diff --git a/.changes/inital-position-windows.md b/.changes/inital-position-windows.md deleted file mode 100644 index 58ff0fbf9..000000000 --- a/.changes/inital-position-windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix regression in initial window position when using logical positions. diff --git a/.changes/instant.md b/.changes/instant.md deleted file mode 100644 index 03b2461d0..000000000 --- a/.changes/instant.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -Remove `instant` dependency, changed `StartCause::ResumeTimeReached`, `StartCause::WaitCancelled` and `ControlFlow::WaitUntil` to use `std::time::Instant` instead. diff --git a/.changes/windows-fullscreen-undecorated.md b/.changes/windows-fullscreen-undecorated.md deleted file mode 100644 index 2420f5858..000000000 --- a/.changes/windows-fullscreen-undecorated.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix fullscreen for undecorated window have white borders. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff3b34f8..96266a91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[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. +- [`2e6cf1a4`](https://github.com/tauri-apps/tao/commit/2e6cf1a4332093806a5d277098b6573299256622) ([#1022](https://github.com/tauri-apps/tao/pull/1022) by [@Jnschrber](https://github.com/tauri-apps/tao/../../Jnschrber)) On Windows, fix crash on older windows versions that doesn't support dark mode. +- [`6b49f55a`](https://github.com/tauri-apps/tao/commit/6b49f55a96ac47d0e645a04c7e4fabe4dd063196) ([#1016](https://github.com/tauri-apps/tao/pull/1016) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Expose raw gdk monitor through `MonitorHandleExtUnix::gdk_monitor` +- [`720bd93f`](https://github.com/tauri-apps/tao/commit/720bd93f9798e5fa2a8adc2c93dde2ce3c2c9700) ([#1018](https://github.com/tauri-apps/tao/pull/1018) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix regression in initial window position when using logical positions. +- [`73741a75`](https://github.com/tauri-apps/tao/commit/73741a75409a93267947d92697616437ae4fccb8) ([#1008](https://github.com/tauri-apps/tao/pull/1008) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Remove `instant` dependency, changed `StartCause::ResumeTimeReached`, `StartCause::WaitCancelled` and `ControlFlow::WaitUntil` to use `std::time::Instant` instead. +- [`fa9aaa60`](https://github.com/tauri-apps/tao/commit/fa9aaa6066dcc0316d57038fc1b1e3353dc5c3e7) ([#1019](https://github.com/tauri-apps/tao/pull/1019) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix fullscreen for undecorated window have white borders. + ## \[0.30.7] - [`97382238`](https://github.com/tauri-apps/tao/commit/97382238b218d66baf5693b6087b7bef2e66ec70) ([#1007](https://github.com/tauri-apps/tao/pull/1007) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix `Window::set_inner_size` regression not handling borders correctly for undecorated window with shadows. diff --git a/Cargo.toml b/Cargo.toml index 3436f9996..f3915d83b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.7" +version = "0.31.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",