Skip to content

Commit 745d1a4

Browse files
committed
New release: 4.1.0
Updated changelog. Increased version number.
1 parent 03f0482 commit 745d1a4

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.txt

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog of MifareClassicTool (MCT):
22

33
In development:
44

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+
516
Version 4.0.5:
617
* Added more well known keys to the extended key file.
718
(extended-std.keys file will be updated automatically.)

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 33
14-
versionCode 63
15-
versionName '4.0.5'
14+
versionCode 64
15+
versionName '4.1.0'
1616
}
1717

1818
buildTypes {

metadata/en-US/changelogs/63.txt

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

metadata/en-US/changelogs/64.txt

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

0 commit comments

Comments
 (0)