master V0.2.8
wh201906 11 months ago
parent 184a9ed5f2
commit e2fb18970e
No known key found for this signature in database

@ -2,6 +2,12 @@
[中文](doc/CHANGELOG/CHANGELOG_zh_CN.md)
### V0.2.8
+ Add support for Iceman/RRG repo v4.16717
+ Fix some bugs
+ Make it easier for testing this GUI across multiple clients
+ Add support for Bluetooth and TCP connection
### V0.2.7
+ Fix writing to Block 0 failure when using with RRG repo v4.15864
+ Disable disconnection detection on Linux/macOS by default

@ -2,6 +2,12 @@
[English](../../CHANGELOG.md)
### V0.2.8
+ 支持冰人版客户端 v4.16717
+ 修复若干Bug
+ 便于在不同版本客户端之间切换
+ 支持蓝牙及TCP连接
### V0.2.7
+ 修复使用冰人版v4.15864时无法写入块0的问题
+ 默认关闭Linux/macOS系统下对PM3硬件断连的检测

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -59,9 +59,9 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
VERSION = 0.2.7
VERSION = 0.2.8
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "A cross-platform GUI for Proxmark3 client"
QMAKE_TARGET_COMPANY = "wh201906"
RESOURCES += \

Loading…
Cancel
Save