diff options
author | Serban Constantin <serban.constantin@gmail.com> | 2021-03-15 16:27:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 14:27:57 +0000 |
commit | 17923efccfb7e6bbcdeb5f748796d9ee1ea70149 (patch) | |
tree | 1cdab45183312f4f061d0a3271bc5238c816a96c /CHANGELOG.md | |
parent | 5aa02816c47e4b50fc51bcb830c5864f681b3913 (diff) | |
download | alacritty-17923efccfb7e6bbcdeb5f748796d9ee1ea70149.tar.gz alacritty-17923efccfb7e6bbcdeb5f748796d9ee1ea70149.zip |
Fix URLs opening in explorer on Windows
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbe458b..710956b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Alacritty failing to start on X11 with invalid DPI reported by XRandr - Text selected after search without any match - Incorrect vi cursor position after leaving search +- Clicking on URLs on Windows incorrectly opens File Explorer ### Removed |