diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-12 01:22:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 01:22:49 +0000 |
commit | 4c9ecd3479b6cce0493532561ef78ba410c3b51a (patch) | |
tree | 8e21ecc6c3bcf665f7e9b4f20f603b79985c6393 /CHANGELOG.md | |
parent | bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9 (diff) | |
download | alacritty-4c9ecd3479b6cce0493532561ef78ba410c3b51a.tar.gz alacritty-4c9ecd3479b6cce0493532561ef78ba410c3b51a.zip |
Fix search regressions
Fixes #5315.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 797c0658..d5342d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash when resizing during vi mode - Unintentional text selection range change after leaving vi mode - Deadlock on Windows during high frequency output +- Search without vi mode not starting at the correct location when scrolled into history +- Crash when starting a vi mode search from the bottommost line +- Original scroll position not restored after canceling search ## 0.8.0 |