Skip to content

Commit

Permalink
New release: 4.2.3
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Aug 31, 2024
1 parent b0811e4 commit c74cd02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog of MifareClassicTool (MCT):

Version 4.2.3:
* Make "cancel" during key map creation more responsive
(Thanks to Alan Le Corre).
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Fixed several crashes.
* Some minor code cleanup.

Version 4.2.2:
* Fixed crash when opening the preferences using
Chinese language.
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 34
versionCode 67
versionName '4.2.2'
versionCode 68
versionName '4.2.3'
}

androidResources {
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/68.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Make "cancel" during key map creation more responsive
(Thanks to Alan Le Corre).
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Fixed several crashes.
* Some minor code cleanup.

0 comments on commit c74cd02

Please sign in to comment.