From 184ad5fbeb6e2e224a892e9a923bb809bc06a923 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Wed, 18 Oct 2023 21:29:58 +0200 Subject: [PATCH] changelog: New nyxt/mode/hint:hints-alignment-x slot --- source/changelog.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 7447eb0a64fb..9754b77af7d9 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -898,7 +898,12 @@ Nyxt version exists. It is only raised when the major version differs.") (:li "UI improvement of interfaces bound to commands " (:nxref :command 'nyxt/mode/bookmark:bookmarks-panel) ", " (:nxref :command 'nyxt/mode/bookmark:list-bookmarks) " and " - (:nxref :command 'nyxt/mode/buffer-listing:buffers-panel) ".")))) + (:nxref :command 'nyxt/mode/buffer-listing:buffers-panel) "."))) + (:nsection :title "Features" + (:ul + (:li "Add new slot " + (:nxref :class-name 'nyxt/mode/hint:hint-mode :slot 'nyxt/mode/hint:hints-alignment-x) + ", to set the horizontal alignment of hint overlays.")))) (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release")