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" ]