Skip to content

Commit

Permalink
changelog: Major review for 3.9.0 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Oct 9, 2023
1 parent ec9337e commit 98e559f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -876,13 +876,18 @@ Nyxt version exists. It is only raised when the major version differs.")
(:nxref :class-name 'nyxt/mode/editor:plaintext-editor-mode)
"enabled by default."))))

(define-version "3.X.Y"
(define-version "3.9.0"
(:nsection :title "Features"
(:ul
(:li "Revamp the " (:nxref :package :theme)
" API to allow for more nuanced themes and prettier Nyxt-internal interfaces.")))
(:li "Complete refactor of the "
(:a :href (nyxt-url 'common-settings) "Common Settings Menu") ".")
(:li "Refactor the " (:nxref :package :theme)
" API to allow for more nuanced themes and richer interfaces.")))
(:nsection :title "Bug fixes"
(:ul
(:li "Fix the functionality of the download cancellation button.")
(:li "Remove duplicate slots that appear in the prompt buffer
when using " (:nxref :command 'describe-slot) "."))))
(:li "Fix duplicated suggestions when issuing command "
(:nxref :command 'describe-slot) ".")
(:li "Fix accepted values of "
(:nxref :class-name 'browser :slot 'external-editor-program)
"."))))

0 comments on commit 98e559f

Please sign in to comment.