From bd8ed51fb0f1f081ba8c8f663273605e2069d652 Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sat, 1 Jun 2024 16:56:22 -0500 Subject: [PATCH] add changelog note about windows double keypress bug --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2fcbc..98dc960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ A great way to contribute is to improve the README or documentation! - Add the import of OPML files (https://github.com/ckampfe/russ/pull/32) - Implement `ctrl-d` and `ctrl-u` for page scrolling, thank you @Jaco-Minnaar (https://github.com/ckampfe/russ/pull/31) +- Fix double key input bug on Windows, thank you @sobharrison (https://github.com/ckampfe/russ/issues/22) - Big internal rearchitecture to make event handling easier to understand and adapt - Clean up entry insertion code, gets rid of some nasty query string building. - Bump `ratatui` to `0.26` and fix a few resulting breakages