aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-10-21 22:56:20 +0400
committerGitHub <noreply@github.com>2023-10-21 22:56:20 +0400
commit80d4daccc307622f8e604af4f36ac89ecccf5db7 (patch)
treed63c17a09337bb044543c2ec83302d85ffeb5cbf /CHANGELOG.md
parent6071a7bf35cfd99be8ba70f479f188b7370cda6f (diff)
downloadalacritty-80d4daccc307622f8e604af4f36ac89ecccf5db7.tar.gz
alacritty-80d4daccc307622f8e604af4f36ac89ecccf5db7.zip
Update winit to 0.29.2 and copypasta to 0.10.0
Fixes #7236. Fixes #7201. Fixes #7146. Fixes #6848. Fixes #3601. Fixes #3108. Fixes #2453.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d15626fb..4c51fa35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,6 +54,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Double clicking on CSD titlebar not always maximizing a window on Wayland
- Excessive memory usage when using regexes with a large number of possible states
- `window.decorations_theme_variant` not live reloading
+- Copy/Paste being truncated to 64KiB on Wayland
+- X11 clipboard lagging behind sometimes
+- High wakeup count on Wayland due to clipboard polling
+- Blocking paste freezing alacritty on Wayland
+- `Command` modifier persisting after `Cmd + Tab` on macOS
+- Crash on exit when using NVIDIA binary drivers on Wayland
### Removed