From af6f97a51b0a16a8cf27a6e2f6efc0bc897ff429 Mon Sep 17 00:00:00 2001 From: cnlimiter Date: Tue, 13 Aug 2024 02:30:01 +0800 Subject: [PATCH] chore(release): 2.3.0-pre1 --- .gitattributes | 15 +++++++++++++++ CHANGELOG.md | 31 +++++++++++++++++++------------ 2 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..20fc528d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text eol=lf +*.bat text eol=crlf +*.patch text eol=lf +*.java text eol=lf +*.gradle text eol=crlf +*.png binary +*.gif binary +*.exe binary +*.dll binary +*.jar binary +*.lzma binary +*.zip binary +*.pyd binary +*.cfg text eol=lf +*.jks binary \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a18b7a5a..98b6949e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create) -## [v2.2.2-fabric](http://github.com/Nova-Committee/McBot/compare/v2.2.2-fabric...master) +## [v2.3.0-pre1](http://github.com/Nova-Committee/McBot/compare/v2.3.0-pre1...master) ### feat +* implement end of tick event for fabric and forge ([c934fb1](http://github.com/Nova-Committee/McBot/commit/c934fb1)) +* annotate config classes for automatic registration ([c914724](http://github.com/Nova-Committee/McBot/commit/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](http://github.com/Nova-Committee/McBot/commit/3ef9449)) +* add command and event handling support ([c8e24e0](http://github.com/Nova-Committee/McBot/commit/c8e24e0)) +* add dynamic event system for mod compatibility ([ec5d9f3](http://github.com/Nova-Committee/McBot/commit/ec5d9f3)) * add McBot-fabric-1.21 jar file entry ([2907d86](http://github.com/Nova-Committee/McBot/commit/2907d86)) @@ -17,15 +22,17 @@ All notable changes to this project will be documented in this file,ChangeLog * 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](http://github.com/Nova-Committee/McBot/commit/c9e71d9)) -### refactor +### perf -* migrate to ConfigManager and update reconnect logic ([98cb5bb](http://github.com/Nova-Committee/McBot/commit/98cb5bb)) -* migrate from Toml to Hocon configuration library ([b6d60ea](http://github.com/Nova-Committee/McBot/commit/b6d60ea)) +* 部分优化 ([b2349b3](http://github.com/Nova-Committee/McBot/commit/b2349b3)) -### perf +### refactor -* 部分优化 ([b2349b3](http://github.com/Nova-Committee/McBot/commit/b2349b3)) +* migrate config to YAML and update related utilities ([9887c8e](http://github.com/Nova-Committee/McBot/commit/9887c8e)) +* clean up code and update dependencies ([06e30b1](http://github.com/Nova-Committee/McBot/commit/06e30b1)) +* migrate to ConfigManager and update reconnect logic ([98cb5bb](http://github.com/Nova-Committee/McBot/commit/98cb5bb)) +* migrate from Toml to Hocon configuration library ([b6d60ea](http://github.com/Nova-Committee/McBot/commit/b6d60ea)) ## [v2.2.1.1-fix3-fabric](http://github.com/Nova-Committee/McBot/compare/v2.2.1.1-fix3-fabric...master) @@ -76,12 +83,6 @@ All notable changes to this project will be documented in this file,ChangeLog * 修复语言文件 ([cbd7432](http://github.com/Nova-Committee/McBot/commit/cbd7432)) -### refactor - -* 新的onebot client ([952078a](http://github.com/Nova-Committee/McBot/commit/952078a)) -* vanish 全版本适配 ([9ba5a1f](http://github.com/Nova-Committee/McBot/commit/9ba5a1f)) - - ### style * fix onebot-client导入变化 ([0b06e3d](http://github.com/Nova-Committee/McBot/commit/0b06e3d)) @@ -93,6 +94,12 @@ All notable changes to this project will be documented in this file,ChangeLog * vanish compact代码优化 ([b41317a](http://github.com/Nova-Committee/McBot/commit/b41317a)) +### refactor + +* 新的onebot client ([952078a](http://github.com/Nova-Committee/McBot/commit/952078a)) +* vanish 全版本适配 ([9ba5a1f](http://github.com/Nova-Committee/McBot/commit/9ba5a1f)) + + ### build * 08adc4f Update build.gradle, fabric.yml ([08adc4f](http://github.com/Nova-Committee/McBot/commit/08adc4f))