diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-01 22:13:24 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 22:13:24 +0400 |
commit | 104ae3665c76452d48bbfbf0ae626350d5c3f8b8 (patch) | |
tree | 4ee21f8b8cfbc0a17d0eb5e921b9be2008e4706b /CHANGELOG.md | |
parent | 279d51d4890d188510207093a7f127511edd54f5 (diff) | |
download | alacritty-104ae3665c76452d48bbfbf0ae626350d5c3f8b8.tar.gz alacritty-104ae3665c76452d48bbfbf0ae626350d5c3f8b8.zip |
Add version 0.12.2 to CHANGELOG
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0b946a..b348b372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,13 +30,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Deprecated config option `mouse_bindings`, use `mouse.bindings` - The default colorscheme is now based on base16 classic dark -### Fixed - -- Hyperlink preview not being shown when the terminal has exactly 2 lines -- Crash on Windows when changing display scale factor -- Freeze with some drivers when using GLX -- Crash when shrinking the terminal scrolled into the history - ### Removed - Config option `background_opacity`, use `window.background_opacity` @@ -44,6 +37,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Config option `mouse.url`, use the `hints` config section - Config options `mouse.double_click` and `mouse.triple_click` +## 0.12.2 + +### Fixed + +- Hyperlink preview not being shown when the terminal has exactly 2 lines +- Crash on Windows when changing display scale factor +- Freeze with some drivers when using GLX +- Crash when shrinking the terminal scrolled into the history + ## 0.12.1 ### Fixed |