summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2023-11-09 19:44:28 +0100
committerJohannes Altmanninger <aclopte@gmail.com>2023-11-17 19:41:55 +0100
commit0bb5b28f7efc77d1a11b42cf99b611004ebb9570 (patch)
treeba5b71cc5765cea1ec238020668e9149c9727d83
parent296ab1a1ffb707f4691cdce21172b3b8d0b48eb0 (diff)
Update changelog
-rw-r--r--doc/pages/changelog.asciidoc6
-rw-r--r--src/main.cc2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc
index bc0a749e..50f8d51a 100644
--- a/doc/pages/changelog.asciidoc
+++ b/doc/pages/changelog.asciidoc
@@ -14,7 +14,11 @@ released versions.
and slow exponential growth in the number of selections.
* `daemonize-session` command makes it possible to convert the current session
- to a deamon one (which will not exit on last client disconnecting)
+ to a daemon one (which will not exit on last client disconnecting)
+
+* View mode commands and mouse scrolling no longer change selections when those go off-screen.
+
+* New commands `git apply`, `git edit`, `git grep`
== Kakoune 2023.08.08
diff --git a/src/main.cc b/src/main.cc
index 09df5361..228421bb 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -50,6 +50,8 @@ struct {
"» {+b}%val{window_range}{} is now emitted as separate strings\n"
"» {+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"
}, {
20230805,
"» Fix FreeBSD/MacOS clang compilation\n"