summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-09 23:26:57 +0000
committerGitHub <noreply@github.com>2020-07-10 02:26:57 +0300
commit44f25493ca404820c55e5b493fb2f48c019d00b8 (patch)
tree1ac2212beb6ef37287b839c0366bc14110232c3e /CHANGELOG.md
parent0210a43196611c7c9216e923e3e11c6fe1b98876 (diff)
downloadalacritty-44f25493ca404820c55e5b493fb2f48c019d00b8.tar.gz
alacritty-44f25493ca404820c55e5b493fb2f48c019d00b8.zip
Bump urlocator and unicode-width
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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