Skip to content

Latest commit

 

History

History
151 lines (90 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

151 lines (90 loc) · 8.26 KB

ChangeLog

All notable changes to this project will be documented in this file,ChangeLog information is generated by the CommitMessage plugin

feat

  • implement end of tick event for fabric and forge (c934fb1)
  • annotate config classes for automatic registration (c914724)
  • integrate OneBot API for message relayIntroduce OneBot API integration for fabric and forge server mod. Enable messagerelay between Minecraft servers and QQ groups through BotUtils and CQUtils, handling player and group management. Add support for player achievements, death events, and server lifecycle events. Includes cleanup on server stop and integration with McBot API. (3ef9449)
  • add command and event handling support (c8e24e0)
  • add dynamic event system for mod compatibility (ec5d9f3)
  • add McBot-fabric-1.21 jar file entry (2907d86)

fix

  • update dependencies and escape characters in CQUtils (a5c6a23)
  • ensure runtime jar dependency is properly linkedReintroduce the link between the 'jar' task and 'generateRuntimeDownloadResourceForRuntimeDownload' task in the Gradle build script. This change ensures that the runtime jar dependency is correctly included when building the project. (e6d02b5)
  • ensure runtime jar dependency is properly linkedReintroduce the link between the 'jar' task and 'generateRuntimeDownloadResourceForRuntimeDownload' task in the Gradle build script. This change ensures that the runtime jar dependency is correctly included when building the project. (c9e71d9)

perf

refactor

  • streamline gradle properties and workflow configs (83fe0c2)
  • migrate config to YAML and update related utilities (9887c8e)
  • clean up code and update dependencies (06e30b1)
  • migrate to ConfigManager and update reconnect logic (98cb5bb)
  • migrate from Toml to Hocon configuration library (b6d60ea)

build

  • move builds and releases to Windows (587dd56)
  • use relative gradlew path for wrapper execution (10736a9)

style

perf

fix

feat

fix

style

perf

  • vanish compact代码优化 (b41317a)

refactor

build

  • 08adc4f Update build.gradle, fabric.yml (08adc4f)
  • fix remap (3a51a81)

fix

  • i18 fix (9c568f2)
  • 62c604e + fix #120 (62c604e)
  • 86c4d4f + fix MixinPlayerList (86c4d4f)
  • b96ab1f + some fix (b96ab1f)
  • 314d2e3 + fix #109 (314d2e3)
  • 52986d3 + try to fix #96 (52986d3)
  • ff3ae20 + fix #97 群昵称显示问题 + fix 配置文件显示错误 (ff3ae20)
  • de64a5b + fix #93 (de64a5b)
  • 4fd05c2 + fix #92 + add ISSUE TEMPLATE 2 (4fd05c2)
  • b064fc2 + fix #89 (b064fc2)
  • 1570cd1 + 添加#80 -1 增加前缀开关(也就是控制[]是否显示) + 添加#80 -2 增加开关控制群转发至服务器的消息是否显示群号 + 添加#80 -4 群消息转发至服务器显示群昵称而不是QQ昵称 + 修复#81 -1 idPrefixOn失效,改为mcPrefixOn + 初步添加跨版本开发api (1570cd1)
  • 645a577 + fix #75 #76 (645a577)
  • 45d9830 + 更新至2.1.5 + fix #73 #74 (45d9830)
  • 5bf0aaf + 更新至2.1.5 + fix #73 #74 (5bf0aaf)
  • aa13ee2 + fix #62 (aa13ee2)
  • 2eb9ce5 fix #32 (2eb9ce5)
  • 5cec041 fix #36 (5cec041)
  • b164e63 some fix about #22 (b164e63)
  • 9c80df7 some fix (9c80df7)
  • 309ef30 some fix (309ef30)
  • c384017 fix #20 (c384017)

ci