Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@anyongjin anyongjin released this 13 Mar 02:41

Please do not download banbot from Release. You can quickly experience it via Docker or build it locally according to the documentation. Only the front-end static resource file dist.zip is provided here. It will be automatically downloaded when banbot starts. You can also manually download and extract it to the BanDataDir directory, rename it to uidist (ensure uidist/index.html exists), and then create a version.txt file, writing the current version number (without 'v').

  • Real-time balance not asynchronously polled causing it to get stuck
  • Added timeout detection for crawler push
  • Fixed several other bugs

[dashboard UI]

  • Display quantity for orders and positions
  • Fixed the bug of inaccurate balance & used margin
  • Several account information query parameter errors

请勿从Release下载banbot,您可从docker快速体验或按文档进行本地构建。这里仅提供前端静态资源文件dist.zip,banbot启动时会自动下载,您也可以手动下载并解压到BanDataDir目录下,重命名为uidist(确保uidist/index.html存在),然后创建version.txt文件,写入当前版本号(不含v)。

  • 实盘余额未异步轮询导致卡住
  • 添加爬虫推送超时检测
  • 解决若干其他bug

[dashboard UI]

  • 订单和仓位显示数量
  • 解决余额&占用保证金不准确bug
  • 若干账户信息查询参数错误