Kakoune 2021.11.08
This commit is contained in:
parent
da150a8de5
commit
1b8574449f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user