From 5b0b714baa8b63581ea67a7d8fd6d3fe4e4564dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 Dec 2025 09:10:39 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d376bed28..5416e0dda 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -268,6 +268,8 @@ Detailed list of changes activation history as this is generally more important. In the future may have it save tab history as well (:pull:`9163`) +- The :sc:`reset_terminal` shortcut to reset the terminal now also resets termios state + 0.43.1 [2025-10-01] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -327,6 +329,9 @@ Detailed list of changes Note that this might require you to adjust the value of this setting to get back your current look. (:iss:`8869`) +- **backward incompatibility**: :opt:`background_opacity` no longer applies to + :opt:`background_image` instead add an alpha channel to the image itself + - Add support for blinking text. Text marked as blinking now blinks in exact rhythm with the cursor. The blinking animation and max duration are controlled by :opt:`cursor_blink_interval` and