diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-05 11:42:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 11:42:00 +0300 |
commit | f0e5ec4d05b6a7719aac526eb332c33176d099a4 (patch) | |
tree | 0a3c1b9f093911583f4ba8192299393160dbd57a | |
parent | e79f4b22d809d12b5f09543872443d0fa818fee2 (diff) | |
download | r-alacritty-f0e5ec4d05b6a7719aac526eb332c33176d099a4.tar.gz r-alacritty-f0e5ec4d05b6a7719aac526eb332c33176d099a4.tar.bz2 r-alacritty-f0e5ec4d05b6a7719aac526eb332c33176d099a4.zip |
Fix changelog entries being in past release
-rw-r--r-- | CHANGELOG.md | 4 |
1 files 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 |