Skip to content

Commit 36d050e

Browse files
committed
New version, Readme update and Keepass version update.
1 parent ef0fd05 commit 36d050e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After installation, open your database and unlock it using your composite key. U
5151

5252
<img src="https://raw.githubusercontent.com/Angelelz/WinHelloUnlock/master/WinHelloUnlock/Screenshots/ToUnlock.png" width=770/>
5353

54-
When your database is unlocked, you will be asked if you want to set up WinHelloUnlock.
54+
When your database is unlocked, you will be asked if you want to set up WinHelloUnlock. If you cancel this dialog, the plugin will disable itself for this database and you will need to manually enable it in the options menu.
5555

5656
<img src="https://raw.githubusercontent.com/Angelelz/WinHelloUnlock/master/WinHelloUnlock/Screenshots/FirstPrompt.png" width=381/>
5757

ReleaseNotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [WinHelloUnlock v1.5](https://github.com/Angelelz/WinHelloUnlock/releases/tag/v1.5)
1+
# [WinHelloUnlock v1.6](https://github.com/Angelelz/WinHelloUnlock/releases/tag/v1.6)
22

3-
- Fix [#35](https://github.com/Angelelz/WinHelloUnlock/issues/35). Check WinHello availability before asking to set the plugin up.
4-
- Fix [#37](https://github.com/Angelelz/WinHelloUnlock/issues/37). If "remember master password (in encrypted form)..." is unchecked, the plugin does not work. Handled as advised [here](https://sourceforge.net/p/keepass/discussion/329220/thread/62b0b650/)
5-
- If you are having problems like in [42](https://github.com/Angelelz/WinHelloUnlock/issues/42) and possibly [43](https://github.com/Angelelz/WinHelloUnlock/issues/43) after updating Keepass, try deleting the database's WinHelloUnlock data in the plugin options, and then create it again.
3+
- PR [#50](https://github.com/Angelelz/WinHelloUnlock/pull/50). Disable plugin after declining first time configuration. User has to now manually enable the plugin via options menu.
4+
- Fix [#48](https://github.com/Angelelz/WinHelloUnlock/issues/48). If user cancels the Windows Hello Prompt, return directly to the regular database unlock dialog.
5+
- Fixed database loading taking long time if user cancels the Windows Hello Prompt (see [#48](https://github.com/Angelelz/WinHelloUnlock/issues/48)) and the Secure Desktop option was enabled.

WinHelloUnlock/WinHelloUnlock.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="KeePass">
37-
<HintPath>..\..\..\..\..\Downloads\KeePass-2.42.1Portable\KeePass.exe</HintPath>
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\..\..\..\..\Downloads\KeePass-2.46\KeePass.exe</HintPath>
3839
</Reference>
3940
<Reference Include="System" />
4041
<Reference Include="System.Runtime" />

WinHelloUnlock/keepass.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
WinHelloUnlock:1.5
2+
WinHelloUnlock:1.6
33
:

0 commit comments

Comments
 (0)