Skip to content

Commit

Permalink
changelog: Mention change to pass interface
Browse files Browse the repository at this point in the history
  • Loading branch information
chaorace committed Jul 9, 2024
1 parent c66c7a9 commit d5f99b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ elements are scaled accordingly.")
(:li "When on pre-release, push " (:code "X-pre-release")
" feature in addition to " (:code "X-pre-release-N") "one."))

(define-version "3.12.0"
(:nsection :title "Features"
(:ul
(:li "Added new filename-based fallback strategy to "
(:nxref :command 'nyxt/mode/password:copy-username)
" when using the default password-store password interface."
(:li "Allow skipping the primary key-based username strategy utilized by "
(:nxref :command 'nyxt/mode/password:copy-username)
" via the new slot "
(:nxref :class-name 'password:password-store-interface
:slot 'scan-for-username-entries)
". By default, it is set to "
(:code "t") " (do not skip).")))))

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

0 comments on commit d5f99b0

Please sign in to comment.