1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Christian Duerr
22a447573b Alacritty version 0.14.0 2024-10-22 23:10:01 +00:00
Christian Duerr
7552ae7973 Alacritty version 0.14.0-rc2 2024-10-15 20:12:21 +00:00
Christian Duerr
6b3a85606b
Alacritty version 0.14.0-rc1 2024-10-11 16:05:13 +00:00
Christian Duerr
82f41ed65c
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent
a stable release.
2024-05-03 19:47:41 +00:00
Owen Law
ed3fac8a03
Add from_file_descriptors() to tty::unix 2024-05-01 05:27:54 +00:00
Kirill Chibisov
d28868855a
Fix window being focused by default
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.
2024-04-18 22:58:15 +04:00