From 11d83cffd5f50af6271f536e819c12fc611e7691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:17:10 +0300 Subject: [PATCH] Publish New Versions (#980) Co-authored-by: amrbashir --- .changes/windows-theme-active-state.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-theme-active-state.md diff --git a/.changes/windows-theme-active-state.md b/.changes/windows-theme-active-state.md deleted file mode 100644 index 4471fd7bd..000000000 --- a/.changes/windows-theme-active-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tao: patch ---- - -Fix changing the theme activates the window on Windows diff --git a/CHANGELOG.md b/CHANGELOG.md index e35947c8c..04ed1c6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.30.2] + +- [`016e122c`](https://github.com/tauri-apps/tao/commit/016e122c5f10eb61f8abe052a888950a460e0804) ([#978](https://github.com/tauri-apps/tao/pull/978) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Fix changing the theme activates the window on Windows + ## \[0.30.1] - [`ad652e50`](https://github.com/tauri-apps/tao/commit/ad652e50bfca1195481cd347ccaa486818f9334d) ([#969](https://github.com/tauri-apps/tao/pull/969) by [@CampioneDev](https://github.com/tauri-apps/tao/../../CampioneDev)) On iOS, implement `application:openURL:options:` to handle custom URL schemes. diff --git a/Cargo.toml b/Cargo.toml index c2913aaa0..89fbb557d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.1" +version = "0.30.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",