Skip to content

Commit

Permalink
New release: 4.1.0
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Oct 3, 2023
1 parent 03f0482 commit 745d1a4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog of MifareClassicTool (MCT):

In development:

Version 4.1.0:
* Added "Hide Identical Sectors" option and show
tag data difference in percent for the Diff Tool
(Thanks to Deun Lee)
* Added French translation
(Thanks to Nicolas "iomega11" André)
* Improved Italian translation
(Thanks to Nicolas "iomega11" André and
Erik "ErikPelli" Pellizzon)
* Updated for Android 13

Version 4.0.5:
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
Expand Down
4 changes: 2 additions & 2 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "de.syss.MifareClassicTool"
minSdk 19
targetSdk 33
versionCode 63
versionName '4.0.5'
versionCode 64
versionName '4.1.0'
}

buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Bugfix: Ignore saved default sector range for the
factory format function. Thanks to David "baudav" Baumann.
* Bugfix/Workaround: Try to write block twice, if needed.
Thanks to "btwang0512".
* Some minor code cleanup.
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Added "Hide Identical Sectors" option and show
tag data difference in percent for the Diff Tool
(Thanks to Deun Lee)
* Added French translation
(Thanks to Nicolas "iomega11" André)
* Improved Italian translation
(Thanks to Nicolas "iomega11" André and
Erik "ErikPelli" Pellizzon)
* Updated for Android 13

0 comments on commit 745d1a4

Please sign in to comment.