summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 9385214f..de454cbe 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"
}, {