Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhauser committed Feb 23, 2020
1 parent f17742f commit 3c94222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.0
Features
* Identity diffing (compare two identities)

Version 0.4.2
Features
* Copy/paste identity blocks (unauthenticated)
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ SQRL employs its own binary identity storage format called "S4". While being lig

IdTool shows a nice visual representation of each of the identity's binary blocks and allows for a quick inspection of the values encoded within the identity.

### Diffing of SQRL identities
IdTool lets you visually compare the (encrypted and unencrypted) contents of two identities and makes it easy to dertermine whether two identities are related.

### Manipulation of identity files
IdTool lets the user
* change identity settings (authenticated)
Expand Down Expand Up @@ -93,12 +96,5 @@ make

Any help with testing it on other platforms is highly appreciated.

## Roadmap
There are some more ideas for features that I would still like to implement if I find time, like for example
- ~~building json templates using the GUI~~ -> DONE
- ~~creating site-specific public keys to help in debugging identity-related problems~~ -> DONE
- ~~changing identity settings~~ -> DONE
- diffing of identities

## Collaboration
I invite everyone willing to contribute to do so by either helping with further development/posting PRs, or simply finding and reporting bugs using the issue tracker.

0 comments on commit 3c94222

Please sign in to comment.