Update changelog
This commit is contained in:
parent
83fb65aef5
commit
556c7633ba
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user