Kakoune 2021.11.08

This commit is contained in:
Maxime Coste 2021-11-07 16:51:39 +11:00
parent da150a8de5
commit 1b8574449f
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,14 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Kakoune 2021.11.07
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
* Fixes for terminal flickering
* Fixes for command and response fifo corner cases
== Kakoune 2021.10.28
* `g` and `v` do not auto lower case the next key, so `GL` needs to be

View File

@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
20211107,
"» colored and curly underlines support (undocumented in 20210828)\n"
}, {
20211028,
"» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
}, {