-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
58 lines (52 loc) · 1.89 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Version 0.5.0
Features
* Identity diffing (compare two identities)
Version 0.4.2
Features
* Copy/paste identity blocks (unauthenticated)
* Add "integrity check" feature
* Add ability to enter an "Alt-Id" when creating site-specific keys
* Add unit tests and test vector generator projects
Fixes:
* Fix domain needs to be lowercase when creating site-specific keys
* Fix base56 verification edge case
Version 0.4.1
Features
* Open multiple identities (tabbed interface)
* Reset identity master password using rescue code
* Add Alt-Id to "create site-specific keys" feature
Version 0.4.0
Features
* Create new identity (authenticated)
* Change identity master password
* Display textual version of an identity
* Import textual version if an identity
Changes:
* Added QDoc documentation to the source code
* Refactored slot names
Fixes:
* Fixed changing identity settings would not update
key derivation settings and re-run PBKDF
Version 0.3.0
Features
* Change identity settings (authenticated changes)
* New block designer to create json for custom blocks
* Decrypt IMK/ILK (block type 1)
* Decrypt IUK (block type 2)
* Decrypt previous IUKs (block type 3)
* Create site-specifik keys (IDK)
Changes:
* Unauthenticated changes are now disabled by default and
need to be enabled in the menu.
Version 0.2.0
Features
* Create new identity from scratch (unauthenticated)
* Add, remove and reorder block items (unauthenticated)
Version 0.1.0 (initial release)
Features
* Load SQRL identities from file or paste plain text
* Dynamically parse identitiy blocks using JSON templates
* Graphically visualize identitiy
* Add, remove and reorder identity blocks (unauthenticated)
* Show, copy and edit block item values (unauthenticated)
* Save changed identity back to file