File tree 4 files changed +29
-2
lines changed
metadata/en-US/changelogs
4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ Changelog of MifareClassicTool (MCT):
2
2
3
3
In development:
4
4
5
+ Version 4.1.0:
6
+ * Added "Hide Identical Sectors" option and show
7
+ tag data difference in percent for the Diff Tool
8
+ (Thanks to Deun Lee)
9
+ * Added French translation
10
+ (Thanks to Nicolas "iomega11" André)
11
+ * Improved Italian translation
12
+ (Thanks to Nicolas "iomega11" André and
13
+ Erik "ErikPelli" Pellizzon)
14
+ * Updated for Android 13
15
+
5
16
Version 4.0.5:
6
17
* Added more well known keys to the extended key file.
7
18
(extended-std.keys file will be updated automatically.)
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " de.syss.MifareClassicTool"
12
12
minSdk 19
13
13
targetSdk 33
14
- versionCode 63
15
- versionName ' 4.0.5 '
14
+ versionCode 64
15
+ versionName ' 4.1.0 '
16
16
}
17
17
18
18
buildTypes {
Original file line number Diff line number Diff line change
1
+ * Added more well known keys to the extended key file.
2
+ (extended-std.keys file will be updated automatically.)
3
+ * Bugfix: Ignore saved default sector range for the
4
+ factory format function. Thanks to David "baudav" Baumann.
5
+ * Bugfix/Workaround: Try to write block twice, if needed.
6
+ Thanks to "btwang0512".
7
+ * Some minor code cleanup.
Original file line number Diff line number Diff line change
1
+ * Added "Hide Identical Sectors" option and show
2
+ tag data difference in percent for the Diff Tool
3
+ (Thanks to Deun Lee)
4
+ * Added French translation
5
+ (Thanks to Nicolas "iomega11" André)
6
+ * Improved Italian translation
7
+ (Thanks to Nicolas "iomega11" André and
8
+ Erik "ErikPelli" Pellizzon)
9
+ * Updated for Android 13
You can’t perform that action at this time.
0 commit comments