From 11064a855b467d27609ceb51d34fd6f36baef1fb Mon Sep 17 00:00:00 2001 From: pewsheen <pewsheen@users.noreply.github.com> Date: Thu, 16 May 2024 03:13:20 +0000 Subject: [PATCH] publish new versions --- .changes/feat-set-title-bar-style.md | 5 ----- .changes/windows-theme.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/feat-set-title-bar-style.md delete mode 100644 .changes/windows-theme.md 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/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..62789d990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.28.1] + +- [`7e8f75e9`](https://github.com/tauri-apps/tao/commit/7e8f75e916ad502e00b5f6dff6cfb6bfadb92118)([#926](https://github.com/tauri-apps/tao/pull/926)) On macOS, add `set_fullsize_content_view` and `set_titlebar_transparent` to `Window` to set the title bar style. +- [`ab792dbd`](https://github.com/tauri-apps/tao/commit/ab792dbd6c5f0a708c818b20eaff1d9a7534c7c1)([#928](https://github.com/tauri-apps/tao/pull/928)) 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 a10c662bd..1e9a40636 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",