Merge remote-tracking branch 'krobelus/changelog'
This commit is contained in:
commit
cf95043b14
|
@ -24,6 +24,10 @@ released versions.
|
||||||
|
|
||||||
* `git blame` now also works in `git-diff` and `git-log` buffers.
|
* `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
|
== Kakoune 2023.08.08
|
||||||
|
|
||||||
* Fix compilation errors on FreeBSD and MacOS using clang
|
* Fix compilation errors on FreeBSD and MacOS using clang
|
||||||
|
|
|
@ -54,6 +54,8 @@ struct {
|
||||||
"» view mode and mouse scrolling no longer change selections\n"
|
"» view mode and mouse scrolling no longer change selections\n"
|
||||||
"» {+u}git apply/blame-jump/edit/grep{} commands\n"
|
"» {+u}git apply/blame-jump/edit/grep{} commands\n"
|
||||||
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\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,
|
20230805,
|
||||||
"» Fix FreeBSD/MacOS clang compilation\n"
|
"» Fix FreeBSD/MacOS clang compilation\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user