Skip to content

Releases: Clov614/rikka-bot-wechat

v0.3.2

15 Aug 16:35
Compare
Choose a tag to compare

Feature

  • 机器人模式下新增 AI对话& AI问某地天气情况
    a4bdadaf52f3c35d3d310cd0042ecb46

Changelog

v0.3.1

15 Aug 16:31
Compare
Choose a tag to compare

Changelog

  • 6bf27ce feat: ai支持获取地区天气

v0.3.0

14 Aug 16:48
Compare
Choose a tag to compare

Changelog

v0.2.7-fix1

12 Aug 03:08
Compare
Choose a tag to compare

Changelog

v0.2.7

11 Aug 11:11
Compare
Choose a tag to compare

Changelog

  • 90da50b fix: golint
  • 818c08b feat: 支持聊天图片存储于本地(默认方式)
  • b114652 feat: 推送掉线通知
  • 478f472 fix: 循环校验删除桶语法错误

v0.2.6-fix1

02 Aug 15:13
Compare
Choose a tag to compare

Changelog

  • 485706b typo
  • 40649fe fix(debug-log): 引入日志缓存,修复初始化阶段日志等级失效
  • 1be5353 fix(russianRoulettePlugin): 修复游戏相关逻辑
  • e717b65 fix(cache): 修复缓存读取数据文件错误
  • b056efb fix(cache): 加入debug日志输出,排查服务端bug
  • 9eee349 fix(plugin): 修复俄罗斯游戏,没有校验身份
  • 2c7c5b5 docs: add function todo
  • 875a221 fix: go-lint

v0.2.6

02 Aug 10:54
Compare
Choose a tag to compare

Changelog

  • 9c48f3b feat: 新增游戏模块-俄罗斯轮盘游戏,重构部分消息以及相关处理
  • 60355e3 feat(go-releaser): 更新goreleaser版本
  • ffb8902 fix: 错误返回处理不当
  • 44ac13e Create dependabot.yml

v0.2.5

31 Jul 08:53
Compare
Choose a tag to compare

Feat

  • 优化了消息事件的字段,新增图片url字段,去除了原先raw字段(冗长)
  • 支持通过url直接向服务端获取图片
  • 图片过期策略

Changelog

  • 39d0ea5 refactor: 图片名称拼接规则、循环检测
  • d4c57f7 fix: go-lint
  • 1eb9fa1 chore: go mod tidy
  • 4b6daad docs: 更新消息事件示例
  • 5f683b7 feat: 图片支持url访问,代替原来传字节码过于冗长
  • e816a24 fix(go-lint): wrapping the return error
  • 0be047d feat: 初步聊天图片缓存以及过期策略设计
  • f9ead77 feat: bbolt作为持久化存储代替原先的json存储
  • a81c17a fix: 模块运行时获取所需的对象指针
  • ec7aab9 refactor: 防止循环依赖,抽出dialog

v0.2.4

26 Jul 14:26
Compare
Choose a tag to compare

Changelog

  • 629f124 fix: go-lint
  • e3329be refactor: 重构日志路径,新增对日志大小的自动检测(注意配置文件新增项)
  • 4df9428 refactor: uuid重复,返回固定错误
  • 21ab31f typo
  • f4f65bc refactor: uuid的逻辑改为重复不发送,不再强制生成uuid

v0.2.3

24 Jul 12:24
Compare
Choose a tag to compare

Changelog

  • d7b4512 fixed: go-lint err
  • b0cf3f8 fixed: go-lint err
  • 785c97a fixed: go-lint err
  • 031a5b2 fix: go-lint err
  • 5cbee9c feat: 消息新增用户uuid,支持通过uuid发送消息
  • 06a6292 fix: 日志无法正常显示错误