1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

Merge remote-tracking branch 'krobelus/changelog'

This commit is contained in:
Maxime Coste 2024-02-10 21:55:09 +11:00
commit cf95043b14
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,10 @@ released versions.
* `git blame` now also works in `git-diff` and `git-log` buffers.
* 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
* Fix compilation errors on FreeBSD and MacOS using clang

View File

@ -54,6 +54,8 @@ struct {
"» view mode and mouse scrolling no longer change selections\n"
"» {+u}git apply/blame-jump/edit/grep{} commands\n"
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\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,
"» Fix FreeBSD/MacOS clang compilation\n"