From 8433f1d7315d68c6369b084ef7c1b0a2ee4bc7dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 8 Feb 2023 13:03:25 +0530 Subject: [PATCH] Update changelog for last PR --- docs/changelog.rst | 6 ++++++ kitty/options/definition.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 418a7dff3..32a171d8f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,12 @@ mouse anywhere in the current command to move the cursor there. See Detailed list of changes ------------------------------------- +0.28.0 [future] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the options :opt:`text_old_gamma`, :opt:`text_gamma_adjustment` and :opt:`text_contrast` (:pull:`5969`) + + 0.27.1 [2023-02-07] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 358044b5c..661536c61 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -250,8 +250,8 @@ setting will make the text appear thicker while decreasing the value will make i can compensate for some fonts looking too-thin when using the gamma-correct alpha blending. The result is scaled based on the luminance difference between the background and the foreground. -Dark text on light backgrounds receive the full impact of the curve while light text on dark -backgrounds are affected very little. Valid values are 0.01 and above. For macOS like text rendering, +Dark text on light backgrounds receives the full impact of the curve while light text on dark +backgrounds is affected very little. Valid values are 0.01 and above. For macOS like text rendering, a value of ~1.7 usually works well. ''' )