summaryrefslogtreecommitdiffstats
tag namev2.24.2 (649ea44bfd0b3b97c309c9ed108b991bdb34a1ab)
tag date2023-12-26 22:11:51 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit c9738265c4...
### Bug Fixes
- avoid duplicate key input on windows. On Windows, key-states like press/release/repeat are made available separately, which means we should avoid responding to key-releases as it would incorrectly double the actual user inputs. ### Commit Statistics - 3 commits contributed to the release. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #203 ### Commit Details * **#203** - Avoid duplicate key input on windows. (b5b8aa2) - Upgrade to latest verison of tui-crates and native crossterm events. (90b65d5) * **Uncategorized** - Merge branch 'tui-crates-upgrade' (edbb446)