File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 33This changelog contains major and/or breaking changes to Kakoune between
44released 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
Original file line number Diff line number Diff 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 }, {
You can’t perform that action at this time.
0 commit comments