File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33This changelog contains major and/or breaking changes to Kakoune between
44released 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
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments