Fix last character of URL not being detected if it is the only character on a new line

Fixes #3088
This commit is contained in:
Kovid Goyal
2020-11-11 14:00:00 +05:30
parent a40059729e
commit a74679dd95
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix the send_text action not working in URL handlers (:iss:`3081`)
- Fix last character of URL not being detected if it is the only character on a
new line (:iss:`3088`)
0.19.1 [2020-10-06]
-------------------