1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
alacritty/alacritty_terminal/CHANGELOG.md
Christian Duerr 6dbd785bc0
Bump development version to 0.15.0-dev
This is only an update to the development version and does not represent
a stable release.
2024-10-18 22:25:57 +00:00

35 lines
820 B
Markdown

# 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](https://keepachangelog.com/en/1.0.0/).
## 0.24.2-dev
## 0.24.1
### Changed
- Shell RCs are no longer sourced on macOs
### Fixed
- Semantic search handling of fullwidth characters
- Inline search ignoring line wrapping flag
- Clearing of `XDG_ACTIVATION_TOKEN` and `DESKTOP_STARTUP_ID` in the main process
- FD leaks when closing PTYs on Unix
- Crash when ConPTY creation failed
## 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**