diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 03:08:49 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 04:16:27 +0300 |
commit | 88ae51858031cf02d10edaeda35a69ea697d3de3 (patch) | |
tree | e4a41453201bf9b1f7656dcfeb1cf8ed7a96beab /CHANGELOG.md | |
parent | 3108154f42115487adbfc860f608ee970b132ef6 (diff) | |
download | alacritty-88ae51858031cf02d10edaeda35a69ea697d3de3.tar.gz alacritty-88ae51858031cf02d10edaeda35a69ea697d3de3.zip |
Alacritty version 0.12.1-rc2v0.12.1-rc2alacritty_terminal_v0.19.0-rc2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 276d2262..1f456dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.12.1-rc2 + +- Very long startup times on Wayland systems with broken xdg-portal setup. +- Error on startup with `GLX` when using old mesa platforms + ## 0.12.1-rc1 ### Fixed @@ -12,8 +17,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI - Selection on last line not updating correctly on resize - Keyboard input not working on macOS with some IMEs like Fig.io -- Very long startup times on Wayland systems with broken xdg-portal setup. -- Error on startup with `GLX` when using old mesa platforms ## 0.12.0 |