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

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Jul 3, 2019
1 parent d2b11c3 commit 0054b9f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
38 changes: 32 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# v1.0.0
# Sandpass Changelog

## v1.1.0

### Added
- Attachments! Sandpass now allows you to add and remove files from entries.
([#13][])

[#13]: https://github.com/zombiezen/sandpass/issues/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][].

[#31]: https://github.com/zombiezen/sandpass/issues/31
[docker-spk]: https://github.com/zenhack/docker-spk

### Fixed
- Address potential database data loss issue ([#23][])
- Fix bold font rendering issue on ChromeOS.
- Updated Go libraries.

[#23]: https://github.com/zombiezen/sandpass/issues/23

## v1.0.0

* New new icons (thanks again, @neynah. You rock.)
* Search
Expand All @@ -13,7 +39,7 @@
against XSRF attacks anyway.
* Minor visual tweaks

# v1.0.0-rc1
## v1.0.0-rc1

* Features
* Search (#3)
Expand All @@ -27,26 +53,26 @@
* Preserve attachments in existing KeePass databases (#12)
* Clear sessions from memory shortly after expiring (#14)

# v0.2.2
## v0.2.2

* 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
## v0.2.1

* Basic styling
* Actually bump version number

# v0.2.0
## v0.2.0

* 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
## v0.1.0

Initial public release.
4 changes: 2 additions & 2 deletions sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const pkgdef :Spk.PackageDefinition = (
id = "rq41p170hcs5rzg66axggv8r90fjcssdky8891kq5s7jcpm1813h",
manifest = (
appTitle = (defaultText = "Sandpass"),
appVersion = 4, # Increment this for every release.
appMarketingVersion = (defaultText = "1.0.0"),
appVersion = 5, # Increment this for every release.
appMarketingVersion = (defaultText = "1.1.0"),

actions = [
( title = (defaultText = "New database"),
Expand Down

0 comments on commit 0054b9f

Please sign in to comment.