Skip to content

Commit ae93277

Browse files
committed
V0.2.4
1 parent 1e728c8 commit ae93277

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Great thanks to him.
7070

7171
## Update Log:
7272

73+
### V0.2.4
74+
+ Clone EM410x card to T55xx card
75+
7376
### V0.2.3
7477
+ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
7578
+ Try to support Non-ASCII path

doc/README/README_zh_CN.md

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
6767
***
6868
## 更新日志:
6969

70+
### V0.2.4
71+
+ 复制EM410x卡(一种常见的低频ID卡)
72+
7073
### V0.2.3
7174
+ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
7275
+ 尝试支持中文启动路径

src/Proxmark3GUI.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
5959
else: unix:!android: target.path = /opt/$${TARGET}/bin
6060
!isEmpty(target.path): INSTALLS += target
6161

62-
VERSION = 0.2.3
62+
VERSION = 0.2.4
6363
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6464
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6565
QMAKE_TARGET_COMPANY = "wh201906"

0 commit comments

Comments
 (0)