diff options
| author | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
| commit | 22c7c29c0303398baa71db8798473ee704f9717c (patch) | |
| tree | 17174ab40db30d33ef0898b9b3f44841f39ab82e /CHANGELOG.md | |
| parent | 0700cee5af14c63895878dab357119f89ff263d0 (diff) | |
| parent | 3b3da71c34cc1256c7e20981cf03f8eb95e08ffc (diff) | |
| download | r-alacritty-vte-graphics.tar.gz r-alacritty-vte-graphics.tar.bz2 r-alacritty-vte-graphics.zip | |
Merge remote-tracking branch 'alacritty/master' into graphicsgraphics
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9780046..52bf0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ CHANGELOG ========= +## 0.15.0 + +- Support `CSI ? 5 W` to reset tabs stops to every 8th column +- Replaced `no_std` with a new `std` feature +- Changed default features to include `std` + +## 0.14.1 + +- Crash when partial advance buffer stopped inside some grapheme boundaries + +## 0.14.0 + +- `Parser::advance` now takes byte slices, instead of individual bytes +- `Parser::advance_until_terminated` allows premature termination, + by checking for `Perform::terminated` after each dispatch + ## 0.13.1 - Add SCP control support |