Update changelog

This commit is contained in:
Johannes Altmanninger 2023-11-09 19:44:28 +01:00
parent 296ab1a1ff
commit 0bb5b28f7e
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,11 @@ released versions.
and slow exponential growth in the number of selections. and slow exponential growth in the number of selections.
* `daemonize-session` command makes it possible to convert the current session * `daemonize-session` command makes it possible to convert the current session
to a deamon one (which will not exit on last client disconnecting) to a daemon one (which will not exit on last client disconnecting)
* View mode commands and mouse scrolling no longer change selections when those go off-screen.
* New commands `git apply`, `git edit`, `git grep`
== Kakoune 2023.08.08 == Kakoune 2023.08.08

View File

@ -50,6 +50,8 @@ struct {
"» {+b}%val{window_range}{} is now emitted as separate strings\n" "» {+b}%val{window_range}{} is now emitted as separate strings\n"
"» {+b}+{} only duplicates identical selections a single time\n" "» {+b}+{} only duplicates identical selections a single time\n"
"» {+u}daemonize-session{} command\n" "» {+u}daemonize-session{} command\n"
"» view mode and mouse scrolling no longer change selections\n"
"» {+u}git apply/edit/grep{} commands\n"
}, { }, {
20230805, 20230805,
"» Fix FreeBSD/MacOS clang compilation\n" "» Fix FreeBSD/MacOS clang compilation\n"