mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +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`)
|
- 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]
|
0.46.2 [2026-03-21]
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
@@ -423,6 +423,7 @@ class FontConfigPattern(TypedDict):
|
|||||||
scalable: bool
|
scalable: bool
|
||||||
outline: bool
|
outline: bool
|
||||||
color: bool
|
color: bool
|
||||||
|
matrix: tuple[float, float, float, float]
|
||||||
variable: bool
|
variable: bool
|
||||||
named_instance: bool
|
named_instance: bool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user