blob: a6ee32b2f2b2d43ea5fd311c21a5ff7458e55f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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
### Added
- Escape sequence to move cursor forward tabs ( CSI Ps I )
## 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**
|