1.0.5 Release
This release updates mostly in stability:
- fix a crash bug when finding resource binaries for a file path with Chinese characters
- add Github Release checker; When a new release is found, the user will be notified
- improve robustness for handling invalid serialnos
- add logging level control
- fix a
fetchlog
crash bug when the log does not exist on the device
此次更新主要修复稳定性问题:
- 修复了windows中文路径下无法找到资源文件的问题
- 增加了版本检测功能。在执行命令后会检测当前最新版本,并提示用户
- 提高了代码的鲁棒性,现在不存在的serialno不会引起系统奔溃了
- 增加了输出的verbose控制,可以控制输出内容的级别
- 修复了fetchlog命令失败的可能