Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-03 | Bump alacritty_terminal to 0.24.1-dev | Christian Duerr | |
This is only an update to the development version and does not represent a stable release. | |||
2024-05-01 | Add `from_file_descriptors()` to `tty::unix` | Owen Law | |
2024-04-18 | Fix window being focused by default | Kirill 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. |