File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
33[ 中文] ( doc/CHANGELOG/CHANGELOG_zh_CN.md )
44
5+ ### V0.2.7
6+ + Fix writing to Block 0 failure when using with RRG repo v4.15864
7+ + Disable disconnection detection on Linux/macOS by default
8+ + Fix a little bug in the config file
9+ + Fix the Trailer Decoder
10+ + Show more details in the Trailer Decoder
11+ + Add dark theme(from https://github.com/ColinDuquesnoy/QDarkStyleSheet )
12+ + Add support for customizable theme, opacity and fonts
13+ + Fix translations
14+
515### V0.2.6
616+ Add support for Iceman/RRG repo v4.15864 [ #37 ] ( https://github.com/wh201906/Proxmark3GUI/issues/37 )
717+ Optimize mifare classic block writing logic
Original file line number Diff line number Diff line change 22
33[ English] ( ../../CHANGELOG.md )
44
5+ ### V0.2.7
6+ + 修复使用冰人版v4.15864时无法写入块0的问题
7+ + 默认关闭Linux/macOS系统下对PM3硬件断连的检测
8+ + 修复配置文件中的小Bug
9+ + 修复访问控制位解码器
10+ + 在访问控制位解码器中显示更多细节
11+ + 添加暗黑主题(源于https://github.com/ColinDuquesnoy/QDarkStyleSheet )
12+ + 支持自定义主题,透明度,字体
13+ + 修复若干翻译问题
14+
515### V0.2.6
616+ 支持冰人版客户端 v4.15864 [ #37 ] ( https://github.com/wh201906/Proxmark3GUI/issues/37 )
717+ 优化Mifare Classic卡写卡逻辑
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
5959else: unix :!android: target.path = /opt/ $${TARGET }/bin
6060!isEmpty (target.path ): INSTALLS += target
6161
62- VERSION = 0.2.6
62+ VERSION = 0.2.7
6363QMAKE_TARGET_PRODUCT = " Proxmark3GUI"
6464QMAKE_TARGET_DESCRIPTION = " Proxmark3GUI"
6565QMAKE_TARGET_COMPANY = " wh201906"
You can’t perform that action at this time.
0 commit comments