Vulpo Password Manager version history - 4 versions
Vulpo Password Manager by Vulpo
Vulpo Password Manager version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.3
Released Jun 29, 2026 - 47.91 KBWorks with firefox 150.0 and later- Sign-in spinner. The "Sign in" button shows a spinner and is disabled
while the login request is in flight, instead of looking idle.
- Fingerprint unlock on Firefox. Enabling and using biometric unlock still
failed on Firefox after 1.2: the browser-action popup closes the moment the OS
prompt appears (Firefox bug 2026687), so the WebAuthn call was aborted. On
Firefox the fingerprint ceremony now runs in a dedicated extension tab — which
has a stable origin the WebAuthn API accepts. The tab requests the
hub.vulpo.behost permission (asserting it as the WebAuthn relying party
requires the permission to be granted, not just declared), runs the ceremony
from a user click, then stores the result, reopens the popup, and closes
itself. Chrome keeps its existing in-popup flow.
Source code released under All Rights Reserved
- Sign-in spinner. The "Sign in" button shows a spinner and is disabled
Older versions
Version 1.2
Released Jun 29, 2026 - 43.25 KBWorks with firefox 150.0 and later- Fingerprint unlock on Firefox. Enabling biometric unlock no longer fails
with aSecurityError. Firefox needs an explicit WebAuthn relying-party ID
matching the extension's host permissions, so we now asserthub.vulpo.beon
Firefox (Chrome continues to derive it from the extension origin).
- Minimum Firefox version raised to 150.0, the first release that allows
extensions to use the WebAuthn API.
Source code released under All Rights Reserved
- Fingerprint unlock on Firefox. Enabling biometric unlock no longer fails
Version 1.1
Released Jun 29, 2026 - 42.95 KBWorks with firefox 142.0 and later- Multiple vaults (safes). Credentials are now grouped by the vault they
live in, each section headed by the vault's own colored icon — mirroring the
Vulpo web app — instead of a single Private/Shared split. Your private vault
is listed first, then shared vaults alphabetically. - Collapsible vaults. Each vault section can be collapsed/expanded, and the
state is remembered the next time you open the popup. Headings show a per-vault
entry count. - File attachment downloads. Entries that hold a file now show a download
button. An entry that contains only a file (no password) shows just the
download action, with the file name as its subtitle. - Loading spinner. The initial load now shows a spinner instead of plain
"Loading…" text. - Instant list (caching). The popup renders your credential list instantly
from an in-memory session cache, then refreshes in the background, so it no
longer reloads from scratch every time you open it. The cache holds metadata
only (never secrets), is never written to disk, and is cleared on lock,
logout, and when the browser closes.
- Silent autofill. "Autofill on this page" now does nothing on failure
(e.g. no fillable field) instead of showing an error. Copy and download
actions still report their errors. - Search now also matches vault names.
- Replaced all
innerHTMLusage with safe DOM construction (icons are parsed
from trusted static SVG constants), resolving the AMO validator's
"Unsafe assignment to innerHTML" warning.
- Action buttons degrade gracefully against older server APIs: password
copy/autofill stay available unless the API explicitly reports an entry has no
password.
Source code released under All Rights Reserved
- Multiple vaults (safes). Credentials are now grouped by the vault they
Version 1.0
Released Jun 18, 2026 - 37.16 KBWorks with firefox 142.0 and laterSource code released under All Rights Reserved