From 4840fe94fd1d44fc2425f8e6ce3cf2d62e03c782 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 11 Sep 2023 00:01:46 +0300 Subject: [PATCH] changelog: Major review for 3.7.0 version. --- source/changelog.lisp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 2436c353e69..61be530a860 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -834,12 +834,14 @@ Chromium, Brave and Vivaldi. For instance, " " and the " (:nxref :command 'nyxt/mode/bookmarklets:darken) " bookmarklet command.")))) -(define-version "3.X.X" +(define-version "3.7.0" + (:nsection :title "UI/UX" + (:ul + (:li "Minor UI improvements on the status and prompt buffer.") + (:li "Stylistic review of the manual to improve readability."))) (:nsection :title "Features" (:ul + (:li "Add possibility to open PDF files via command " + (:nxref :command 'nyxt/mode/file-manager:open-file) ".") (:li "The installation process now takes into account the Appdata file and -a scalable icon."))) - (:nsection :title "UI/UX" - (:ul - (:li "Make padding for source columns and suggestions consistent.") - (:li "Round corners on arrows in status buffer.")))) +a scalable icon."))))