publish new versions (#1149)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-16 07:47:15 -03:00
committed by GitHub
parent 25f2c58aca
commit efc67fbf85
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
Trigger `WindowEvent::Destroyed` when the Android activity is destroyed. In this case, the app should either exit by setting the control flow to `ControlFlow::ExitWithCode` or NOT call the create() external function when the activity is recreated and `onCreate` is called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.34.4]
- [`25f2c58a`](https://github.com/tauri-apps/tao/commit/25f2c58aca96215113d1a4feae5c854e3349cf06) ([#1148](https://github.com/tauri-apps/tao/pull/1148) by [@lucasfernog](https://github.com/tauri-apps/tao/../../lucasfernog)) Trigger `WindowEvent::Destroyed` when the Android activity is destroyed. In this case, the app should either exit by setting the control flow to `ControlFlow::ExitWithCode` or NOT call the create() external function when the activity is recreated and `onCreate` is called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.
## \[0.34.3]
- [`0defcd01`](https://github.com/tauri-apps/tao/commit/0defcd015c615b95f42ce3437b06174816f76602) ([#1132](https://github.com/tauri-apps/tao/pull/1132) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Exclude audit PDF file from the crate published to crates.io

2
Cargo.lock generated
View File

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

View File

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