Fix a regression in 0.27.0 that broke kitty @ set-font-size 0

Fixes #5992
This commit is contained in:
Kovid Goyal
2023-02-08 14:21:00 +05:30
parent 4dfd4d4972
commit 237a5d17c0
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ Detailed list of changes
- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the option :opt:`text_composition_strategy` for details. (:pull:`5969`)
- Fix a regression in 0.27.0 that broke kitty @ set-font-size 0 (:iss:`5992`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~