Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-browser-extension-0.13.0-firefox.zip | 2025-03-09 | 938.6 kB | |
aliasvault-browser-extension-0.13.0-sources.zip | 2025-03-09 | 566.5 kB | |
aliasvault-browser-extension-0.13.0-edge.zip | 2025-03-09 | 938.6 kB | |
aliasvault-browser-extension-0.13.0-chrome.zip | 2025-03-09 | 938.6 kB | |
0.13.0 source code.tar.gz | 2025-03-09 | 3.4 MB | |
0.13.0 source code.zip | 2025-03-09 | 4.0 MB | |
README.md | 2025-03-09 | 4.0 kB | |
Totals: 7 Items | 10.7 MB | 1 |
What's Changed
- This release makes the AliasVault browser extension available for Firefox and Microsoft Edge. The extensions have been approved by Mozilla and Microsoft and can be downloaded on the official extension stores:
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/aliasvault/
- Edge: https://microsoftedge.microsoft.com/addons/detail/aliasvault/kabaanafahnjkfkplbnllebdmppdemfo
- It is also possible to install the AliasVault browser extensions manually. Instructions:
- Firefox:
- Download the
aliasvault-browser-extension-0.13.0-firefox.zip
extension attached to this release (see below). - Navigate to the following address by typing it into the address bar:
about:debugging
- Click on
This Firefox
on the left hand side - Click on
Load Temporary Add-on...
- Choose the
aliasvault-browser-extension-firefox.zip
- Microsoft Edge:
- Download the
aliasvault-browser-extension-0.13.0-edge.zip
extension attached to this release (see below). - Unzip the archive.
- Navigate to
edge://extensions/
- Enable
Developer mode
on the left hand side - Click on
Load Unpacked
- Select the unzipped
aliasvault-browser-extension-0.13.0-edge
folder.
- Makes AliasVault API compatible with new Firefox and Microsoft Edge browser clients.
- Improves AliasVault browser extension
- Improves AliasVault admin screen
- Multiple other smaller stability improvements
🚀 New Features
- Improve user registration and tutorial flow by @lanedirt in https://github.com/lanedirt/AliasVault/pull/637
- Refactor browser extension to improve form injection testability by @lanedirt in https://github.com/lanedirt/AliasVault/pull/639
- Add E2E tests for browser extension credential create flow by @lanedirt in https://github.com/lanedirt/AliasVault/pull/644
- Show browser extension version on settings page by @lanedirt in https://github.com/lanedirt/AliasVault/pull/648
- Add favicon extract resize and compression by @lanedirt in https://github.com/lanedirt/AliasVault/pull/650
- Add troubleshooting guide to docs by @lanedirt in https://github.com/lanedirt/AliasVault/pull/657
- Add Firefox browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/660
- Add more stats to admin dashboard by @lanedirt in https://github.com/lanedirt/AliasVault/pull/662
- Store less vault revisions to reduce history filesize by @lanedirt in https://github.com/lanedirt/AliasVault/pull/664
🐞 Bug Fixes
- Provide better log message when email is received for orphaned user email claim by @lanedirt in https://github.com/lanedirt/AliasVault/pull/652
- Hide browser extension autofill injected icon on key press by @lanedirt in https://github.com/lanedirt/AliasVault/pull/654
- Settings popup is cut off on client when switching to table view by @lanedirt in https://github.com/lanedirt/AliasVault/pull/658
🧩 Dependencies Updates
- Bump uri from 1.0.2 to 1.0.3 in /docs in the bundler group across 1 directory by @dependabot in https://github.com/lanedirt/AliasVault/pull/636
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in https://github.com/lanedirt/AliasVault/pull/645
- Bump HtmlAgilityPack from 1.11.72 to 1.11.74 by @dependabot in https://github.com/lanedirt/AliasVault/pull/629
- Bump NUnit3TestAdapter from 4.6.0 to 5.0.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/630
- Bump Swashbuckle.AspNetCore from 7.2.0 to 7.3.1 by @dependabot in https://github.com/lanedirt/AliasVault/pull/631
- Bump NUglify from 1.21.12 to 1.21.13 by @dependabot in https://github.com/lanedirt/AliasVault/pull/632
New Contributors
- @jackbayliss made their first contribution in https://github.com/lanedirt/AliasVault/pull/634
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.12.3...0.13.0