Skip to content

Commit

Permalink
New release: 4.2.0
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Jan 3, 2024
1 parent 0754569 commit aaddd85
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
Changelog of MifareClassicTool (MCT):

In development:
Version 4.2.0:
* Choosing the language is now possible.
* Choosing the theme (light/dark) is now possible
(the light theme is not very good yet).
* Bugfix: Export dumps in .mct format without corrupting
(Thanks to "twisteroid ambassador").
* Bugfix: Writing a block with a readable key B.
* Fixed several crashes.
* Updated for Android 14.
* Some minor code cleanup.

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

Version 4.0.5:
* Added more well known keys to the extended key file.
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 64
versionName '4.1.0'
versionCode 65
versionName '4.2.0'
}

androidResources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,8 @@ public static void logUid(String uid) {

/**
* For Activities which want to treat new Intents as Intents with a new
* Tag attached. If the given Intent has a Tag extra, it will be patched
* by {@link MCReader#patchTag(Tag)} and {@link #mTag} as well as
* {@link #mUID} will be updated. The UID will be loged using
* Tag attached. If the given Intent has a Tag extra, {@link #mTag}
* as well as {@link #mUID} will be updated. The UID will be loged using
* {@link #logUid(String)}. A Toast message will be shown in the
* Context of the calling Activity. This method will also check if the
* device/tag supports MIFARE Classic (see return values and
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/65.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Choosing the language is now possible.
* Choosing the theme (light/dark) is now possible
(the light theme is not very good yet).
* Bugfix: Export dumps in .mct format without corrupting
(Thanks to "twisteroid ambassador").
* Bugfix: Writing a block with a readable key B.
* Fixed several crashes.
* Updated for Android 14.
* Some minor code cleanup.

0 comments on commit aaddd85

Please sign in to comment.