Skip to content

Commit 2f61bb7

Browse files
committed
New release: 4.0.5
Updated changelog. Increased version number.
1 parent a3376d3 commit 2f61bb7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.txt

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog of MifareClassicTool (MCT):
22

33
In development:
44

5+
Version 4.0.5:
6+
* Added more well known keys to the extended key file.
7+
(extended-std.keys file will be updated automatically.)
8+
* Bugfix: Ignore saved default sector range for the
9+
factory format function. Thanks to David "baudav" Baumann.
10+
* Bugfix/Workaround: Try to write block twice, if needed.
11+
Thanks to "btwang0512".
12+
* Some minor code cleanup.
13+
514
Version 4.0.4:
615
* Bugfix: Discover tags correctly again.
716

Mifare Classic Tool/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.syss.MifareClassicTool"
1111
minSdk 19
1212
targetSdk 31
13-
versionCode 62
14-
versionName '4.0.4'
13+
versionCode 63
14+
versionName '4.0.5'
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)