diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-02-27 08:57:36 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 08:57:36 +0400 |
commit | 37349c4566a1431b5becbb649dec536ecbe18e71 (patch) | |
tree | 49003a4c448d931dc4a3b62bd8c8632b6ce9295e /CHANGELOG.md | |
parent | cb3a79dbf6472740daca8440d5166c1d4af5029e (diff) | |
download | alacritty-37349c4566a1431b5becbb649dec536ecbe18e71.tar.gz alacritty-37349c4566a1431b5becbb649dec536ecbe18e71.zip |
Bump winit to 0.29.11
Fixes #7633.
Fixes #7613.
Fixes #7607.
Fixes #7571.
Fixes #7549.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad36fbbb..a0fd391d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Occasional hang on startup with some Wayland compositors - Missing key for `NumpadDecimal` in key bindings - Scrolling content upwards moving lines into history when it shouldn't +- Sticky keys not working sometimes on X11 +- Modifiers occasionally getting desynced on X11 +- Autokey no longer working with alacritty on X11 +- Freeze when moving window between monitors on Xfwm ### Changed |