diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2018-12-28 16:01:58 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-28 16:01:58 +0000 |
commit | f1bc6802e1d0d03feaa43e61c2bf465795a96da9 (patch) | |
tree | d2b993eb020631ca1de14b47eb0d9213ee37dd90 /CHANGELOG.md | |
parent | ec6f756946c998d327316d370b381003e51d3a70 (diff) | |
download | alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.tar.gz alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.zip |
Add support for Windows ConPTY APIv0.2.4-conpty
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d46d65..df645133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New configuration field `visual_bell.color` allows changing the visual bell color - Crashes on Windows are now also reported with a popup in addition to stderr +- Windows: New configuration field `enable_experimental_conpty_backend` which enables support + for the Pseudoconsole API (ConPTY) added in Windows 10 October 2018 (1809) update ### Changed @@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix panic after quitting Alacritty on macOS - Tabs are no longer replaced by spaces when copying them to the clipboard - Alt modifier is no longer sent separately from the modified key +- Various Windows issues, like color support and performance, through the new ConPTY ## Version 0.2.4 |