Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-0.20.2-android.apk | 2025-07-02 | 142.8 MB | |
aliasvault-0.20.2-edge.zip | 2025-07-02 | 1.0 MB | |
aliasvault-0.20.2-browser-extension-sources.zip | 2025-07-02 | 1.1 MB | |
aliasvault-0.20.2-firefox.zip | 2025-07-02 | 1.0 MB | |
aliasvault-0.20.2-chrome.zip | 2025-07-02 | 1.0 MB | |
install.sh | 2025-07-02 | 100.2 kB | |
0.20.2 source code.tar.gz | 2025-07-02 | 8.9 MB | |
0.20.2 source code.zip | 2025-07-02 | 9.8 MB | |
README.md | 2025-07-02 | 916 Bytes | |
Totals: 9 Items | 165.8 MB | 3 |
What's Changed
Minor bugfix release addressing an issue in the docker-compose.yml
file, which mistakenly included hardcoded references to Docker container version 0.19.2
. This accidental commit prevented the ./install.sh update
command from properly retrieving the latest container versions, affecting self-hosted installations.
Note: this issue occurred once before in the 0.16.1
release. An additional check has now been added that tests for the correct version tag on every build, ensuring this issue doesn't happen again in the future. This release does not include functional changes.
🐞 Bug Fixes
- Add docker-compose.yml check for latest version by @lanedirt in https://github.com/lanedirt/AliasVault/pull/987
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.20.1...0.20.2