1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-07 17:43:03 -04:00

Fix changelog entries being in past release

This commit is contained in:
Kirill Chibisov 2025-01-05 11:42:00 +03:00 committed by GitHub
parent e79f4b22d8
commit f0e5ec4d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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