Releases: udbg/udbg-script
Releases · udbg/udbg-script
v0.2.1
- 默认数据存储目录改为udbg上层目录下的
.udbg-data
- 支持配置git同步插件,参考
.plugin-update
命令 - 客户端命令可独立成脚本,放在
udbg/client/cmd/
目录下 clientUiInited
事件在GUI线程中执行
English
- Change the default data directory to
<UDBG-DIR>/../.udbg-data
- Support plugin can be updated by git, refer to
.plugin-update
command - Standalone client command script, located in
udbg/client/cmd/
- Event
clientUiInited
will be executed in GUI thread