Skip to content

Commit 16b7d52

Browse files
Publish New Versions (#975)
Co-authored-by: amrbashir <[email protected]>
1 parent 1a085ad commit 16b7d52

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.changes/ios-custom-url-schemes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/set-theme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[0.30.1]
4+
5+
- [`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.
6+
- [`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.
7+
38
## \[0.30.0]
49

510
- [`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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tao"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
description = "Cross-platform window manager library."
55
authors = [
66
"Tauri Programme within The Commons Conservancy",

0 commit comments

Comments
 (0)