Skip to content

Commit

Permalink
Release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirAndros committed Sep 1, 2019
1 parent b69de9b commit d58fcd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Chocolatey/keepass-plugin-winhello.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This plugin for [KeePass 2](https://keepass.info/) password manager is intended
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>$ReleaseNotes$</releaseNotes>
<dependencies>
<dependency id="keepass" version="[2.39, 3.0)" />
<dependency id="keepass" version="[2.33, 3.0)" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Chocolatey/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and than can be verified by doing the following:

3. The checksum must match the following:

checksum: 06CBF931BCC3B7CD28B94581C827F045C27F2DF460F058B4D384F71DB8D12417
checksum: E3CB6D64D33A35EF542C89EC0FF872DD44E1DE6AAC08E99FDF3B6B9D41F8FC63
checksum type: SHA256

Likewise, the plugin installed from this package is identical and so must
Expand Down
11 changes: 5 additions & 6 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# [KeePassWinHello 3.0](https://github.com/sirAndros/KeePassWinHello/releases/tag/v3.0)
# [KeePassWinHello 3.1](https://github.com/sirAndros/KeePassWinHello/releases/tag/v3.1)

In this major release we have finally shipped a long-awaited feature for a permanent storage for master passwords ([#7](https://github.com/sirAndros/KeePassWinHello/issues/7)).
The storage holds its content encrypted with a permanent key signed with your biometry via Windows Hello.
Please follow to the Options dialog and create a permanent key in order to enable this storage. Thanks to _gio710_ and many others.
In addition, you can revoke all stored keys manually on the Options ([#10](https://github.com/sirAndros/KeePassWinHello/issues/10), thanks to _ghost_).
This release is dedicated to minor but still important improvements which cut corners is some scenarios of using the plugin.

And now here is the most significant change ever. Let us introduce our brand-new ultimate icon!🎈
* Revoking the key if Windows Hello prompt was cancelled is now optional ([#30](https://github.com/sirAndros/KeePassWinHello/issues/30), thanks to _GoldenHashtag_)
* New algorithm for handling secure desktop which is compatible with AutoType and Open From URL dialogs ([#18](https://github.com/sirAndros/KeePassWinHello/issues/18), thanks to _kinglike1337_)
* Fixed an error when creating a permanent key on Windows 10 earlier 1809 ([#33](https://github.com/sirAndros/KeePassWinHello/issues/33), thanks to _mullenat_ and _tvannuland_).
2 changes: 1 addition & 1 deletion keepass.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
KeePassWinHello:3.0
KeePassWinHello:3.1
:
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

[assembly: Guid("188C8835-26A4-4224-A5C9-4CE964A6A3DB")]

[assembly: AssemblyVersion("3.0")]
[assembly: AssemblyVersion("3.1")]

0 comments on commit d58fcd7

Please sign in to comment.