Skip to content

Releases: udbg/udbg-script

v0.2.1

28 Oct 09:25
Compare
Choose a tag to compare
  • 默认数据存储目录改为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

v0.2

20 Oct 16:09
Compare
Choose a tag to compare
  • 集成了lqt,在Lua层重新实现了大部分界面逻辑
  • 集成了 unicorn ffi 等第三方库
  • 一些Bug修复