Make the set of URL prefixes that are recognized while hovering with the mouse configurable

Fixes #2416
This commit is contained in:
Kovid Goyal
2020-03-08 13:16:34 +05:30
parent cc1336a616
commit 645890ccc8
7 changed files with 72 additions and 18 deletions

View File

@@ -40,6 +40,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a bug that prevented using custom functions with the new marks feature
(:iss:`2344`)
- Make the set of URL prefixes that are recognized while hovering with the
mouse configurable (:iss:`2416`)
- Fix border/margin/padding sizes not being recalculated on DPI change
(:iss:`2346`)