File tree 6 files changed +9
-7
lines changed
HaveIBeenPwned/Properties
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# keepass2-haveibeenpwned Changelog
2
2
3
- ###
3
+ ### v1.3.1 - 2019-02-01
4
4
* Allow cancelling a running breach check.
5
5
* 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.
6
8
7
9
### v1.3.0 - 2019-01-19
8
10
* Prevent every breach type being checked when "check all breaches" is selected
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Andrew Schofield" ) ]
12
12
[ assembly: AssemblyProduct ( "KeePass Plugin" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © Andrew Schofield 2017-2018 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © Andrew Schofield 2017-2019 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change 1
1
:
2
- HaveIBeenPwned checker:1.3.0
2
+ HaveIBeenPwned checker:1.3.1
3
3
:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ for /f "tokens=* USEBACKQ" %%I in (`%findnet%`) DO (
9
9
pushd " " %base%
10
10
cd /d " " %base%
11
11
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
14
14
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.dll mono
15
15
copy /y HaveIBeenPwned\bin\ReleasePlgx\HaveIBeenPwned.plgx .
16
16
popd
You can’t perform that action at this time.
0 commit comments