This commit is contained in:
Kovid Goyal 2017-09-19 11:17:17 +05:30
parent 5622efb710
commit 564f19d248
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -4,19 +4,19 @@ Changelog
version 0.4.0 [future]
-----------------------
- Refactor kitty's internals to make it even faster and more efficient. The
CPU usage of kitty + X server while doing intensive tasks such as scrolling
a file continuously in less has been reduced by 50%. There are now two
configuration options ``repaint_delay`` and ``input_delay`` you can use to
fine tune kitty's performance vs CPU usage profile. The CPU usage of kitty
+ X when scrolling in less is now better than most (all?) other terminals.
- Refactor kitty's internals to make it even faster and more efficient. The
CPU usage of kitty + X server while doing intensive tasks such as scrolling
a file continuously in less has been reduced by 50%. There are now two
configuration options ``repaint_delay`` and ``input_delay`` you can use to
fine tune kitty's performance vs CPU usage profile. The CPU usage of kitty
+ X when scrolling in less is now better than most (all?) other terminals.
- Hovering over URLs with the mouse now underlines them to indicate they
can be clicked. Hold down Ctrl+Shift while clicking to open the URL.
- Hovering over URLs with the mouse now underlines them to indicate they
can be clicked. Hold down Ctrl+Shift while clicking to open the URL.
- Selection using the mouse is now more intelligent. It does not add
blank cells (i.e. cells that have no content) after the end of text in a
line to the selection.
- Selection using the mouse is now more intelligent. It does not add
blank cells (i.e. cells that have no content) after the end of text in a
line to the selection.
- The block cursor in now fully opaque but renders the character under it in
the background color, for enhanced visibility.
- The block cursor in now fully opaque but renders the character under it in
the background color, for enhanced visibility.