mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-02-17 06:31:33 +08:00
V0.2.4
This commit is contained in:
parent
1e728c891c
commit
ae932778ce
@ -70,6 +70,9 @@ Great thanks to him.
|
|||||||
|
|
||||||
## Update Log:
|
## Update Log:
|
||||||
|
|
||||||
|
### V0.2.4
|
||||||
|
+ Clone EM410x card to T55xx card
|
||||||
|
|
||||||
### V0.2.3
|
### V0.2.3
|
||||||
+ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
|
+ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
|
||||||
+ Try to support Non-ASCII path
|
+ Try to support Non-ASCII path
|
||||||
|
@ -67,6 +67,9 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
|
|||||||
***
|
***
|
||||||
## 更新日志:
|
## 更新日志:
|
||||||
|
|
||||||
|
### V0.2.4
|
||||||
|
+ 复制EM410x卡(一种常见的低频ID卡)
|
||||||
|
|
||||||
### V0.2.3
|
### V0.2.3
|
||||||
+ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
|
+ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
|
||||||
+ 尝试支持中文启动路径
|
+ 尝试支持中文启动路径
|
||||||
|
@ -59,7 +59,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
|
|||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
||||||
VERSION = 0.2.3
|
VERSION = 0.2.4
|
||||||
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
|
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
|
||||||
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
|
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
|
||||||
QMAKE_TARGET_COMPANY = "wh201906"
|
QMAKE_TARGET_COMPANY = "wh201906"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user