Skip to content

Commit

Permalink
Kakoune 2021.11.08
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Nov 7, 2021
1 parent da150a8 commit 1b85744
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/pages/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.

== Kakoune 2021.11.07

* Support for curly and separately colored underlines (undocumented in 2021.10.28)

* Fixes for terminal flickering

* Fixes for command and response fifo corner cases

== Kakoune 2021.10.28

* `g` and `v` do not auto lower case the next key, so `GL` needs to be
Expand Down
3 changes: 3 additions & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
20211107,
"» colored and curly underlines support (undocumented in 20210828)\n"
}, {
20211028,
"» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
}, {
Expand Down

0 comments on commit 1b85744

Please sign in to comment.