Skip to content

Commit 54a839b

Browse files
committed
Prepare next version
1 parent 2d6436c commit 54a839b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ReleaseNotes.md

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

3-
- Fix [#33](https://github.com/Angelelz/WinHelloUnlock/issues/33). Login window not visible when database without Hello-Access is detected.
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.

WinHelloUnlock/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.1")]
36-
[assembly: AssemblyFileVersion("1.4.1")]
35+
[assembly: AssemblyVersion("1.5")]
36+
[assembly: AssemblyFileVersion("1.5")]

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.4.1
2+
WinHelloUnlock:1.5
33
:

0 commit comments

Comments
 (0)