StackyOps Vault version history - 5 versions
StackyOps Vault by excelit-it
StackyOps Vault version history - 5 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 0.3.1
Released Sep 16, 2026 - 112.71 KBWorks with firefox 140.0 and later, android 142.0 and laterMaintenance release: internal housekeeping and version alignment across browsers.
No change to how vault autofill or 2FA codes work in Firefox.Source code released under All Rights Reserved
Older versions
Version 0.1.8
Released Sep 7, 2026 - 40.77 KBWorks with firefox 140.0 and later, android 142.0 and later- My Passwords: your private personal passwords now appear in the popup next to your organization's
shared vault, each tagged with its source. - Choose where new/saved logins go — private My Passwords or the shared org vault.
- Filter and search across All / My Passwords / Vault.
- PIN lock: set a PIN and the popup auto-locks after 15 minutes idle (and on reopen); a lock button
locks now. - Unlock end-to-end-encrypted My Passwords with your master password to autofill them — nothing is
decrypted on the server. - Cleaner popup design.
Source code released under All Rights Reserved
- My Passwords: your private personal passwords now appear in the popup next to your organization's
Version 0.1.5
Released Sep 6, 2026 - 35.74 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Version 0.1.3
Released Aug 28, 2026 - 33.68 KBWorks with firefox 140.0 and later, android 142.0 and laterWHAT THIS ADD-ON IS
StackyOps Vault is a companion extension for StackyOps, a self-hosted team platform with a
built-in credential Vault. It has no standalone function: it must be paired with a
StackyOps server using a personal "device token" the user generates in the app (Settings →
Developer → Browser extension). It sends data to no server other than the one the user
configures.
WHAT CHANGED IN THIS VERSION
- Multi-org: a user in several orgs can pair one token per org and switch between them. A
new GET /api/v1/vault/session returns the token's org name to label each connection.
- The vault list now includes SERVER records in addition to CREDENTIAL logins.
- The pairing form remembers what you typed if the popup closes.
HOW TO TEST (a live demo is provided)
Server URL: https://stackyops.com
Pairing token: PASTE_A_TOKEN_HERE
Generate at https://stackyops.com -> Settings -> Developer -> Browser extension ->
"Connect a device", ideally in a demo workspace that already has a couple of saved logins
so the list isn't empty.
Steps:
1. Open the popup, paste the Server URL + token, click Connect.
2. The popup lists that org's logins/servers, with search and a best match for the
current site.
3. The switcher above the list shows the org name; "Add another org" pairs a second
token; you can switch between them.
4. Open an https login page -> "Fill" fills the form (never submits).
5. Type a login on a new site and submit -> a bar offers to save it.
SOURCE CODE
Provided in the uploaded source archive. No build step and nothing minified - the
JS/HTML/CSS shipped are the exact source. To reproduce (Node.js 18+, no npm packages): run
"node scripts/make-icons.mjs" then "node scripts/package.mjs". package.mjs copies the
files and, for Firefox, rewrites manifest.json (background service_worker -> background
scripts; adds browser_specific_settings). Nothing is minified, bundled, transpiled, or
templated.
PERMISSIONS
Host access to all https sites is required because a password manager must read login
forms on the sites the user visits to autofill saved logins and offer to save new ones. It
acts only while paired and enabled, reads a page only to fill or capture a login the user
chooses, and never auto-submits.
PRIVACY
No data is collected for the developer (excelit-it) or any third party. Credentials + the
current site's host go only to the StackyOps server the user configures; the token +
settings are stored in browser storage and sent only to that server as a Bearer token.Source code released under All Rights Reserved
Version 0.1.1
Released Aug 25, 2026 - 31.47 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved