Skip to content

Commit

Permalink
Kakoune 2021.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Oct 27, 2021
1 parent 9466738 commit da10ce8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/pages/changelog.asciidoc
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/main.cc
Expand Up @@ -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"
Expand Down

0 comments on commit da10ce8

Please sign in to comment.