From bd2ce1a84f129ef6a6a29bdec6749e4421a9fb46 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 27 Mar 2022 09:56:01 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8d2bd..80ebb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This project follows semantic versioning. +### v0.21 (2022-03-27) + +- [fixed] Holding down a key on x11 would no repeat correctly +- [fixed] Windows dependency cleanups (Thanks Arnab Animesh Das!) +- [fixed] Fixed mouse button being "stuck" when moved out side of window, released and then moved by in on Windows (Thanks Arnab Animesh Das for bug report!) +- [fixed] Memory-map the keymap FD on Wayland to fix EOF error (Thanks Greg Depoire--Ferrer!) +- [added] getter for window position (Thanks Andreas Neukoetter!) +- [fixed] Fix clippy lints under windows (Thanks Kevin K!) +- [added] Add `set_icon()` method to set a window icon at runtime (Thanks Kevin K!) +- [added] inputcallback: add a callback for key events and key_handler: add a callback for key events (Thanks xobs and vemoo!) +- [fixed] macOS: Fix segmentation fault when resizing window. (Thanks KaDiWa!) +- [fixed] Various x11 and wayland fixes, version updates (Thanks vemoo!) + ### v0.20 (2021-11-28) - [API BREAKAGE] Changing return types of get_keys from Option> to Vec (Thanks Zij-IT!)