Skip to content

Commit aee621c

Browse files
committed
V0.2.7
1 parent b788d6a commit aee621c

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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

doc/CHANGELOG/CHANGELOG_zh_CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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卡写卡逻辑

src/Proxmark3GUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
5959
else: unix:!android: target.path = /opt/$${TARGET}/bin
6060
!isEmpty(target.path): INSTALLS += target
6161

62-
VERSION = 0.2.6
62+
VERSION = 0.2.7
6363
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6464
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6565
QMAKE_TARGET_COMPANY = "wh201906"

0 commit comments

Comments
 (0)