aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-09-26 20:48:19 +0400
committerGitHub <noreply@github.com>2023-09-26 20:48:19 +0400
commit47d500770a7fe306d710ca2cd9a0758c27a639a2 (patch)
tree1a7d67f7b385fadf08835ee84c8b7c75ab45a1af /CHANGELOG.md
parenta58fb39b68caa34b073f66911c0ac6945f56eac2 (diff)
downloadalacritty-47d500770a7fe306d710ca2cd9a0758c27a639a2.tar.gz
alacritty-47d500770a7fe306d710ca2cd9a0758c27a639a2.zip
Bump VTE to 0.12.0
Fixes #6845.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40273970..df77b457 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- OSC 52 paste ability is now **disabled by default**; use `terminal.osc52` to adjust it
- Apply `colors.transparent_background_colors` for selections, hints, and search matches
- Underline full hint during keyboard selection
+- Synchronized updates now use `CSI 2026` instead of legacy `DCS` variant
### Fixed