Skip to content

Commit c74cd02

Browse files
committed
New release: 4.2.3
Updated changelog. Increased version number.
1 parent b0811e4 commit c74cd02

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog of MifareClassicTool (MCT):
22

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+
311
Version 4.2.2:
412
* Fixed crash when opening the preferences using
513
Chinese language.

Mifare Classic Tool/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "de.syss.MifareClassicTool"
1212
minSdk 19
1313
targetSdk 34
14-
versionCode 67
15-
versionName '4.2.2'
14+
versionCode 68
15+
versionName '4.2.3'
1616
}
1717

1818
androidResources {

metadata/en-US/changelogs/68.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)