-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
170 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Change Log | ||
|
||
[中文](doc/CHANGELOG/CHANGELOG_zh_CN.md) | ||
|
||
### V0.2.5 | ||
+ Fix bug [#28](https://github.com/wh201906/Proxmark3GUI/issues/28) | ||
|
||
### V0.2.4 | ||
+ Clone EM410x card to T55xx card | ||
|
||
### V0.2.3 | ||
+ Fix bug [#27](https://github.com/wh201906/Proxmark3GUI/issues/27) | ||
+ Try to support Non-ASCII path | ||
|
||
### V0.2.2 | ||
+ Load command format from external json file | ||
+ Fix bug [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22) | ||
+ Support Iceman/RRG repo v4.13441 | ||
|
||
### V0.2.1 | ||
+ Optimize MIFARE Classic reading logic | ||
+ Fix bug [#16](https://github.com/wh201906/Proxmark3GUI/issues/16) | ||
+ Fix bug [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) partially (the path can contain spaces now) | ||
|
||
### V0.2 | ||
+ Use Dock widget for more flexible layout | ||
+ Support basic LF commands | ||
+ Fix a bug in RawCommand tab | ||
|
||
### V0.1.4 | ||
+ Optimize performance | ||
+ Optimize UI | ||
+ Search available ports automatically | ||
+ Add High-DPI support | ||
+ Support configuring environment variables by script | ||
(Useful when the client requires specific environment variables) | ||
+ All functions are compatible with Iceman/RRG repo(tested on v4.9237) | ||
+ Support specifying client working directory | ||
+ Fix some bugs | ||
|
||
### V0.1.3 | ||
+ Fix Trailer Decoder | ||
+ Add feedback when writing selected blocks | ||
|
||
### V0.1.2 | ||
+ Optimize read logic | ||
+ Make UI Customizable | ||
+ Save client path automatically | ||
+ Add Trailer Decoder(Deprecated, plz use V0.1.3 or higher version) | ||
+ Support read/write selected blocks | ||
+ Support a few Iceman functions | ||
+ Fix some bugs | ||
|
||
### V0.1.1 | ||
+ Complete Mifare module(support simulate and sniff) | ||
|
||
### V0.1 | ||
+ Able to deal with Mifare card and related files | ||
|
||
### V0.0.1 | ||
+ a dumb version with a useless GUI and a serial choose box. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# 更新日志 | ||
|
||
[English](../../CHANGELOG.md) | ||
|
||
### V0.2.5 | ||
+ 修复 [#28](https://github.com/wh201906/Proxmark3GUI/issues/28) | ||
|
||
### V0.2.4 | ||
+ 复制EM410x卡(一种常见的低频ID卡) | ||
|
||
### V0.2.3 | ||
+ 修复 [#27](https://github.com/wh201906/Proxmark3GUI/issues/27) | ||
+ 尝试支持中文启动路径 | ||
|
||
### V0.2.2 | ||
+ 从外部文件加载客户端命令格式 | ||
+ 修复 [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22) | ||
+ 兼容冰人版客户端 v4.13441 | ||
|
||
### V0.2.1 | ||
+ 优化MIFARE Classic读卡逻辑 | ||
+ 修复 [#16](https://github.com/wh201906/Proxmark3GUI/issues/16) (配合新版RRG固件时无法读取扇区数据) | ||
+ 修复 [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) (路径中支持空格) | ||
|
||
### V0.2 | ||
+ 使用浮动窗口,界面配置更加灵活 | ||
+ 支持部分低频命令 | ||
+ 修复原始命令选项卡中的一个Bug | ||
|
||
### V0.1.4 | ||
+ 优化性能 | ||
+ 优化用户界面 | ||
+ 自动搜索可用端口 | ||
+ 支持高分屏 | ||
+ 可通过外部脚本配置环境变量 | ||
(在客户端需要配置环境变量时很有用) | ||
+ 全功能兼容冰人版(在v4.9237上测试通过) | ||
+ 支持指定客户端工作路径 | ||
+ 修复部分bug | ||
|
||
### V0.1.3 | ||
+ 修复访问控制位解码器 | ||
+ 写多个块时显示写入结果 | ||
|
||
### V0.1.2 | ||
+ 优化读卡逻辑 | ||
+ UI自定义 | ||
+ 自动保存客户端路径 | ||
+ 添加访问控制位解码器(也可用于自己构造访问控制位)(有bug,请使用V0.1.3或更高版本) | ||
+ 支持仅读写选中块 | ||
+ 支持部分冰人功能 | ||
+ 修复部分bug | ||
|
||
### V0.1.1 | ||
+ 完成整个Mifare模块(支持模拟卡和嗅探功能) | ||
|
||
### V0.1 | ||
+ 支持处理Mifare卡片及相关数据文件 | ||
|
||
### V0.0.1 | ||
+ 一个带串口选择框的实验版本 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters