Changelog entries for new blame features
This commit is contained in:
parent
4e13fbef0a
commit
7cea09d327
|
@ -20,7 +20,9 @@ released versions.
|
||||||
|
|
||||||
* View mode commands and mouse scrolling no longer change selections when those go off-screen.
|
* View mode commands and mouse scrolling no longer change selections when those go off-screen.
|
||||||
|
|
||||||
* New commands `git apply`, `git edit`, `git grep`
|
* New commands `git apply`, `git blame-jump`, `git edit` and `git grep`.
|
||||||
|
|
||||||
|
* `git blame` now also works in `git-diff` and `git-log` buffers.
|
||||||
|
|
||||||
== Kakoune 2023.08.08
|
== Kakoune 2023.08.08
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,8 @@ struct {
|
||||||
"» {+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"
|
"» view mode and mouse scrolling no longer change selections\n"
|
||||||
"» {+u}git apply/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"
|
||||||
}, {
|
}, {
|
||||||
20230805,
|
20230805,
|
||||||
"» Fix FreeBSD/MacOS clang compilation\n"
|
"» Fix FreeBSD/MacOS clang compilation\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user