Publish New Versions (#784)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-16 02:40:30 +03:00
committed by GitHub
parent 6df56c2dd1
commit 1b2245e2f5
4 changed files with 10 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
On Windows, apply dark mode app-wide to some controls like context menus.

View File

@@ -1,5 +0,0 @@
---
"tao": "patch"
---
On Windows, add `EventLoopBuilderExtWindows::with_theme` to control the app-wide theme.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.22.1]
- [`6df56c2d`](https://github.com/tauri-apps/tao/commit/6df56c2dd1b0f4695dd40b70f75a22d1ba32c384)([#751](https://github.com/tauri-apps/tao/pull/751)) On Windows, apply dark mode app-wide to some controls like context menus.
- [`6df56c2d`](https://github.com/tauri-apps/tao/commit/6df56c2dd1b0f4695dd40b70f75a22d1ba32c384)([#751](https://github.com/tauri-apps/tao/pull/751)) On Windows, add `EventLoopBuilderExtWindows::with_theme` to control the app-wide theme.
## \[0.22.0]
- [`06b617ea`](https://github.com/tauri-apps/tao/commit/06b617eaa2cea7039e9b71b8322b517486e3b1e5)([#776](https://github.com/tauri-apps/tao/pull/776)) Update jni to 0.21.

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.22.0"
version = "0.22.1"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
@@ -78,9 +78,9 @@ unicode-segmentation = "1.10"
image = { version = "0.24", default-features = false }
windows-implement = "0.48.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48.0"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.48.0"
features = [
"implement",
"Win32_Devices_HumanInterfaceDevice",
"Win32_Foundation",
@@ -107,7 +107,7 @@ features = [
"Win32_UI_Input_Touch",
"Win32_UI_Shell",
"Win32_UI_TextServices",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_WindowsAndMessaging"
]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]