Skip to content

Commit c24c802

Browse files
committed
Kakoune 2025.06.03
1 parent 8e876c9 commit c24c802

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/pages/changelog.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6-
== Development version
6+
== Kakoune 2025.06.03
77

88
* Expose env vars that are mentioned in the arguments passed to shell expansions
9+
910
* Support for colored double underlines
11+
1012
* `git apply` can now operate on selected changes in the current buffer's
1113
file (useful for quick (un)staging and reverting)
1214

15+
* `exec/eval -client` switch accepts '*' for all clients and comma separated
16+
list of client names.
17+
1318
== Kakoune 2024.05.18
1419

1520
* Fixed tests on Alpine Linux and *BSD

src/main.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ struct {
4545
unsigned int version;
4646
StringView notes;
4747
} constexpr version_notes[] = { {
48-
0,
48+
20250603,
4949
"» kak_* appearing in shell arguments will be added to the environment\n"
5050
"» {+U}double underline{} support\n"
5151
"» {+u}git apply{} can stage/revert selected changes to current buffer\n"
52+
"» {+u}exec/eval -client{} accepts '*' and comma separated list\n"
5253
}, {
5354
20240518,
5455
"» Fix tests failing on some platforms\n"

0 commit comments

Comments
 (0)