From 5f1376b9a0fb1dbcff1434eefc38138232ae5443 Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 22 Apr 2022 15:02:23 +0800 Subject: [PATCH] ... --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 554520f80..9a8cff7ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -63,6 +63,8 @@ Detailed list of changes - Change the default value of :opt:`confirm_os_window_close` to ask for confirmation when closing windows that are not sitting at shell prompts +- A new value :code:`last_reported` for :option:`launch --cwd` to use the current working directory last reported from OSC 7 + - macOS: When using Apple's less as the pager for viewing scrollback strip out OSC codes as it cant parse them (:iss:`4788`) - diff kitten: Fix incorrect rendering in rare circumstances when scrolling after changing the context size (:iss:`4831`)