Update bundled harfbuzz version

The old version shows very poor perfromance shaping some fonts with
ligatures on macOS.

Fixes #6743
This commit is contained in:
Kovid Goyal
2023-10-24 16:39:29 +05:30
parent 467e7e5041
commit 539a8706dc
2 changed files with 5 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ Detailed list of changes
- macOS: When running the default shell with the login program fix :file:`~/.hushlogin` not being respected when opening windows not in the home directory (:iss:`6689`)
- macOS: Fix poor performance when using ligatures with some fonts, caused by slow harfbuzz shaping (:iss:`6743`)
- ``kitten @ set-background-opacity`` - add a new ``--toggle`` flag to easily switch opacity between the specified value and the default (:iss:`6691`)
- Fix a regression caused by rewrite of kittens to Go that made various kittens reset colors in a terminal when the colors were changed by escape code (:iss:`6708`)