From 2c437cfa02ca568750182209ef6249c6975243a5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 4 Aug 2020 19:40:43 +1000 Subject: [PATCH] Kakoune 2020.08.04 startup info --- src/main.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.cc b/src/main.cc index 9385214ffd..de454cbe3b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,6 +44,12 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { + 20200804, + "» {+u}User{} hook support\n" + "» Removed {+i}bold{} and {+i}italic{} faces from colorschemes\n" + "» Read from stdin support for clients\n" + "» {+u}rgba:RRGGBBAA{} faces and alpha blending\n" + }, { 20200116, "» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges\n" }, {