Skip to content

Commit

Permalink
Updated to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-schofield committed Feb 1, 2019
1 parent 0c1ba7a commit 28e47e2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# keepass2-haveibeenpwned Changelog

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

### v1.3.0 - 2019-01-19
* Prevent every breach type being checked when "check all breaches" is selected
Expand Down
Binary file modified HaveIBeenPwned.plgx
Binary file not shown.
6 changes: 3 additions & 3 deletions HaveIBeenPwned/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Andrew Schofield")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2018")]
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
HaveIBeenPwned checker:1.3.0
HaveIBeenPwned checker:1.3.1
:
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ for /f "tokens=* USEBACKQ" %%I in (`%findnet%`) DO (
pushd ""%base%
cd /d ""%base%
del HaveIBeenPwned.plgx
%netframework%MSBuild.exe /target:clean HaveIBeenPwned.sln
%netframework%MSBuild.exe /p:Configuration=ReleasePlgx /m HaveIBeenPwned.sln
%netframework%MSBuild.exe /target:clean HaveIBeenPwned.sln /m
%netframework%MSBuild.exe /p:Configuration=ReleasePlgx /m HaveIBeenPwned.sln /m
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.dll mono
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.plgx .
popd
Expand Down
Binary file modified mono/HaveIBeenPwned.dll
Binary file not shown.

0 comments on commit 28e47e2

Please sign in to comment.