aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/CHANGELOG.md
AgeCommit message (Collapse)Author
2024-05-03Bump alacritty_terminal to 0.24.1-devChristian Duerr
This is only an update to the development version and does not represent a stable release.
2024-05-01Add `from_file_descriptors()` to `tty::unix`Owen Law
2024-04-18Fix window being focused by defaultKirill Chibisov
Winit explicitly states that the window is not focused by default and the `Focused` event will deliver the state later on. Also start adding notable changes to alacritty_terminal in its own CHANGELOG. Closes #7866.