File tree 3 files changed +16
-2
lines changed
metadata/en-US/changelogs
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog of MifareClassicTool (MCT):
2
2
3
+ Version 4.2.3:
4
+ * Make "cancel" during key map creation more responsive
5
+ (Thanks to Alan Le Corre).
6
+ * Added more well known keys to the extended key file.
7
+ (extended-std.keys file will be updated automatically.)
8
+ * Fixed several crashes.
9
+ * Some minor code cleanup.
10
+
3
11
Version 4.2.2:
4
12
* Fixed crash when opening the preferences using
5
13
Chinese language.
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 34
14
- versionCode 67
15
- versionName ' 4.2.2 '
14
+ versionCode 68
15
+ versionName ' 4.2.3 '
16
16
}
17
17
18
18
androidResources {
Original file line number Diff line number Diff line change
1
+ * Make "cancel" during key map creation more responsive
2
+ (Thanks to Alan Le Corre).
3
+ * Added more well known keys to the extended key file.
4
+ (extended-std.keys file will be updated automatically.)
5
+ * Fixed several crashes.
6
+ * Some minor code cleanup.
You can’t perform that action at this time.
0 commit comments