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

v1.7.0更新

Compare
Choose a tag to compare
@ForteScarlet ForteScarlet released this 24 Feb 16:45
  • 1.7.0

    1.7.x 无法向下兼容。

    • 变更整体的日志输出规则,增加了国际化语言转化。

    • FriendList接口增加:getAllFriends()

    • QQLog的warning字体更换为黄色

    • config中增加locale相关配置

    • QQLogBack接口参数调整

    • 在MsgGetType中增加几种监听事件类型(但是不一定是有用的):

      • 群消息撤回
      • 私信消息撤回
    • 简单修改监听器的ID生成规则

    • 增加一个新的可使用类:SenderAPIManager, 计划会用于获取所有的送信器中存在的API, 一般用于debug

    • 配置中,将所有的配置名称中的前缀"simple.robot.conf" 变更为 "core"

    • 优化线程池初始化参数,并增加一个新的线程池参数:阻塞系数(blockingFactor)

    • BaseConfiguration类不再重写toString方法

    • 增加了一个异常类 RobotRunException

    • MsgGet类型的监听消息中(基本上属于所有的监听消息)开放接口:

      • setMsg , 用来重新设置msg消息内容。
      • getThisCode,用来获取“接收到这条消息的账号是哪一个”。
    • 1.7版本内未来会新增加的功能:

      • 获取所有的监听器的信息:
        • 增加注解:@ListenerAPI
      • 增加消息封装类:ListenerInfo