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

Changelog entries for new blame features

This commit is contained in:
Johannes Altmanninger 2024-02-03 00:26:59 +01:00 committed by Maxime Coste
parent 4e13fbef0a
commit 7cea09d327
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,9 @@ released versions.
* 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

View File

@ -52,7 +52,8 @@ struct {
"» {+b}+{} only duplicates identical selections a single time\n"
"» {+u}daemonize-session{} command\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,
"» Fix FreeBSD/MacOS clang compilation\n"