Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

v1.12.1 先行版

Pre-release
Pre-release
Compare
Choose a tag to compare
@ForteScarlet ForteScarlet released this 30 Apr 16:34
· 80 commits to master since this release

1.12.1 (beta)

  • 配置中增加一个配置项simbot.core.checkBot,默认为true。当为true的时候,监听函数触发前会优先判断当前消息所接收的bot是否为已注册的bot,如果为未注册bot则其将会被拦截。
  • 简单优化HttpClientAble
  • 将常量类com.forte.qqrobot.PriorityConstant移动至com.forte.qqrobot.constant.PriorityConstant
  • 修复默认的BotManager实现类中,使用带账号的注册会导致无法触发验证的bug
  • 修改部分需要初始化的bean的初始化流程。
  • 修改默认BotManager的自动配置形式。
  • 修复依赖中心中疑似会导致死锁的bug
  • 修改ConfigProperties类的实现,可能会导致兼容问题。