Skip to content

Commit

Permalink
Kakoune 2024.05.09
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed May 9, 2024
1 parent 1c71fc0 commit 8bb0f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/pages/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.

== Development version
== Kakoune 2024.05.09

* `flag-lines -after` switch to display text after the line

Expand All @@ -28,6 +28,8 @@ released versions.

* The `terminal` alias has been replaced with a command that selects terminal program and placement based on windowing options.

* `local` scopes in `commands` and `evaluate-commands`.

== Kakoune 2023.08.08

* Fix compilation errors on FreeBSD and MacOS using clang
Expand Down
3 changes: 2 additions & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
0,
20240509,
"» {+u}flag-lines -after{} highlighter\n"
"» asynchronous {+u}shell-script-candidates{} completion\n"
"» {+b}%val\\{window_range}{} is now emitted as separate strings\n"
Expand All @@ -56,6 +56,7 @@ struct {
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n"
"» custom completions are no longer sorted if the typed text is empty\n"
"» {+u}terminal{} now selects implementation based on windowing options\n"
"» {+u}local{} scopes\n"
}, {
20230805,
"» Fix FreeBSD/MacOS clang compilation\n"
Expand Down

0 comments on commit 8bb0f44

Please sign in to comment.