diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-09 23:26:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 02:26:57 +0300 |
commit | 44f25493ca404820c55e5b493fb2f48c019d00b8 (patch) | |
tree | 1ac2212beb6ef37287b839c0366bc14110232c3e /CHANGELOG.md | |
parent | 0210a43196611c7c9216e923e3e11c6fe1b98876 (diff) | |
download | alacritty-44f25493ca404820c55e5b493fb2f48c019d00b8.tar.gz alacritty-44f25493ca404820c55e5b493fb2f48c019d00b8.zip |
Bump urlocator and unicode-width
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 3012ced1..8c229c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Opt-out compilation flag `winpty` to disable WinPTY support - Scrolling during selection when mouse is at top/bottom of window - Expanding existing selections using the right mouse button +- Support for `gopher` and `gemini` URLs +- Unicode 13 support ### Changed @@ -45,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adjusted selection clearing granularity to more accurately match content - To use the cell's text color for selection with a modified background, the `color.selection.text` variable must now be set to `CellForeground` instead of omitting it +- URLs are no longer highlighted without a clearly delimited scheme ### Fixed |