Skip to content

Commit

Permalink
changelog: Review for 3.9.2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 13, 2023
1 parent df54e28 commit 46a977f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> <command-args>") "."))))

0 comments on commit 46a977f

Please sign in to comment.