| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aliasvault-chrome-extension-0.12.3.zip | 2025-02-28 | 895.9 kB | |
| 0.12.0 source code.tar.gz | 2025-02-24 | 3.3 MB | |
| 0.12.0 source code.zip | 2025-02-24 | 3.9 MB | |
| README.md | 2025-02-24 | 5.3 kB | |
| Totals: 4 Items | 8.1 MB | 0 | |
What's Changed
- Adds AliasVault Browser Extension for Google Chrome, enabling easy creation and autofill of AliasVault credentials on login and registration forms.
- You can install the AliasVault Browser extension via the official Chrome Web Store: https://chromewebstore.google.com/detail/aliasvault/bmoggiinmnodjphdjnmpcnlleamkfedj.
- Alternatively you can install the Chrome Extension manually. For how to this, see the instructions in the next section below.
- Allow users to delete their own account via the client app (Menu > Security Settings > Delete Account)
- Make IP address logging optional via
./install.sh configure-ip-logging - Misc UI tweaks and improvements
Manually Installing the Chrome Extension
To install the AliasVault Chrome extension manually:
- Download the
aliasvault-chrome-extension-0.12.3.zipattached to this release (see below). - Extract the ZIP file to a folder on your computer.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode using the toggle in the top right corner.
- Click Load unpacked.
- Navigate to and select the extracted folder.
The AliasVault extension should now appear in your extensions list.
Full changelog
🚀 New Features
- Add Chrome browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/568
- Add user delete account option to client app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/583
- Make ip address logging optional by @lanedirt in https://github.com/lanedirt/AliasVault/pull/585
- Add table view and change default sort order on credentials page by @lanedirt in https://github.com/lanedirt/AliasVault/pull/596
- Bump version to 0.12.0 by @lanedirt in https://github.com/lanedirt/AliasVault/pull/599
🐞 Bug Fixes
- Bump upload-artifact to v4 by @lanedirt in https://github.com/lanedirt/AliasVault/pull/570
- Admin and client UI tweaks by @lanedirt in https://github.com/lanedirt/AliasVault/pull/584
🧩 Dependencies Updates
- Bump MailKit from 4.9.0 to 4.10.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/562
- Bump coverlet.msbuild from 6.0.3 to 6.0.4 by @dependabot in https://github.com/lanedirt/AliasVault/pull/559
- Bump Microsoft.AspNetCore.Authorization and Microsoft.AspNetCore.Components.Web by @dependabot in https://github.com/lanedirt/AliasVault/pull/561
- Bump Microsoft.EntityFrameworkCore.Tools from 9.0.0 to 9.0.1 by @dependabot in https://github.com/lanedirt/AliasVault/pull/565
- Bump Microsoft.AspNetCore.Authorization and Microsoft.AspNetCore.Components.WebAssembly by @dependabot in https://github.com/lanedirt/AliasVault/pull/566
- Bump MimeKit from 4.9.0 to 4.10.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/567
- Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 9.0.0 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/573
- Bump Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens by @dependabot in https://github.com/lanedirt/AliasVault/pull/574
- Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore by @dependabot in https://github.com/lanedirt/AliasVault/pull/575
- Bump Microsoft.Extensions.Http from 9.0.0 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/576
- Bump nokogiri from 1.16.7 to 1.18.3 in /docs in the bundler group across 1 directory by @dependabot in https://github.com/lanedirt/AliasVault/pull/577
- Bump vitest from 3.0.4 to 3.0.5 in /browser-extensions/chrome in the npm_and_yarn group across 1 directory by @dependabot in https://github.com/lanedirt/AliasVault/pull/582
- Bump Microsoft.AspNetCore.DataProtection from 9.0.1 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/586
- Bump Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens by @dependabot in https://github.com/lanedirt/AliasVault/pull/587
- Bump NUglify from 1.21.11 to 1.21.12 by @dependabot in https://github.com/lanedirt/AliasVault/pull/588
- Bump Microsoft.EntityFrameworkCore.Tools from 9.0.1 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/590
- Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Proxies by @dependabot in https://github.com/lanedirt/AliasVault/pull/592
- Bump Microsoft.AspNetCore.Authorization and Microsoft.AspNetCore.Components.Web by @dependabot in https://github.com/lanedirt/AliasVault/pull/594
- Bump Microsoft.AspNetCore.Authorization and Microsoft.AspNetCore.Components.WebAssembly.Authentication by @dependabot in https://github.com/lanedirt/AliasVault/pull/595
- Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Design by @dependabot in https://github.com/lanedirt/AliasVault/pull/591
- Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 9.0.1 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/593
- Bump Microsoft.Extensions.Configuration from 9.0.1 to 9.0.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/589
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.11.1...0.12.0