summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-29 04:02:42 +0000
committerChristian Duerr <contact@christianduerr.com>2024-12-22 23:22:32 +0000
commitfdc1eccb307c70a719db5b61de20b42f04d8fb7f (patch)
tree9821ec8285d74edefc37b9a18750390711e086cc /CHANGELOG.md
parent9658aa6dfd8691cd9b20d1f13f0356162fadda64 (diff)
downloadalacritty-fdc1eccb307c70a719db5b61de20b42f04d8fb7f.tar.gz
alacritty-fdc1eccb307c70a719db5b61de20b42f04d8fb7f.zip
Fix hint highlight invalidation
This fixes a couple issues with hint highlight invalidation, which would cause hints to lose their underline highlight despite the terminal itself not having changed since the highlight started. Closes #8270.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b3d2b46..095d5fd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Notable changes to the `alacritty_terminal` crate are documented in its
[CHANGELOG](./alacritty_terminal/CHANGELOG.md).
+## 0.15.0-dev
+
+### Fixed
+
+- Mouse/Vi cursor hint highlighting broken on the terminal cursor line
+
## 0.14.0
### Packaging