diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-26 10:14:52 +0100 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-08-14 15:42:41 -0600 |
commit | c553b8d30697cee33b51f96ea5c67af1790f66e2 (patch) | |
tree | 079918dbe4765c1b5f305c7399bf77505bf58191 | |
parent | 92d7d9ca196e3ca075f3f612cff5005c9ec3506f (diff) | |
download | r-alacritty-c553b8d30697cee33b51f96ea5c67af1790f66e2.tar.gz r-alacritty-c553b8d30697cee33b51f96ea5c67af1790f66e2.tar.bz2 r-alacritty-c553b8d30697cee33b51f96ea5c67af1790f66e2.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 |