2024-04-18 14:58:15 -04:00
|
|
|
# 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/).
|
|
|
|
|
2024-10-22 19:01:23 -04:00
|
|
|
## 0.24.1
|
2024-10-11 12:05:13 -04:00
|
|
|
|
|
|
|
### 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
|
2024-05-03 15:47:41 -04:00
|
|
|
|
|
|
|
## 0.24.0
|
2024-04-18 14:58:15 -04:00
|
|
|
|
2024-05-01 01:27:54 -04:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- `tty::unix::from_fd()` to create a TTY from a pre-opened PTY's file-descriptors
|
|
|
|
|
2024-04-18 14:58:15 -04:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- **`Term` is not focused by default anymore**
|