Skip to content

Commit 5a5bd5f

Browse files
committed
Kakoune 2026.04.12
1 parent 1446bf0 commit 5a5bd5f

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

doc/pages/changelog.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To control the startup info message, see <<options#startup-info,`:doc options st
55
This changelog contains major and/or breaking changes to Kakoune between
66
released versions.
77

8-
== Development Version
8+
== Kakoune 2026.04.12
99

1010
* `finaleol` option to support writing files that do not end with an final
1111
end-of-line byte

src/main.cc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct {
5151
unsigned int version;
5252
StringView notes;
5353
} constexpr version_notes[] = { {
54-
0,
54+
20260412,
5555
"» {+u}finaleol{} option to preserve files with no final end-of-line\n"
5656
"» {+b}%val\\{buffile}{} is now empty for scratch buffers\n"
5757
"» {+b}FocusIn{}/{+b}FocusOut{} events on suspend\n"
@@ -67,19 +67,6 @@ struct {
6767
}, {
6868
20240518,
6969
"» Fix tests failing on some platforms\n"
70-
}, {
71-
20240509,
72-
"» {+u}flag-lines -after{} highlighter\n"
73-
"» asynchronous {+u}shell-script-candidates{} completion\n"
74-
"» {+b}%val\\{window_range}{} is now emitted as separate strings\n"
75-
"» {+b}+{} only duplicates identical selections a single time\n"
76-
"» {+u}daemonize-session{} command\n"
77-
"» view mode and mouse scrolling no longer change selections\n"
78-
"» {+u}git apply/blame-jump/edit/grep{} commands\n"
79-
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n"
80-
"» custom completions are no longer sorted if the typed text is empty\n"
81-
"» {+u}terminal{} now selects implementation based on windowing options\n"
82-
"» {+u}local{} scopes\n"
8370
}
8471
};
8572

0 commit comments

Comments
 (0)