Skip to content

Commit

Permalink
V0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Mar 16, 2021
1 parent ccb0765 commit bac6207
Show file tree
Hide file tree
Showing 7 changed files with 775 additions and 382 deletions.
2 changes: 1 addition & 1 deletion Proxmark3GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
VERSION = 0.2.1
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
QMAKE_TARGET_COMPANY = "wh201906"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ Great thanks to him.

## Update Log:

### V0.2.1
+ Optimize MIFARE Classic reading logic
+ Fix bug #16
+ Fix bug #15 partially (the path can contain spaces now)

### V0.2
+ Use Dock widget for more flexible layout
+ Support basic LF commands
Expand Down
5 changes: 5 additions & 0 deletions README/doc/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客

## 更新日志:

### V0.2.1
+ 优化MIFARE Classic读卡逻辑
+ 修复 #16 (配合新版RRG固件时无法读取扇区数据)
+ 修复 #15 (路径中支持空格)

### V0.2
+ 使用浮动窗口,界面配置更加灵活
+ 支持部分低频命令
Expand Down
Loading

0 comments on commit bac6207

Please sign in to comment.