Merge branch 'bugfix-unicode-names-input' of https://github.com/purxiz/kitty

Fixes #3221
This commit is contained in:
Kovid Goyal
2021-01-07 14:18:24 +05:30
2 changed files with 13 additions and 10 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux: Fix rendering of emoji followed by the graphics variation selector not
being colored with some fonts (:iss:`3211`)
- Unicode input: Fix using index in select by name mode not working for indices
larger than 16. Also using an index does not filter the list of matches. (:pull:`3219`)
0.19.3 [2020-12-19]
-------------------