From d58fcd74460e3eb44bb30dce46fe761ef2e95af4 Mon Sep 17 00:00:00 2001 From: sir_Andros Date: Sun, 1 Sep 2019 21:32:37 +0200 Subject: [PATCH] Release v3.1 --- Chocolatey/keepass-plugin-winhello.nuspec | 2 +- Chocolatey/tools/VERIFICATION.txt | 2 +- ReleaseNotes.md | 11 +++++------ keepass.version | 2 +- src/Properties/AssemblyInfo.cs | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Chocolatey/keepass-plugin-winhello.nuspec b/Chocolatey/keepass-plugin-winhello.nuspec index c37f2ea..53eeba7 100644 --- a/Chocolatey/keepass-plugin-winhello.nuspec +++ b/Chocolatey/keepass-plugin-winhello.nuspec @@ -20,7 +20,7 @@ This plugin for [KeePass 2](https://keepass.info/) password manager is intended false $ReleaseNotes$ - + diff --git a/Chocolatey/tools/VERIFICATION.txt b/Chocolatey/tools/VERIFICATION.txt index a5c1c81..7eea78d 100644 --- a/Chocolatey/tools/VERIFICATION.txt +++ b/Chocolatey/tools/VERIFICATION.txt @@ -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 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ac1b56d..7bfd597 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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_). diff --git a/keepass.version b/keepass.version index 2579f64..a5e4758 100644 --- a/keepass.version +++ b/keepass.version @@ -1,3 +1,3 @@ : -KeePassWinHello:3.0 +KeePassWinHello:3.1 : diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 139aab3..cb4673d 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -16,4 +16,4 @@ [assembly: Guid("188C8835-26A4-4224-A5C9-4CE964A6A3DB")] -[assembly: AssemblyVersion("3.0")] +[assembly: AssemblyVersion("3.1")]