From 46a977fe3f0c38438cc1db3acdb3daf014cd410d Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 13 Nov 2023 15:03:30 +0200 Subject: [PATCH] changelog: Review for 3.9.2 version. --- source/changelog.lisp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index d673af6b31b..b0dfe953512 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -909,13 +909,17 @@ Nyxt version exists. It is only raised when the major version differs.") (:nxref :command 'nyxt/mode/prompt-buffer:toggle-attributes-display) " and behavior of UI elements relying on it.")))) -(define-version "3.X.Y" +(define-version "3.9.2" (:nsection :title "UI/UX" (:ul - (:li "Simplify status bar CSS. Make URL area clickable."))) + (:li "Review of the status buffer UI. The URL area is now clickable."))) (:nsection :title "Bug fixes" (:ul (:li (:nxref :mode 'nyxt/mode/blocker:blocker-mode) " ensures that hostlist files are loaded when missing.") (:li "Fix connection to Nyxt via commands " - (:code "start-swank") " and " (:code "start-slynk") ".")))) + (:code "start-swank") " and " (:code "start-slynk") "."))) + (:nsection :title "Programming interface" + (:ul + (:li "When running Nyxt as a Flatpak, programs available on the host can be +invoked via " (:code "flatpak-spawn --host ") "."))))