diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-25 07:52:15 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-06-26 13:42:07 +0400 |
commit | 284f2c49a9a61ca9b6dabc6513448b528108227c (patch) | |
tree | 8f4f6229a93cca1f01694b0a2e2e278f4c752443 /CHANGELOG.md | |
parent | 5fdfd47f832522b5fbfa111006046561404789a2 (diff) | |
download | alacritty-284f2c49a9a61ca9b6dabc6513448b528108227c.tar.gz alacritty-284f2c49a9a61ca9b6dabc6513448b528108227c.zip |
Fix hyperlink preview for 2 lines terminal (#6953)
The intention was to show it, however it was hidden due to wrong
comparisson check.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7424b7..4096bb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.13.0-dev + +### Fixed + +- Hyperlink preview not being shown when the terminal has exactly 2 lines + ## 0.12.1 ### Fixed |