publish new versions (#1131)

Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-18 09:26:02 -03:00
committed by GitHub
parent 60a47340c9
commit d454dfed6e
4 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
---
"tao": patch
---
feat: MacOS: add universal applink support
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.

View File

@@ -1,5 +1,11 @@
# Changelog
## \[0.34.2]
- [`60a47340`](https://github.com/tauri-apps/tao/commit/60a47340c967eaaf5b4a41f0be6708d6daf950e3) ([#1108](https://github.com/tauri-apps/tao/pull/1108) by [@Simon-Laux](https://github.com/tauri-apps/tao/../../Simon-Laux)) feat: MacOS: add universal applink support
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
## \[0.34.1]
- [`f73c70fd`](https://github.com/tauri-apps/tao/commit/f73c70fd870016dc1298599cdbc9bcaa8db5d7bf) ([#1120](https://github.com/tauri-apps/tao/pull/1120) by [@robertrpf](https://github.com/tauri-apps/tao/../../robertrpf)) Added `WindowBuilder::with_focusable` to allow creating unfocusable windows.

2
Cargo.lock generated
View File

@@ -2225,7 +2225,7 @@ dependencies = [
[[package]]
name = "tao"
version = "0.34.1"
version = "0.34.2"
dependencies = [
"bitflags 2.8.0",
"block2 0.6.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.34.1"
version = "0.34.2"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",