Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesterpig committed May 26, 2016
1 parent 74dc3bc commit 4ee28ac
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
CHANGELOG
=========

v0.3.0
------
> 26/05/2016
#### CLI Client

- Log more information during signature (!69)
- Add an optional local file check before signature (!74)
- Add a slowdown flag for tests (!78)
- Add a stopbefore flag for tests (!79)
- Add TTP resolution (!80)
- Add timeout flag (!81)
- Add unregister command (!85)

#### GUI Client

- Improve contract display (!70)
- Fix crash when the dfss file is corrupted (!71)
- Add an optional local file check before signature (!74)
- Add a cancel button before signature (!75)
- Add TTP resolution (!80)
- Add timeout configuration option (!81)

#### Platform

- Support different subnets between signers (!73)
- Add TTP listing support (!80)
- Disable case sensitivity in mails (!86)
- Add unregister API (!85)
- Fix timeout issues during ready sign (!89)
- Add contract UUID in invitation mails (!90)

#### TTP

- Add TTP resolution (!80)
- Fix concurrency problems (!82)

#### Demonstrator

- Add a step-by-step speed (!76)
- Add communication visualization for TTP and platform (!83)

#### Misc

- Fix the verbose flag, now displays messages sent to demonstrator (!88)

v0.2.0
------
> 25/04/2016
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Version represents the current version of the DFSS software suite
const Version = "0.3.0-dev"
const Version = "0.3.0"

// VersionCmd is the cobra command common to all dfss modules
var VersionCmd = &cobra.Command{
Expand Down

0 comments on commit 4ee28ac

Please sign in to comment.