Kakoune 2020.08.04 startup info

This commit is contained in:
Maxime Coste 2020-08-04 19:40:43 +10:00
parent a82d61c14b
commit 2c437cfa02

View File

@ -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"
}, {