Skip to content

v0.2.8

Compare
Choose a tag to compare
@anyongjin anyongjin released this 27 Mar 08:13
· 117 commits to main since this release

Please do not download banbot from the Release section. You can quickly experience it via Docker or build it locally according to the documentation. Here, only the front-end static resource file dist.zip is provided. Banbot will automatically download it upon startup. You can also manually download and extract it to the BanDataDir directory, rename it to uidist (ensure that uidist/index.html exists), and then create a version.txt file, in which you should write the current version number (without the "v").

  • Fix compilation failure within Docker
  • Support automatic application of database schema changes
  • Supports automatic reading of system proxy settings.
  • [Live trading] Regularly synchronize positions to prevent partial closing of positions due to duplicate local orders

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

  • 解决docker内编译失败
  • 支持自动应用数据库架构变化
  • 支持自动读取系统代理设置
  • [实盘]定期同步仓位本地订单重复导致误部分平仓