Kakoune 2024.05.18
This commit is contained in:
parent
7a90473267
commit
1bd50261c8
|
@ -3,6 +3,10 @@
|
||||||
This changelog contains major and/or breaking changes to Kakoune between
|
This changelog contains major and/or breaking changes to Kakoune between
|
||||||
released versions.
|
released versions.
|
||||||
|
|
||||||
|
== Kakoune 2024.05.18
|
||||||
|
|
||||||
|
* Fixed tests on Alpine Linux and *BSD
|
||||||
|
|
||||||
== Kakoune 2024.05.09
|
== Kakoune 2024.05.09
|
||||||
|
|
||||||
* `flag-lines -after` switch to display text after the line
|
* `flag-lines -after` switch to display text after the line
|
||||||
|
|
|
@ -45,6 +45,9 @@ struct {
|
||||||
unsigned int version;
|
unsigned int version;
|
||||||
StringView notes;
|
StringView notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
|
20240518,
|
||||||
|
"» Fix tests failing on some platforms\n"
|
||||||
|
}, {
|
||||||
20240509,
|
20240509,
|
||||||
"» {+u}flag-lines -after{} highlighter\n"
|
"» {+u}flag-lines -after{} highlighter\n"
|
||||||
"» asynchronous {+u}shell-script-candidates{} completion\n"
|
"» asynchronous {+u}shell-script-candidates{} completion\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user