forked from ikarus23/MifareClassicTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
152 lines (128 loc) · 4.99 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Changelog of MifareClassicTool (MCT):
Verion 1.7.5:
* Fixed issues with Galaxy S5. Thanks to "mic".
* Motorola Moto X is (and always was) supported.
Thanks to Markus J. for reporting this.
Now it is unlocked on Google Play.
* Some minor bug fixes.
Version 1.7.4:
* Try to prevent the strange crash issue for S5 devices.
(I'm not sure what is causing this and I'm not a 100% sure if
this update will prevent MCT from crashing).
* Some minor bug fixes.
Version 1.7.3:
* Last used key files will be remembered.
(This behaviour can be switched off in the preference dialog.)
* Some minor bug fixes.
Version 1.7.2:
* New Feature: Display the date of manufacture.
* Added preference system.
* Added a preference for auto reconnection if tag gets lost during the
key mapping process. (Maybe useful if you encounter issues during
this phase. Thanks to xtay004.)
* Added a "about" dialog (including useful links).
* Show error message if tag gets lost during key mapping.
* Some minor bug fixes.
Version 1.7.1:
* Tried to fix the strange crash which occurs sometimes when starting
the key mapper. I don't know why :(
Version 1.7.0:
* New Feature: Write only the sectors you want to be written
(when using the Write Dump functionality).
* Added a new standard key file (extended-std.keys).
Most of its keys were taken from SLURP by Anders Sundman
(https://github.com/4ZM/slurp).
* Fixed broken sector status (Write Dump).
A sector status is either "no keys found" or "dead".
* Fixed the MCT dump to proxmark3 emulator tool.
* Some code improvements & cleanup.
* Some minor bug fixes.
* Fixed some spelling (thanks to 'systemcrash').
* Updated support list.
Googles Nexus 5 does not support Mifare Classic.
Version 1.6.0:
* New Feature: Decode & Encode Mifare Classic Access Conditions.
(Access the new tool via "Tools" form main menu or
form the dump editor menu.)
Version 1.5.3:
* Improved Mifare Classic support check.
(The app tells you now whether it is your device or the tag that does not
support Mifare Classic.)
* Fixed crash issue for too big/many key files.
* Some bug fixes.
Version 1.5.2:
* Hotfix: Fixed crash issue introduced with the release of version 1.5.1
(This issue occurred in combination of unreadable sectors,
the focused text field (in Dump Editor) and the "update colors" or
"save dump" function.)
Version 1.5.1:
* Show sectors that could not be read.
(This information will not be saved in a dump.)
* Fixed the "general purpose byte" (GPB) in the
factory format feature.
* Fixed crash issue on some rare "tag lost"-events.
* Updated support list.
The new Nexus 7 (2013) is not able to read/write
Mifare Classic (due to hardware).
* Some bug fixes.
Version 1.5.0:
* New Feature: Replace all Access Conditions from the
dump you want to write with custom ones.
* Fixed parse issue for to big/small integers (in value block tool).
* Fixed crash issue for incorrect Access Conditions.
* Some minor bug fixes.
Version 1.4.2:
* Fixed some crash issues (thanks to Stéphane Haziza).
* Some minor bug fixes.
Version 1.4.1:
* Fixed "No valid key found" issue.
(This issue appeared on some devices with custom ROM.)
Version 1.4.0:
* Format tags back to factory/delivery state.
* Writing the UID (manufacturer block) of *special*
MF Classic tags is now possible (thanks to alfs).
* Improved key mapping speed (thanks to alfs).
* Share key files (e.g. via mail or bluetooth).
* Changed key file editor functions layout from buttons to menu.
* Some minor bug fixes.
* Cleaned up some code.
Version 1.3.3:
* Fixed crash issue while writing 4k dumps to MF 4k tags.
* Fixed wrong block nr. in value blocks as int view.
Version 1.3.2:
* Delete dump or key files via the file chooser's menu.
Version 1.3.1:
* Share dump files (e.g. via mail or bluetooth).
* Some minor bug fixes.
Version 1.3.0:
* Added new tool: Decode & Encode Mifare Classic Value Blocks.
* Added script to convert MCT dumps to RAW dumps.
* Added script to convert RAW dumps to MCT dumps.
* Display the UID length (and the CL) in tag info tool.
* Use proguard to shrink APK files.
* Fixed: Do not create language-dependent dump files using strings.xml
* Some bug fixes.
* Some code cleanup.
Version 1.2.1:
* Tag info tool can now display the tag type and manufacturer.
* Fixed SAK, dec -> hex (tag info tool).
* Fixed ATQA order, e.g. 4400 -> 0044.
* Fixed crash issue, if tag is not MF Classic.
* Some minor bug fixes.
Version 1.2.0:
* Added new tool: Display tag information.
* New system to check for Mifare Classic support.
* Updated footer (version - licence - project page).
* Some minor bug fixes.
Version 1.1.2:
* Changed dump editor functions layout from buttons to menu.
* Some bug fixes.
* Some code cleanup.
Version 1.1.1:
* Some minor bug fixes (layout and usability).
Version 1.1.0:
* Write dump to a tag providing its keys.
This feature replaces the old "write full dump (clone)" function.
* Some minor bug fixes.
Version 1.0.0:
* Initial version.