Update changelog

This commit is contained in:
Kovid Goyal
2024-10-18 11:51:39 +05:30
parent d684a91dfa
commit 3a939b6a89
2 changed files with 5 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ Detailed list of changes
0.37.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- A new optional :opt:`text cursor movement animation <cursor_trail>` that
shows a "trail" following the movement of the cursor making it easy to follow
large cursor jumps (:pull:`7970`)
- Custom kittens: Add :ref:`a framework <kitten_main_rc>` for easily and securely using remote control from within a kitten's :code:`main()` function
- kitten icat: Fix the :option:`kitty +kitten icat --no-trailing-newline` not working when using unicode placeholders (:iss:`7948`)

View File

@@ -361,6 +361,7 @@ controls when the animation is trigerred. It is a number of milliseconds. The
trail animation only follows cursors that have stayed in their position for longer
than the specified number of milliseconds. This prevents trails from appearing
for cursors that rapidly change their positions during UI updates in complex applications.
See :opt:`cursor_trail_decay` to control the animation speed.
'''
)