URL detection: Fix IPv6 hostnames breaking URL detection

Fixes #7565
This commit is contained in:
Kovid Goyal
2024-06-21 05:53:21 +05:30
parent b63e523098
commit 1a38b60463
5 changed files with 66 additions and 22 deletions

View File

@@ -65,6 +65,8 @@ Detailed list of changes
- Fix :opt:`scrollback_indicator_opacity` not actually controlling the opacity (:iss:`7557`)
- URL detection: Fix IPv6 hostnames breaking URL detection (:iss:`7565`)
0.35.1 [2024-05-31]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~