File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ Great thanks to him.
70
70
71
71
## Update Log:
72
72
73
+ ### V0.2.4
74
+ + Clone EM410x card to T55xx card
75
+
73
76
### V0.2.3
74
77
+ Fix bug [ #27 ] ( https://github.com/wh201906/Proxmark3GUI/issues/27 )
75
78
+ Try to support Non-ASCII path
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
67
67
***
68
68
## 更新日志:
69
69
70
+ ### V0.2.4
71
+ + 复制EM410x卡(一种常见的低频ID卡)
72
+
70
73
### V0.2.3
71
74
+ 修复 [ #27 ] ( https://github.com/wh201906/Proxmark3GUI/issues/27 )
72
75
+ 尝试支持中文启动路径
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
59
59
else: unix :!android: target.path = /opt/ $${TARGET }/bin
60
60
!isEmpty (target.path ): INSTALLS += target
61
61
62
- VERSION = 0.2.3
62
+ VERSION = 0.2.4
63
63
QMAKE_TARGET_PRODUCT = " Proxmark3GUI"
64
64
QMAKE_TARGET_DESCRIPTION = " Proxmark3GUI"
65
65
QMAKE_TARGET_COMPANY = " wh201906"
You can’t perform that action at this time.
0 commit comments