diff --git a/README.org b/README.org index 807f00b..59862ec 100644 --- a/README.org +++ b/README.org @@ -24,7 +24,7 @@ I have some plans to support the following in the future: - otp - multiple password folders - adding files to the password store - +- add command to close all buffers visiting password entries ** QR Code support On some systems the command-line utility ~qrencode~ is automatically diff --git a/password-store-menu.el b/password-store-menu.el index 3643618..792cb75 100644 --- a/password-store-menu.el +++ b/password-store-menu.el @@ -6,7 +6,7 @@ ;; Maintainer: Reindert-Jan Ekker ;; Version: 1.1.0 ;; URL: https://github.com/rjekker/password-store-menu -;; Package-Requires: ((emacs "29.1") (password-store "2.3.2")) +;; Package-Requires: ((emacs "29.1") (password-store "2.3.2") (transient "0.8.3")) ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Keywords: convenience data files diff --git a/screenshot.png b/screenshot.png index 41c961e..8340e5d 100644 Binary files a/screenshot.png and b/screenshot.png differ