From cd9051d725fe830f407cf75603c2e90443158ed6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:11:00 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#74) Co-authored-by: amrbashir --- .changes/media-keys.md | 5 ----- .changes/x11-pending-events-buildup.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/media-keys.md delete mode 100644 .changes/x11-pending-events-buildup.md diff --git a/.changes/media-keys.md b/.changes/media-keys.md deleted file mode 100644 index 5222de5..0000000 --- a/.changes/media-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": "patch" ---- - -Support registering media play/pause/stop/next/prev keys. diff --git a/.changes/x11-pending-events-buildup.md b/.changes/x11-pending-events-buildup.md deleted file mode 100644 index 9ed5ce7..0000000 --- a/.changes/x11-pending-events-buildup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": patch ---- - -Always service all pending events to avoid a queue of events from building up. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bffe45..b9ef7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.5.2] + +- [`c530be0`](https://www.github.com/tauri-apps/global-hotkey/commit/c530be0dbf939d2dd8d05eacc2071f493769a834)([#71](https://www.github.com/tauri-apps/global-hotkey/pull/71)) Support registering media play/pause/stop/next/prev keys. +- [`24f41b0`](https://www.github.com/tauri-apps/global-hotkey/commit/24f41b0fd9f54e822e6397bc95d9e717c67aab72)([#73](https://www.github.com/tauri-apps/global-hotkey/pull/73)) Always service all pending events to avoid a queue of events from building up. + ## \[0.5.1] - [`89199d9`](https://www.github.com/tauri-apps/global-hotkey/commit/89199d930db3a71f1e19a29d6c1d6ff2e8cffb11)([#64](https://www.github.com/tauri-apps/global-hotkey/pull/64)) Add no-op implementations for unsupported targets. diff --git a/Cargo.toml b/Cargo.toml index ce45f43..784e28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.5.1" +version = "0.5.2" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]