From 81a221460acf3de1e584e3ebc15aa35dd882c670 Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 10 Feb 2023 12:46:50 +0800 Subject: [PATCH] Docs: Remind users to remove macos_thicken_font in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a75ff811c..2faae59df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,7 +38,7 @@ 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 option :opt:`text_composition_strategy` for details. (:pull:`5969`) +- 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. The obsolete :opt:`macos_thicken_font` will make the font too thick and needs to be removed manually if it is configured. (:pull:`5969`) - Fix a regression in 0.27.0 that broke kitty @ set-font-size 0 (:iss:`5992`)