Kakoune 2021.10.28
This commit is contained in:
parent
946673850e
commit
da10ce817e
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user