Skip to content

Commit c0afa6b

Browse files
committed
V0.2.3
1 parent 17c40fe commit c0afa6b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Proxmark3GUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
5656
else: unix:!android: target.path = /opt/$${TARGET}/bin
5757
!isEmpty(target.path): INSTALLS += target
5858

59-
VERSION = 0.2.2
59+
VERSION = 0.2.3
6060
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6161
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6262
QMAKE_TARGET_COMPANY = "wh201906"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Great thanks to him.
7373

7474
## Update Log:
7575

76+
### V0.2.3
77+
+ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
78+
+ Try to support Non-ASCII path
79+
7680
### V0.2.2
7781
+ Load command format from external json file
7882
+ Fix bug [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)

doc/README/README_zh_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
7070
***
7171
## 更新日志:
7272

73+
### V0.2.3
74+
+ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27)
75+
+ 尝试支持中文启动路径
76+
7377
### V0.2.2
7478
+ 从外部文件加载客户端命令格式
7579
+ 修复 [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)

0 commit comments

Comments
 (0)