From 6b8d38e4b9fa6b5837e4353742ae103f59b04333 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Oct 2017 13:46:50 +0530 Subject: [PATCH] ... --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2394a4020..47c2d61c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,13 @@ Changelog ============== -kitty is a modern, hackable, OpenGL based terminal emulator. +kitty is a feature full, hackable, OpenGL based terminal emulator. version 0.4.0 [future] ----------------------- - Support for drawing arbitrary raster graphics (images) in the terminal via a - new graphics protocol. kitty can draw images with full 32-bit color over both + new graphics protocol. kitty can draw images with full 32-bit color using both ssh connections and files/shared memory (when available) for better performance. The drawing primitives support alpha blending and z-index. Images can be drawn both above and below text. See