From 186d91b3db4612c65a83d3b00484ca97b7f7aeda Mon Sep 17 00:00:00 2001 From: Antelle Date: Wed, 4 Nov 2015 09:26:28 +0300 Subject: [PATCH] release notes --- TODO.md | 7 ++----- release-notes.md | 9 +++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index c8ab2229..1380e68b 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/release-notes.md b/release-notes.md index c5cf0b9c..1da7b686 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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