Also detect gemini:// URLs when hovering with the mouse

Fixes #3370
This commit is contained in:
Kovid Goyal
2021-03-06 11:12:45 +05:30
parent c48a42bec5
commit 958ccadc09
2 changed files with 3 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Add menu items to close the OS window and the current tab (:pull:`3240`, :iss:`3246`)
- Also detect ``gemini://`` URLs when hovering with the mouse (:iss:`3370`)
- When using a non-US keyboard layout and pressing :kbd:`ctrl+key` when
the key matches an English key, send that to the program running in the
terminal automatically (:iss:`2000`)