From fc9ffb3115ecf685a3864f43179124a2b2f1d3d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Mar 2019 11:57:19 +0530 Subject: [PATCH] Add changes to clipboard-control to changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e97498f15..c9973a5ec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -69,6 +69,9 @@ To update |kitty|, :doc:`follow the instructions `. - macOS: Use the system cursor blink interval by default :opt:`cursor_blink_interval`. +- Add a ``no-append`` setting to :opt:`clipboard_control` to disable + the kitty copy concatenation protocol extension for OSC 52. + 0.13.3 [2019-01-19] ------------------------------