mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix CHANGELOG.md
The bracketed paste mode change isn't so much a fix as it is a change to address a potential security issue.
This commit is contained in:
parent
3b46859ece
commit
34ba485fb5
1 changed files with 4 additions and 1 deletions
|
@ -25,13 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Fix build failure on 32-bit systems
|
- Fix build failure on 32-bit systems
|
||||||
- Windows started as unfocused now show the hollow cursor if the setting is enabled
|
- Windows started as unfocused now show the hollow cursor if the setting is enabled
|
||||||
- Bracketed paste mode now filters escape sequences beginning with \x1b
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- The config option `window.decorations` should now use `full` or `none` instead
|
- The config option `window.decorations` should now use `full` or `none` instead
|
||||||
of `true` or `false`, respectively.
|
of `true` or `false`, respectively.
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Bracketed paste mode now filters escape sequences beginning with \x1b
|
||||||
|
|
||||||
## Version 0.2.0
|
## Version 0.2.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue