Skip to content

Commit

Permalink
changelog: Review for 3.11.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Aug 1, 2024
1 parent 2854dab commit d2c6b76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

(define-version "4.0.0"
(:ul
(:li "Fix fullscreen and maximized window logic.")
(:li "Refactor input to be handled on the buffer level rather than the window
level.")
(:li "Deprecate " (:code "input-skip-dispatcher") ".")
Expand Down Expand Up @@ -98,10 +97,15 @@ elements are scaled accordingly.")
" feature in addition to " (:code "X-pre-release-N") "one."))

(define-version "3.11.8"
(:nsection :title "Bug fixes"
(:ul
(:li "Fix fullscreen and maximized window logic.")))
(:nsection :title "UI/UX"
(:ul
(:li "Review UI of " (:nxref :command 'nyxt/mode/bookmark:bookmarks-panel) ".")
(:li "Fix mode menu bar."))))
(:li "Fix mode menu bar.")
(:li "Fix echo message when invoking command " (:nxref :command 'describe-key) ".")
(:li "Review docstrings."))))

(define-version "3.11.7"
(:nsection :title "Bug fixes"
Expand Down

0 comments on commit d2c6b76

Please sign in to comment.