From f0e5ec4d05b6a7719aac526eb332c33176d099a4 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 5 Jan 2025 11:42:00 +0300 Subject: [PATCH] Fix changelog entries being in past release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882c7c1c..9c1c369f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Always focus new windows on macOS - Don't switch to semantic/line selection when control is pressed +- Always emit `1` for the first parameter when having modifiers in kitty keyboard protocol ### Fixed @@ -30,6 +31,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Migrating nonexistent toml import breaking the entire migration - First daemon mode window ignoring window options passed through CLI - Report of Enter/Tab/Backspace in kitty keyboard's report event types mode +- Crash when pressing certain modifier keys on macOS 15+ ## 0.14.0 @@ -53,7 +55,6 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Moved config option `shell` to `terminal.shell` - `ctrl+shift+u` binding to open links to `ctrl+shift+o` to avoid collisions with IMEs - Use `Beam` cursor for single char cursor inside the IME preview -- Always emit `1` for the first parameter when having modifiers in kitty keyboard protocol ### Fixed @@ -75,7 +76,6 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Invalid URL highlights after terminal scrolling - Hollow block cursor not spanning multiple chars being edited inside the IME preview - Vi inline search only working for direct key input without modifiers -- Crash when pressing certain modifier keys on macOS 15+ ## 0.13.2