diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-08-04 19:40:43 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-08-04 19:40:43 +1000 |
| commit | 2c437cfa02ca568750182209ef6249c6975243a5 (patch) | |
| tree | 384bb7a57f9c26ba0d1dfbf6afd8c1156d96374b /src/main.cc | |
| parent | a82d61c14bcb7d519ed7770de5c6bfe1bf0c2894 (diff) | |
Kakoune 2020.08.04 startup info
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 6 |
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" }, { |
