This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Releases: zombiezen/sandpass
Releases · zombiezen/sandpass
v1.1.0
Added
- Attachments! Sandpass now allows you to add and remove files from entries. (#13)
Changed
- Sessions are now persistent across grain restarts (#31). This means less master password typing for long sessions.
- The passphrase generator word list has changed and is now vendored.
- Builds are now using Go modules and docker-spk.
Fixed
- Address potential database data loss issue (#23)
- Fix bold font rendering issue on ChromeOS.
- Updated Go libraries.
v1.0.0
- New new icons (thanks again, @neynah. You rock.)
- Search
- Multi-word searches match individual words instead of literal phrases
- Searches happen over entry notes, not just titles
- Show entry's group in results page
- Security Precautions
- Pages are marked as uncacheable to avoid the user agent potentially storing
credentials in clear text - Disabled autocomplete on entry form fields for similar reasons.
- Added basic XSRF protection. Defense in depth here, as Sandstorm protects
against XSRF attacks anyway.
- Pages are marked as uncacheable to avoid the user agent potentially storing
- Minor visual tweaks
v1.0.0-rc1
- Features
- Bug Fixes