diff --git a/.changes/feat-set-title-bar-style.md b/.changes/feat-set-title-bar-style.md deleted file mode 100644 index b9f5e146d..000000000 --- a/.changes/feat-set-title-bar-style.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tao': patch ---- - -On macOS, add `set_fullsize_content_view` and `set_titlebar_transparent` to `Window` to set the title bar style. diff --git a/.changes/refactor-attention-type-informational.md b/.changes/refactor-attention-type-informational.md deleted file mode 100644 index 4a5fa740e..000000000 --- a/.changes/refactor-attention-type-informational.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -**Breaking Change**: On Windows, `UserAttentionType::Informational` will flash the taskbar icon 4 times only and not until the app recieves focus. diff --git a/.changes/windows-rs-0.57.md b/.changes/windows-rs-0.57.md deleted file mode 100644 index 4bf052225..000000000 --- a/.changes/windows-rs-0.57.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Update `windows` crate to `0.57` diff --git a/.changes/windows-theme.md b/.changes/windows-theme.md deleted file mode 100644 index af5c56cf4..000000000 --- a/.changes/windows-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, always allow dark theme for app and window through `AllowDarkModeForApp` and `AllowDarkModeForWindow`, which fixes an issue when calling `IsDarkModeAllowedForWindow()` diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d4a716b..b83ce5648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.28.1] + +- [`7e8f75e9`](https://github.com/tauri-apps/tao/commit/7e8f75e916ad502e00b5f6dff6cfb6bfadb92118) ([#926](https://github.com/tauri-apps/tao/pull/926) by [@pewsheen](https://github.com/tauri-apps/tao/../../pewsheen)) On macOS, add `set_fullsize_content_view` and `set_titlebar_transparent` to `Window` to set the title bar style. +- [`3bbddc64`](https://github.com/tauri-apps/tao/commit/3bbddc64d824df5b502f1c165e2b3cdf8a684886) ([#931](https://github.com/tauri-apps/tao/pull/931) by [@muwoo](https://github.com/tauri-apps/tao/../../muwoo)) **Breaking Change**: On Windows, `UserAttentionType::Informational` will flash the taskbar icon 4 times only and not until the app recieves focus. +- [`29bee151`](https://github.com/tauri-apps/tao/commit/29bee15103b6beeec617f103d475d2b707c35d83) ([#935](https://github.com/tauri-apps/tao/pull/935) by [@renovate](https://github.com/tauri-apps/tao/../../renovate)) Update `windows` crate to `0.57` +- [`ab792dbd`](https://github.com/tauri-apps/tao/commit/ab792dbd6c5f0a708c818b20eaff1d9a7534c7c1) ([#928](https://github.com/tauri-apps/tao/pull/928) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, always allow dark theme for app and window through `AllowDarkModeForApp` and `AllowDarkModeForWindow`, which fixes an issue when calling `IsDarkModeAllowedForWindow()` + ## \[0.28.0] - [`cd38f237`](https://github.com/tauri-apps/tao/commit/cd38f237481b58585cc2da98c3bb9a0ce8e64b9f)([#912](https://github.com/tauri-apps/tao/pull/912)) Add `EventLoopBuilderExtUnix::with_app_id` on Linux to allow setting a unique app id for the underlying gtk application. diff --git a/Cargo.toml b/Cargo.toml index 95f7409cd..9843710a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.28.0" +version = "0.28.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",