mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-29 11:18:50 +02:00
Cleanup previous PR
This commit is contained in:
@@ -276,6 +276,8 @@ Detailed list of changes
|
||||
|
||||
- ssh kitten: Sanitize user controlled data in error messages that might leak to shell (:cve:`2026-42850`)
|
||||
|
||||
- Linux: Respect the fontconfig matrix setting commonly used for fake slant with fonts that do not have italic variants (:pull:`9990`)
|
||||
|
||||
|
||||
0.46.2 [2026-03-21]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -423,6 +423,7 @@ class FontConfigPattern(TypedDict):
|
||||
scalable: bool
|
||||
outline: bool
|
||||
color: bool
|
||||
matrix: tuple[float, float, float, float]
|
||||
variable: bool
|
||||
named_instance: bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user