From 89b4f59efa01c187c63dba9213c1ed81d4c906db Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Feb 2021 09:18:09 +0530 Subject: [PATCH] Update changelog to note animation support --- docs/changelog.rst | 4 ++++ docs/graphics-protocol.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 10b0b2257..ce308ab9e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,10 @@ To update |kitty|, :doc:`follow the instructions `. 0.20.0 [future] ---------------------- +- Support display of animated images ``kitty +kitten icat animation.gif``. See + :ref:`animation_protocol` for details on animation support in the kitty + graphics protocol. + - A new keyboard reporting protocol with various advanced features that can be used by full screen terminal programs and even games, see :doc:`keyboard-protocol` (:iss:`3248`) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index ce707b935..784738e23 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -487,6 +487,8 @@ use the ``i`` key with the image id for all future communication. The ability to use image numbers (see :doc:`kittens/query_terminal` to query kitty version) +.. _animation_protocol: + Animation -------------------------------------------