release notes

This commit is contained in:
Antelle 2015-11-04 09:26:28 +03:00
parent 69a1009774
commit 186d91b3db
2 changed files with 11 additions and 5 deletions

View File

@ -1,10 +1,5 @@
# TODO
## v0.2
- [x] support non-xml keyfiles
- [x] remove limitation for extensions
- [ ] use WebCrypto
## v1.0
- [ ] improve open page UX
@ -33,6 +28,8 @@
- [ ] audit
- [ ] native encryption for electron
- [ ] generation templates
- [ ] i18n
- [ ] external crypto devices support
- [ ] entry templates
- [ ] custom icons
- [ ] plugins

View File

@ -1,4 +1,13 @@
Release notes
-------------
##### v0.1.1 (2015-11-04)
Bugfix and performance enhancements
[+] support non-xml keyfiles
[+] removed limitation for extensions of opened files
[+] #10: using WebCrypto for better open performance
[-] #11: can create a group without name
[-] #3: desktop app quits without question about unsaved changes
[-] #2: shortcuts are not working in Mac app
##### v0.1.0 (2015-10-31)
First MVP