From c0afa6bb32f366482b959b927872832a924c0e49 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Fri, 21 Jan 2022 17:21:38 +0800 Subject: [PATCH] V0.2.3 --- Proxmark3GUI.pro | 2 +- README.md | 4 ++++ doc/README/README_zh_CN.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Proxmark3GUI.pro b/Proxmark3GUI.pro index 2f20e59..4c9b689 100644 --- a/Proxmark3GUI.pro +++ b/Proxmark3GUI.pro @@ -56,7 +56,7 @@ qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target -VERSION = 0.2.2 +VERSION = 0.2.3 QMAKE_TARGET_PRODUCT = "Proxmark3GUI" QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI" QMAKE_TARGET_COMPANY = "wh201906" diff --git a/README.md b/README.md index 5efcebb..7324f09 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ Great thanks to him. ## Update Log: +### V0.2.3 ++ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27) ++ Try to support Non-ASCII path + ### V0.2.2 + Load command format from external json file + 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) diff --git a/doc/README/README_zh_CN.md b/doc/README/README_zh_CN.md index 575461b..980ea88 100644 --- a/doc/README/README_zh_CN.md +++ b/doc/README/README_zh_CN.md @@ -70,6 +70,10 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客 *** ## 更新日志: +### V0.2.3 ++ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27) ++ 尝试支持中文启动路径 + ### V0.2.2 + 从外部文件加载客户端命令格式 + 修复 [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)