diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d1e739ee..7cab0f1a2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -43,7 +43,7 @@ The :doc:`ssh kitten ` is redesigned with powerful new features: Detailed list of changes ------------------------------------- -0.30.2 [future] +0.31.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - A new option :opt:`menu_map` that allows adding entries to the global menubar on macOS (:disc:`6680`) diff --git a/docs/pointer-shapes.rst b/docs/pointer-shapes.rst index 4750a21b8..b751d86a3 100644 --- a/docs/pointer-shapes.rst +++ b/docs/pointer-shapes.rst @@ -1,6 +1,8 @@ Mouse pointer shapes ======================= +.. versionadded:: 0.31.0 + This is a simple escape code that can be used by terminal programs to change the shape of the mouse pointer. This is useful for buttons/links, dragging to resize panes, etc. It is based on the original escape code proposal from xterm