mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
publish new versions (#1084)
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1be8f76e24
commit
c97080cd0d
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tao": patch
|
||||
---
|
||||
|
||||
Fixed application crash during startup when certain window buttons are disabled on macOS.
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.32.7]
|
||||
|
||||
- [`1951b9ab`](https://github.com/tauri-apps/tao/commit/1951b9abbb4bf424e573c75161db40e68c4c603d) ([#1083](https://github.com/tauri-apps/tao/pull/1083) by [@gezihuzi](https://github.com/tauri-apps/tao/../../gezihuzi)) Fixed application crash during startup when certain window buttons are disabled on macOS.
|
||||
|
||||
## \[0.32.6]
|
||||
|
||||
- [`9d1da74b`](https://github.com/tauri-apps/tao/commit/9d1da74bb70f7bb17a4d41532c2b94c709b65ec8) ([#1080](https://github.com/tauri-apps/tao/pull/1080) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Fix crash on Windows because of missing functions on older Windows systems, regression in 0.32
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2216,7 +2216,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tao"
|
||||
version = "0.32.6"
|
||||
version = "0.32.7"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"core-foundation",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tao"
|
||||
version = "0.32.6"
|
||||
version = "0.32.7"
|
||||
description = "Cross-platform window manager library."
|
||||
authors = [
|
||||
"Tauri Programme within The Commons Conservancy",
|
||||
|
||||
Reference in New Issue
Block a user