diff --git a/.changes/bump-msrv.md b/.changes/bump-msrv.md deleted file mode 100644 index d5bda3db2..000000000 --- a/.changes/bump-msrv.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": minor ---- - -Updated the minimum supported Rust version to 1.70. diff --git a/.changes/hit-test.md b/.changes/hit-test.md deleted file mode 100644 index 4cd9ec8a4..000000000 --- a/.changes/hit-test.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -**Breaking change**: Removed `window::hit_test` function. diff --git a/.changes/progress-bar-refactor.md b/.changes/progress-bar-refactor.md deleted file mode 100644 index 8e4596bf3..000000000 --- a/.changes/progress-bar-refactor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": minor ---- - -Progress bar on Linux no longer relies on zbus. Changed `ProgressBarState`'s field `unity_uri` to `desktop_filename`. diff --git a/.changes/undecorated-resizing-fullscreen.md b/.changes/undecorated-resizing-fullscreen.md deleted file mode 100644 index 84071fcef..000000000 --- a/.changes/undecorated-resizing-fullscreen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows and Linux, disable resizing undecorated windows when in fullscreen. diff --git a/.changes/win-undecorated-resizing.md b/.changes/win-undecorated-resizing.md deleted file mode 100644 index fa4447c7b..000000000 --- a/.changes/win-undecorated-resizing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix undecorated window resizing. diff --git a/.changes/windows-scale-factor-maximized.md b/.changes/windows-scale-factor-maximized.md deleted file mode 100644 index e310ea926..000000000 --- a/.changes/windows-scale-factor-maximized.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, apply `ScaleFactorChanged` if new size is different than what OS reported. This fixes an issue when moving the window to another monitor and immediately maximizing it, resulting in a maximized window (i.e have `WS_MAXIMIZE` window style) but doesn't cover the monitor work area. diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c25d103..e4d734bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[0.26.0] + +- [`2af91313`](https://github.com/tauri-apps/tao/commit/2af91313b2e8c48ef3330568ca9da25150a7bdaa)([#880](https://github.com/tauri-apps/tao/pull/880)) Updated the minimum supported Rust version to 1.70. +- [`90ad07b3`](https://github.com/tauri-apps/tao/commit/90ad07b324636d27cae267ad52751fb886aa92a0)([#878](https://github.com/tauri-apps/tao/pull/878)) **Breaking change**: Removed `window::hit_test` function. +- [`2af91313`](https://github.com/tauri-apps/tao/commit/2af91313b2e8c48ef3330568ca9da25150a7bdaa)([#880](https://github.com/tauri-apps/tao/pull/880)) Progress bar on Linux no longer relies on zbus. Changed `ProgressBarState`'s field `unity_uri` to `desktop_filename`. +- [`90ad07b3`](https://github.com/tauri-apps/tao/commit/90ad07b324636d27cae267ad52751fb886aa92a0)([#878](https://github.com/tauri-apps/tao/pull/878)) On Windows and Linux, disable resizing undecorated windows when in fullscreen. +- [`90ad07b3`](https://github.com/tauri-apps/tao/commit/90ad07b324636d27cae267ad52751fb886aa92a0)([#878](https://github.com/tauri-apps/tao/pull/878)) On Windows, fix undecorated window resizing. +- [`89ce9d26`](https://github.com/tauri-apps/tao/commit/89ce9d26c3ac2483f93a386451b5a197cbfb684c)([#874](https://github.com/tauri-apps/tao/pull/874)) On Windows, apply `ScaleFactorChanged` if new size is different than what OS reported. This fixes an issue when moving the window to another monitor and immediately maximizing it, resulting in a maximized window (i.e have `WS_MAXIMIZE` window style) but doesn't cover the monitor work area. + ## \[0.25.0] - [`ae4b693d`](https://github.com/tauri-apps/tao/commit/ae4b693dc0a5d4f556bb9e6dcdbbeb1cfbf8f862)([#864](https://github.com/tauri-apps/tao/pull/864)) On Windows, Remove `WS_CAPTION` and `WS_EX_WINDOWEDGE` window styles when creating a child window. diff --git a/Cargo.toml b/Cargo.toml index bfd54674c..ffd2203af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.25.0" +version = "0.26.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",