Skip to content

Commit da10ce8

Browse files
committed
Kakoune 2021.10.28
1 parent 9466738 commit da10ce8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/pages/changelog.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6+
== Kakoune 2021.10.28
7+
8+
* `g` and `v` do not auto lower case the next key, so `GL` needs to be
9+
manually mapped to `Gl` for example.
10+
611
== Kakoune 2021.08.28
712

813
* command and response fifo support

src/main.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ struct {
4444
unsigned int version;
4545
StringView notes;
4646
} constexpr version_notes[] = { {
47+
20211028,
48+
"» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
49+
}, {
4750
20210828,
4851
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
4952
"» {+u}$kak_command_fifo{} support\n"

0 commit comments

Comments
 (0)