1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal/CHANGELOG.md
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

490 B

Changelog

All notable changes to alacritty_terminal are documented in this file. The sections should follow the order Added, Changed, Deprecated, Fixed and Removed.

Breaking changes are written in bold style.

The format is based on Keep a Changelog.

0.24.1-dev

0.24.0

Added

  • tty::unix::from_fd() to create a TTY from a pre-opened PTY's file-descriptors

Changed

  • Term is not focused by default anymore