mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2024-11-10 08:55:43 +08:00
V0.2.8
This commit is contained in:
parent
184a9ed5f2
commit
e2fb18970e
6 changed files with 713 additions and 686 deletions
|
@ -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硬件断连的检测
|
||||
|
|
817
i18n/en_US.ts
817
i18n/en_US.ts
File diff suppressed because it is too large
Load diff
BIN
i18n/zh_CN.qm
BIN
i18n/zh_CN.qm
Binary file not shown.
566
i18n/zh_CN.ts
566
i18n/zh_CN.ts
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…
Reference in a new issue