Kakoune 2021.10.28

This commit is contained in:
Maxime Coste 2021-10-28 09:13:34 +11:00
parent 946673850e
commit da10ce817e
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,11 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Kakoune 2021.10.28
* `g` and `v` do not auto lower case the next key, so `GL` needs to be
manually mapped to `Gl` for example.
== Kakoune 2021.08.28
* command and response fifo support

View File

@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
20211028,
"» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
}, {
20210828,
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
"» {+u}$kak_command_fifo{} support\n"