Only disable liga and dlig for nimbus mono

This commit is contained in:
Kovid Goyal
2019-08-10 08:22:36 +05:30
parent 8d9323aec6
commit 57542fc204
5 changed files with 37 additions and 10 deletions

View File

@@ -22,9 +22,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Dont fail to start if running the shell to read the EDITOR env var fails
(:iss:`1869`)
- Disable the ``liga`` and ``dlig`` OpenType features so that kitty works with
"so-called" monospace fonts such as Nimbus Mono that have non-programming
ligatures.
- Disable the ``liga`` and ``dlig`` OpenType features for broken fonts
such as Nimbus Mono.
- Fix a regression that broke setting background_opacity via remote control
(:iss:`1895`)