Skip to content

v0.2.3

Compare
Choose a tag to compare
@anyongjin anyongjin released this 08 Mar 03:57
· 114 commits to main since this release

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).

  • Fixed a bug where the sharp calculation was about 5 times higher
  • Added support for time_start/time_end in yaml
  • Fixed the bug where env: test did not take effect

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

  • 解决夏普计算偏高5倍左右bug
  • yaml支持time_start/time_end
  • 解决env: test未生效bug