Skip to content

Commit 28e47e2

Browse files
Updated to version 1.3.1
1 parent 0c1ba7a commit 28e47e2

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

Changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# keepass2-haveibeenpwned Changelog
22

3-
###
3+
### v1.3.1 - 2019-02-01
44
* Allow cancelling a running breach check.
55
* Performance improvements. Thanks to SlightlyMadGargoyle.
6+
* Add option to check all breach types at once. Thanks to SlightlyMadGargoyle.
7+
* Show more details about the breach in the results list. Thanks to SlightlyMadGargoyle.
68

79
### v1.3.0 - 2019-01-19
810
* Prevent every breach type being checked when "check all breaches" is selected

HaveIBeenPwned.plgx

2.15 KB
Binary file not shown.

HaveIBeenPwned/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Andrew Schofield")]
1212
[assembly: AssemblyProduct("KeePass Plugin")]
13-
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2018")]
13+
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.3.0.0")]
36-
[assembly: AssemblyFileVersion("1.3.0.0")]
35+
[assembly: AssemblyVersion("1.3.1.0")]
36+
[assembly: AssemblyFileVersion("1.3.1.0")]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
HaveIBeenPwned checker:1.3.0
2+
HaveIBeenPwned checker:1.3.1
33
:

build.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ for /f "tokens=* USEBACKQ" %%I in (`%findnet%`) DO (
99
pushd ""%base%
1010
cd /d ""%base%
1111
del HaveIBeenPwned.plgx
12-
%netframework%MSBuild.exe /target:clean HaveIBeenPwned.sln
13-
%netframework%MSBuild.exe /p:Configuration=ReleasePlgx /m HaveIBeenPwned.sln
12+
%netframework%MSBuild.exe /target:clean HaveIBeenPwned.sln /m
13+
%netframework%MSBuild.exe /p:Configuration=ReleasePlgx /m HaveIBeenPwned.sln /m
1414
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.dll mono
1515
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.plgx .
1616
popd

mono/HaveIBeenPwned.dll

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)