Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Releases: zombiezen/sandpass

v1.1.0

03 Jul 04:44
Compare
Choose a tag to compare

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

24 Aug 23:26
Compare
Choose a tag to compare
  • 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.
  • Minor visual tweaks

v1.0.0-rc1

08 Aug 16:39
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
  • Features
    • Search (#3)
    • Password generation (#11)
    • Deletion of entries (#5)
    • Deletion of entire database (#8)
    • Moving entities and groups between groups (#15)
    • Creating, editing, and deleting groups (#4)
    • Separate out management role (#18)
  • Bug Fixes
    • Preserve attachments in existing KeePass databases (#12)
    • Clear sessions from memory shortly after expiring (#14)

v0.2.2

29 Apr 19:00
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • New icon (thanks @neynah)
  • Store derived key in sessions instead of password/keyfile (improves request
    performance)
  • Security: generate random IV for every write

v0.2.1

28 Apr 04:32
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Basic styling
  • Actually bump the version number

v0.2.0

28 Apr 03:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Allow toggling password visibility
  • Direct copy of passwords
  • Bypass credentials page if database is not encrypted
  • Add breadcrumb navigation
  • Update Sandstorm shell paths and titles on page navigation

v0.1.0

27 Apr 03:39
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public release. No icons or graphics (or much styling), just wanting to get feedback from some trusted testers.