Skip to content

Commit

Permalink
changelog: Review for release 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed May 29, 2023
1 parent b8275c7 commit a9cb060
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -694,13 +694,17 @@ JavaScript calls.")
color-picker support as an example application for this feature.")
(:li "New " (:nxref :function 'match-port) " URL designator predicate for auto-rules."))))

(define-version "3.X.Y"
(define-version "3.1.0"
(:ul
(:li "REPL provides symbol suggestions with " (:code "tab") "/" (:code "C-i") ".")
(:li "Re-enable global history.")
(:li "The REPL provides symbol suggestions by issuing "
(:nxref :command 'nyxt/mode/repl:suggest-into-cell) ", bound to "
(:code "TAB (↹)") ".")
(:li (:nxref :slot 'global-history-p :class-name 'buffer)
" is enabled by default. The old behavior can be recovered by setting
it to " (:code "nil") ".")
(:li "Bind " (:nxref :command 'nyxt:delete-current-buffer) " uniformly for
all modes, when using the CUA keyscheme."))
all modes, when using the CUA keyscheme."))
(:h3 "Programming interfaces")
(:ul
(:li (:code "conservative-history-movement-p") " was deprecated in favor of "
(:li (:code "conservative-history-movement-p") " is deprecated in favor of "
(:nxref :slot 'global-history-p :class-name 'buffer) ".")))

0 comments on commit a9cb060

Please sign in to comment.