PackageTrack
Sign in Get early access

github.com/Sora233/DDBOT

v1.1.2 Sora233/DDBOT

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 1 weeks to 5 months

Some releases are documented

notes for 9 of 34 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

61 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

61 releases · May 2021 to Jul 2023
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 61
  1. v1.1.2 01 Jul 2023
    Release notes
    • 2023-07-01 v1.1.2
      • 更新登录代码
    # 本版本需要配置签名服务器,详情请看https://github.com/Mrs4s/go-cqhttp/issues/2242
    # 请在application.yaml文件中添加配置:
    sign-server: "你的签名服务器"
    
    Open source →
  2. v1.1.2-0.20230701122421-efbc144c5bc3 01 Jul 2023 pre-release

    Nothing published for this version

  3. v1.1.1 27 May 2023
    Release notes
    • 2023-05-27 v1.1.1
      • 更新登录代码
      • 更新b站接口签名
    Open source →
  4. v1.1.0 21 Mar 2023
    Release notes
    • 适配新miraigo和登录代码(更新时需要手动删除device.json文件)
    Open source →
  5. v1.0.10-0.20221019115629-3c11e39a2f8f 19 Oct 2022 pre-release

    Nothing published for this version

  6. v1.0.9 02 Oct 2022
    Release notes

    修复未登录b站情况下接口报错401非法访问


    • 通用:
      • 更新b站DynamicHistory接口
      • 修复b站XSpaceAccInfo接口-401错误
      • 升级go版本至1.19
      • 现在推送时@全员合并成一条消息
    • 模板:
      • 现在会自动去除模板文件的bom,带有bom的模板不会再意外地换行了
      • 新增支持发送戳一戳消息,和戳一戳事件模板
      • 新增模板函数bot_uin返回bot的qq号码
      • 新增模板变量{{ .template_name }}返回当前执行的模板名字
      • 新增模板函数cooldown可以设置计时
      • 新增模板函数openFile用于读取本地文件
      • 新增模板函数abort用于退出当前模板,并且已经产生的消息将被丢弃,如果有传入参数,参数将被作为消息发送
      • 新增模板函数fin用于退出当前模板,并且已经产生的消息将被发送,未处理的模板代码将被跳过
    Open source →
  7. v1.0.9-0.20220706005304-a7e01bad022f 06 Jul 2022 pre-release

    Nothing published for this version

  8. v1.0.8 05 Jul 2022
    Release notes
    • 2022-07-05 v1.0.8
      • 通用:
        • 从零开始的BOT不会再提醒迁移数据库了
        • 增加了数据库独占锁,当尝试重复启动单个BOT时将提示错误以防止数据库损坏 (不会影响多个BOT同时使用)
        • windows下一些致命错误将使用messagebox提示
        • 修复一些条件下无法正常触发命令的情况
        • 增加/检测异常订阅命令用于查询未能正常退出的群的订阅
        • 增加/清除订阅命令用于清除异常订阅,或者清除指定群的订阅,清除时可以指定订阅网站和种类
      • 模板:
        • 修复32位下模板无法解析int64的情况
        • 自定义命令支持@成员参数
        • 新增模板命令获取指定成员的基本信息
        • 模板函数choose现在可以在每一项后增加一个可选的权重(整数),如未指定则为1
        • 自定义命令新增{{.full_args}}获取完整的包含空格的字符串格式的参数
        • 自定义命令现在遇到非文字内容(图片等)时会跳过该内容,而不是直接停止解析参数
        • 模板现在允许比较字符串类型的数字和数字类型的数字
        • 修复私聊模板无法获取参数的问题
        • 新增模板函数{{weekday}}获取当天是星期几
        • 新增一系列模板函数,包括字符串、list、dict、数学、哈希、默认值空值
        • 模板函数pic支持base64字符串格式的图片
        • 新增模板函数httpGet httpPostJson httpPostForm用于发送http get/post请求
        • 新增模板函数toGJson用于处理json
        • 修复customCommandPrefix不支持大写字母的问题
    Open source →
  9. v1.0.7 16 May 2022
    Release notes
    • 通用:
      • 修复@时显示QQ号的问题(这次是真的)
      • 修复release ci没有正确设置版本的问题
      • 支持重定义特定命令的前缀,可以设置无需前缀的自定义命令,参考完整配置的customCommandPrefix
      • 支持定义cronjob定时消息模板,详细介绍请看模板介绍
      • 增加b站下播的准确检查,现在不会再发生错误下播->马上开播的情况了
    • 模板:
      • 现在支持自定义命令传入文字参数,在模板中可以通过{{.cmd}}和{{.args}}变量获取命令名字和参数
      • 增加trigger.private.new_friend_added.tmpl事件模板
      • 增加trigger.private.group_invited.tmpl事件模板
      • 增加hour minute second month year day yearday等时间函数
      • 新增私聊命令/ping支持模板
      • 模板函数pic默认不再对url图片进行缓存,这意味着会返回随机图片的url可以正常工作了
    Open source →
  10. v1.0.7-0.20220418024919-a0d333921c1f 18 Apr 2022 pre-release

    Nothing published for this version

  11. v1.0.7-0.20220415031339-82ecf474d7ea 15 Apr 2022 pre-release

    Nothing published for this version

  12. v1.0.6 14 Apr 2022
    Release notes

    通用更新:

    - 更换自定义miraigo,可能减少消息发送失败
    - 增加定时监测新版本,并会通知Admin
    - 使用新的推送限流方式,现在更多地考虑账号稳定
    - 支持Concern启动失败,没有启动成功的Concern无法再使用相关命令
    - 支持B站不配置帐号使用,仅推荐订阅不超过5个时使用(用于初次部署时快速验证),配置帐号仍旧是最佳方案
    - 修复@时显示QQ号的问题
    - 增加推送消息的并发配置,默认为1以优先保证账号稳定,当出现推送堆积的时候可以尝试调高
    - 支持配置不推送BOT离线期间的B站动态和直播
    - 现在当BOT设置为私人模式时,被私自拉进群聊时无法再使用了(当群聊人数较少时,系统会直接同意,无法拒绝)
    

    模板更新:

    - 模板函数pic支持本地gif
    - 新增模板函数用于@成员
    - 新增模板函数显示成员头像
    - 增加更多消息模板上下文,主要是群命令和私聊命令的member_code/member_name
    - 现在模板消息会自动去掉模板末尾的EOL,一些editor可能会自动添加EOL(eg. VIM)
    
    Open source →
  13. v1.0.6-0.20220403182345-0b70da69f0d1 03 Apr 2022 pre-release

    Nothing published for this version

  14. v1.0.5 03 Apr 2022
    Release notes

    包含重要bug fix & 配置更新 & 新私有部署feature 消息模板:

    • 增加巨量推送的判定配置,默认为50
    • 修复无法使用socks5协议代理的问题
    • 增加b站禁止自动关注的配置,这意味着只能订阅b站帐号内已经关注的用户;当需要订阅新用户时,只能手动在b站关注
    • qq聊天记录默认不再输出到终端,需要手动配置开启,过去为默认开启
    • 修复油管推送当多个群订阅的时候,只能发送到一个群的问题 ( fix #129 )
    • 修复一个和推送@相关的race condition
    • 修复推送时可能多次@全员的问题
    • 增加消息模板,为一些功能的实现做准备,模板的详细介绍请看模板介绍
    • 增加自定义命令回复,触发命令时自动回复定义的模板消息,模板的详细介绍请看模板介绍
    • 模板尚处于实验性质,不排除模板规则变动的可能
    Open source →
  15. v1.0.4 13 Feb 2022
    Release notes

    包含多方面的改进:

    • 现在/admin命令在有权限的情况下支持列出一个群内的GroupAdmin
    • 修复登陆出现的问题
    • 增加巨量推送时的限流,当一次性推送至50个群以上时,将增加推送延迟避免被封qq号
    • 现在支持手动关注b站用户,当ddbot订阅b站用户关出现注失败时,可以手动登陆b站账号关注,这个功能可能有几十秒的延迟
    • 支持设置b站关注需要的粉丝数量,当粉丝数量不足时无法订阅,这主要是用来过滤一些无用的测试订阅(仍然可以手动登陆b站关注)
    • 更新微博图片到原图
    Open source →
  16. v1.0.3 27 Jan 2022

    Nothing published for this version

  17. v1.0.3-0.20220114134522-9dbe377f2d2b 14 Jan 2022 pre-release

    Nothing published for this version

  18. v1.0.2 24 Dec 2021

    Nothing published for this version

  19. v1.0.1 05 Dec 2021

    Nothing published for this version

  20. v1.0.1-0.20211121160316-3fce7a22c765 21 Nov 2021 pre-release

    Nothing published for this version

  21. v1.0.1-0.20211120042356-8317fe79b9cc 20 Nov 2021 pre-release

    Nothing published for this version

  22. v1.0.1-0.20211119171116-45102856919a 19 Nov 2021 pre-release

    Nothing published for this version

  23. v1.0.1-0.20211119084534-1eaee257dcfd 19 Nov 2021 pre-release

    Nothing published for this version

  24. v1.0.1-0.20211119080315-2e0088f5b4f0 19 Nov 2021 pre-release

    Nothing published for this version

  25. v1.0.1-0.20211119063219-07fae6b8c750 19 Nov 2021 pre-release

    Nothing published for this version

  26. v1.0.0 18 Nov 2021

    Nothing published for this version

  27. v0.1.5-0.20211118155902-90b5bc3ee389 18 Nov 2021 pre-release

    Nothing published for this version

  28. v0.1.5-0.20211018042640-13fff55c9a9f 18 Oct 2021 pre-release

    Nothing published for this version

  29. v0.1.4 14 Oct 2021

    Nothing published for this version

  30. v0.1.3 08 Oct 2021

    Nothing published for this version

  31. v0.1.3-0.20210922080830-c1150b28a1e3 22 Sep 2021 pre-release

    Nothing published for this version

  32. v0.1.2 19 Sep 2021

    Nothing published for this version

  33. v0.1.2-0.20210917025414-38385d7ec818 17 Sep 2021 pre-release

    Nothing published for this version

  34. v0.1.2-0.20210916150538-9c7acc223cd8 16 Sep 2021 pre-release

    Nothing published for this version

  35. v0.1.2-0.20210901111214-adefa8ab3c8b 01 Sep 2021 pre-release

    Nothing published for this version

  36. v0.1.1 31 Aug 2021

    Nothing published for this version

  37. v0.1.0 22 Aug 2021

    Nothing published for this version

  38. v0.0.20 14 Aug 2021

    Nothing published for this version

  39. v0.0.19 07 Aug 2021

    Nothing published for this version

  40. v0.0.19-0.20210804032906-728e09965ebf 04 Aug 2021 pre-release

    Nothing published for this version

  41. v0.0.18 01 Aug 2021

    Nothing published for this version

  42. v0.0.18-0.20210730043822-ddd1add9fe64 30 Jul 2021 pre-release

    Nothing published for this version

  43. v0.0.18-0.20210723170440-ea2ab04f18dd 23 Jul 2021 pre-release

    Nothing published for this version

  44. v0.0.17 23 Jul 2021

    Nothing published for this version

  45. v0.0.16 16 Jul 2021

    Nothing published for this version

  46. v0.0.15 12 Jul 2021

    Nothing published for this version

  47. v0.0.14 07 Jul 2021

    Nothing published for this version

  48. v0.0.13 21 Jun 2021

    Nothing published for this version

  49. v0.0.13-0.20210620184814-ec7f306fe091 20 Jun 2021 pre-release

    Nothing published for this version

  50. v0.0.13-0.20210620094143-ea10b5e5e794 20 Jun 2021 pre-release

    Nothing published for this version

  51. v0.0.13-0.20210620051755-ac0c2a890a4e 20 Jun 2021 pre-release

    Nothing published for this version

  52. v0.0.13-0.20210619191308-e83c12f4e928 19 Jun 2021 pre-release

    Nothing published for this version

  53. v0.0.12 15 Jun 2021

    Nothing published for this version

  54. v0.0.11 14 Jun 2021

    Nothing published for this version

  55. v0.0.10 14 Jun 2021

    Nothing published for this version

  56. v0.0.10-0.20210604131532-9a015ec1a798 04 Jun 2021 pre-release

    Nothing published for this version

  57. v0.0.9 27 May 2021

    Nothing published for this version

  58. v0.0.8 22 May 2021

    Nothing published for this version

  59. v0.0.7 17 May 2021

    Nothing published for this version

  60. v0.0.6 13 May 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive