From 27aed4b697fc747822044dcb3560e7482a422ad5 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Thu, 19 Sep 2024 14:50:35 +0000 Subject: [PATCH] publish new versions --- .changes/ios-custom-url-schemes.md | 5 ----- .changes/set-theme.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/ios-custom-url-schemes.md delete mode 100644 .changes/set-theme.md diff --git a/.changes/ios-custom-url-schemes.md b/.changes/ios-custom-url-schemes.md deleted file mode 100644 index 810da0f6f6..0000000000 --- a/.changes/ios-custom-url-schemes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On iOS, implement `application:openURL:options:` to handle custom URL schemes. diff --git a/.changes/set-theme.md b/.changes/set-theme.md deleted file mode 100644 index 99d4ee5131..0000000000 --- a/.changes/set-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Add a function `Window::set_theme` and `EventLoopWindowTarget::set_them`to set theme after window or event loop creation. diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a3b833ec..e35947c8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[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. +- [`1a085ade`](https://github.com/tauri-apps/tao/commit/1a085ade59dcebdd3a6da4e8a8433be4702fe997) ([#937](https://github.com/tauri-apps/tao/pull/937) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Add a function `Window::set_theme` and `EventLoopWindowTarget::set_them`to set theme after window or event loop creation. + ## \[0.30.0] - [`222d5786`](https://github.com/tauri-apps/tao/commit/222d57862b24511eda733812524df1736cd1f64d) ([#971](https://github.com/tauri-apps/tao/pull/971) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix `Window::monitor_from_point` and `EventLoopTargetWindow::monitor_from_point` returning invalid monitor handle. diff --git a/Cargo.toml b/Cargo.toml index 5dddbf6376..c2913aaa02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.0" +version = "0.30.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",