Skip to content

Commit bac6207

Browse files
committed
V0.2.1
1 parent ccb0765 commit bac6207

File tree

7 files changed

+775
-382
lines changed

7 files changed

+775
-382
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.0
59+
VERSION = 0.2.1
6060
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6161
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6262
QMAKE_TARGET_COMPANY = "wh201906"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Great thanks to him.
6565

6666
## Update Log:
6767

68+
### V0.2.1
69+
+ Optimize MIFARE Classic reading logic
70+
+ Fix bug #16
71+
+ Fix bug #15 partially (the path can contain spaces now)
72+
6873
### V0.2
6974
+ Use Dock widget for more flexible layout
7075
+ Support basic LF commands

README/doc/README_zh_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
6464

6565
## 更新日志:
6666

67+
### V0.2.1
68+
+ 优化MIFARE Classic读卡逻辑
69+
+ 修复 #16 (配合新版RRG固件时无法读取扇区数据)
70+
+ 修复 #15 (路径中支持空格)
71+
6772
### V0.2
6873
+ 使用浮动窗口,界面配置更加灵活
6974
+ 支持部分低频命令

0 commit comments

Comments
 (0)