Releases: browserpass/browserpass-native
Releases · browserpass/browserpass-native
3.1.0
- Implement add/edit/delete password functionality (pending new browser extension release) (#99, #129)
- Add note about Debian's
webext-browserpass
only supporting Chromium and Firefox and not other browsers (#126)
- Add Edge browser support (#122, #130)
- Add Yandex browser (#133)
- Add DragonFly OS support (#104)
3.0.10
- No functional changes
- Explicitly use
cgo
-free function to get user's home dir (was already the case since 3.0.9
if your browserpass was compiled without cgo
as per our Makefile)
3.0.9
- No functional changes
- Compile without cgo to remove libc dependency
3.0.8
- No functional changes
- Add pre-built binaries for Linux ARM and Apple M1
- Update PGP key used for signing commits, tags and releases (new key is signed with the old one)
3.0.7
- Updated dependencies
- Add binaries for arm64 architecture
- Lots of small documentation updates
3.0.6
The first public release of v3 🎉
3.0.5
- Improve macOS installation experience (#44)
3.0.4
Use new format and layout for release archives (#39, #40)
3.0.3
Support new ID of browserpass-github.crx
3.0.2
Makefile improvements and bug fixes