mirror of
https://github.com/alacritty/alacritty.git
synced 2025-09-04 22:43:53 -04:00
Add version 0.13.2 to CHANGELOG
This is only an update to the development version and does not represent a stable release.
This commit is contained in:
parent
a3be505f24
commit
9af7eb1b31
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## 0.14.0-dev
|
## 0.14.0-dev
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input
|
||||||
|
|
||||||
|
## 0.13.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Default `Home`/`End` bindings in Vi mode mapped to `First`/`Last` respectively
|
- 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
|
### 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
|
- 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`
|
- 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
|
- Kitty encoding is not used anymore for uncommon keys unless the protocol enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue