File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Changelog of MifareClassicTool (MCT):
2
2
3
3
In development:
4
4
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
+
5
14
Version 4.0.4:
6
15
* Bugfix: Discover tags correctly again.
7
16
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " de.syss.MifareClassicTool"
11
11
minSdk 19
12
12
targetSdk 31
13
- versionCode 62
14
- versionName ' 4.0.4 '
13
+ versionCode 63
14
+ versionName ' 4.0.5 '
15
15
}
16
16
17
17
buildTypes {
You can’t perform that action at this time.
0 commit comments