diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-26 10:14:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 13:14:52 +0400 |
commit | 9af7eb1b31dde67d7b1bc1824e7a375a54e9c79a (patch) | |
tree | 891da8c33b16625c07e8e41a0a357701458d596b | |
parent | a3be505f24c8412504468daf8d375a9ad81adbc1 (diff) | |
download | alacritty-9af7eb1b31dde67d7b1bc1824e7a375a54e9c79a.tar.gz alacritty-9af7eb1b31dde67d7b1bc1824e7a375a54e9c79a.zip |
Add version 0.13.2 to CHANGELOG
This is only an update to the development version and does not represent
a stable release.
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d61e0e9e..fa9f0d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.14.0-dev +### Changed + +- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input + +## 0.13.2 + ### Added - Default `Home`/`End` bindings in Vi mode mapped to `First`/`Last` respectively @@ -31,7 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input - No unused-key warnings will be emitted for OS-specific config keys - Use built-in font for sextant symbols from `U+1FB00` to `U+1FB3B` - Kitty encoding is not used anymore for uncommon keys unless the protocol enabled |