Skip to content

Commit 1b85744

Browse files
committed
Kakoune 2021.11.08
1 parent da150a8 commit 1b85744

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/pages/changelog.asciidoc

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

6+
== Kakoune 2021.11.07
7+
8+
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
9+
10+
* Fixes for terminal flickering
11+
12+
* Fixes for command and response fifo corner cases
13+
614
== Kakoune 2021.10.28
715

816
* `g` and `v` do not auto lower case the next key, so `GL` needs to be

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+
20211107,
48+
"» colored and curly underlines support (undocumented in 20210828)\n"
49+
}, {
4750
20211028,
4851
"» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
4952
}, {

0 commit comments

Comments
 (0)