mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
publish new versions (#703)
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5c37a54ab5
commit
953bfc42b7
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tao": patch
|
||||
---
|
||||
|
||||
Retain NSMenu reference instead of autoreleasing it.
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.18.1]
|
||||
|
||||
- Retain NSMenu reference instead of autoreleasing it.
|
||||
- [5c37a54a](https://github.com/tauri-apps/tao/commit/5c37a54ab577e74730052658c9ed2e9b85462be8) fix(macos): retain and release NSMenu manually ([#699](https://github.com/tauri-apps/tao/pull/699)) on 2023-02-20
|
||||
|
||||
## \[0.18.0]
|
||||
|
||||
- Fix undecorated window shadow enabled by default on Windows.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tao"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
description = "Cross-platform window manager library."
|
||||
authors = [
|
||||
"Tauri Programme within The Commons Conservancy",
|
||||
@@ -76,9 +76,9 @@ unicode-segmentation = "1.10"
|
||||
image = { version = "0.24", default-features = false }
|
||||
windows-implement = "0.44.0"
|
||||
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows]
|
||||
version = "0.44.0"
|
||||
features = [
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows]
|
||||
version = "0.44.0"
|
||||
features = [
|
||||
"implement",
|
||||
"Win32_Devices_HumanInterfaceDevice",
|
||||
"Win32_Foundation",
|
||||
|
||||
Reference in New Issue
Block a user