Skip to content

v0.2.7

Compare
Choose a tag to compare
@anyongjin anyongjin released this 21 Mar 10:35
· 107 commits to main since this release

Do not download banbot from Release. You can quickly experience it via docker or build it locally as per the documentation. Here, only the frontend static resource file dist.zip is provided. Banbot will automatically download it upon startup. Alternatively, you can manually download and unzip it into the BanDataDir directory, renaming it to uidist (ensure uidist/index.html exists). Then, create a version.txt file and write the current version number (without the "v").

  • Fix the issue of crawler spot mis-saving 1s period K-line
  • Support NTP accurate time (not enabled by default, can be enabled via ntp_lang_code)
  • Fix occasional data insertion errors
  • Update go-bayesopt
  • WebUI startup defaults to not attempting to connect to crawler

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

  • 解决爬虫现货误保存1s周期K线
  • 支持ntp准确时间(默认不启用,可通过ntp_lang_code启用)
  • 解决偶发数据插入已存在错误
  • 更新go-bayesopt
  • WebUI启动默认不尝试连接爬虫