File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 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):
22
33In 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+
514Version 4.0.4:
615 * Bugfix: Discover tags correctly again.
716
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments