mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
Apply Version Updates From Current Changes (#95)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
229bf63bb0
commit
404e96cc2c
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"global-hotkey": "minor"
|
||||
---
|
||||
|
||||
Removed `Sync` and `Send` implementation for `GlobalHotKeyManager`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"global-hotkey": "patch"
|
||||
---
|
||||
|
||||
Update `windows-sys` crate to `0.59`
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.6.0]
|
||||
|
||||
- [`8b13a61`](https://www.github.com/tauri-apps/global-hotkey/commit/8b13a6159d776a6a282ad7ca5c4b896cc91e325a) Removed `Sync` and `Send` implementation for `GlobalHotKeyManager`
|
||||
- [`8b13a61`](https://www.github.com/tauri-apps/global-hotkey/commit/8b13a6159d776a6a282ad7ca5c4b896cc91e325a) Update `windows-sys` crate to `0.59`
|
||||
|
||||
## \[0.5.5]
|
||||
|
||||
- [`c750004`](https://www.github.com/tauri-apps/global-hotkey/commit/c7500047fb62154cf861878efb334c61bd98988a) ([#92](https://www.github.com/tauri-apps/global-hotkey/pull/92) by [@IAmJSD](https://www.github.com/tauri-apps/global-hotkey/../../IAmJSD)) Fix a panic when parsing `HotKey` from a string and return an error instead, if the hotkey string consists of only modifiers and doesn't contain a key.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "global-hotkey"
|
||||
version = "0.5.5"
|
||||
version = "0.6.0"
|
||||
description = "Global hotkeys for Desktop Applications"
|
||||
edition = "2021"
|
||||
keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]
|
||||
|
||||
Reference in New Issue
Block a user