From 556c7633baa1b2354f66e666726eb1449f8af4e8 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 12 Dec 2023 15:15:47 +0100 Subject: [PATCH] Update changelog --- doc/pages/changelog.asciidoc | 4 ++++ src/main.cc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 50f8d51a..9004d367 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -20,6 +20,10 @@ released versions. * New commands `git apply`, `git edit`, `git grep` +* 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 diff --git a/src/main.cc b/src/main.cc index 4d14565a..dab646cf 100644 --- a/src/main.cc +++ b/src/main.cc @@ -52,6 +52,8 @@ struct { "» {+u}daemonize-session{} command\n" "» view mode and mouse scrolling no longer change selections\n" "» {+u}git apply/edit/grep{} commands\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"