mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
publish new versions (#1131)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
60a47340c9
commit
d454dfed6e
@@ -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.
|
||||
@@ -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
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user