1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

Update changelog

This commit is contained in:
Johannes Altmanninger 2023-12-12 15:15:47 +01:00
parent 83fb65aef5
commit 556c7633ba
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,10 @@ released versions.
* New commands `git apply`, `git edit`, `git grep` * New commands `git apply`, `git edit`, `git grep`
* Completions provided via `shell-script-candidates` or `completers` are no longer sorted if the typed text is empty.
* The `terminal` alias has been replaced with a command that selects terminal program and placement based on windowing options.
== Kakoune 2023.08.08 == Kakoune 2023.08.08
* Fix compilation errors on FreeBSD and MacOS using clang * Fix compilation errors on FreeBSD and MacOS using clang

View File

@ -52,6 +52,8 @@ struct {
"» {+u}daemonize-session{} command\n" "» {+u}daemonize-session{} command\n"
"» view mode and mouse scrolling no longer change selections\n" "» view mode and mouse scrolling no longer change selections\n"
"» {+u}git apply/edit/grep{} commands\n" "» {+u}git apply/edit/grep{} commands\n"
"» custom completions are no longer sorted if the typed text is empty\n"
"» {+u}terminal{} now selects implementation based on windowing options\n"
}, { }, {
20230805, 20230805,
"» Fix FreeBSD/MacOS clang compilation\n" "» Fix FreeBSD/MacOS clang compilation\n"