Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
install.sh | 2025-03-25 | 81.7 kB | |
aliasvault-browser-extension-0.14.0-firefox.zip | 2025-03-25 | 952.2 kB | |
aliasvault-browser-extension-0.14.0-sources.zip | 2025-03-25 | 975.3 kB | |
aliasvault-browser-extension-0.14.0-chrome.zip | 2025-03-14 | 951.9 kB | |
aliasvault-browser-extension-0.14.0-edge.zip | 2025-03-14 | 951.8 kB | |
0.14.0 source code.tar.gz | 2025-03-14 | 3.8 MB | |
0.14.0 source code.zip | 2025-03-14 | 4.4 MB | |
README.md | 2025-03-14 | 2.6 kB | |
Totals: 8 Items | 12.1 MB | 1 |
What's Changed
- New Safari browser extension: This release makes the AliasVault browser extension available for Safari, which can be downloaded from the official macOS App Store: https://apps.apple.com/us/app/aliasvault/id6743163173. AliasVault is now officially available and published for 5 browser platforms: Chrome, Firefox, Edge, Safari and Brave!
- Store and generate 2FA tokens in vault: AliasVault now supports storing and generating TOTP MFA tokens, compatible with Google Authenticator. This allows you to generate two-factor authentication codes for accounts straight from your vault, including the browser extension. All stored TOTP MFA tokens are part of your fully encrypted personal vault. Edit a credential in the AliasVault webapp to add a TOTP secret and get started.
- Browser extension improvements: The browser extension autofill UI and fill logic has been improved, making compatibility better with more website login and registration forms.
Full changelog
🚀 New Features
- Add support for storing TOTP MFA tokens in AliasVault by @lanedirt in https://github.com/lanedirt/AliasVault/pull/671
- Add private vs public email domain documentation by @lanedirt in https://github.com/lanedirt/AliasVault/pull/674
- Add 2FA totp code viewer to browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/675
- Add safari and brave browser extensions by @lanedirt in https://github.com/lanedirt/AliasVault/pull/677
- Use shadowroot for browser extension content script to prevent CSS style conflicts by @lanedirt in https://github.com/lanedirt/AliasVault/pull/679
- Tweak safari browser extension xcode project so it passes app store review by @lanedirt in https://github.com/lanedirt/AliasVault/pull/681
- Show autofill popup dismiss button when vault is locked by @lanedirt in https://github.com/lanedirt/AliasVault/pull/683
- Improve create credential popup page title extraction by @lanedirt in https://github.com/lanedirt/AliasVault/pull/687
🐞 Bug Fixes
- Improve password autofill mechanism by simulating user typing behavior by @lanedirt in https://github.com/lanedirt/AliasVault/pull/685
🧩 Dependencies Updates
- Bump MimeKit from 4.10.0 to 4.11.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/669
- Bump MailKit from 4.10.0 to 4.11.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/670
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.13.0...0.14.0