Skip to content

Commit

Permalink
chore(release): 2.3.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Aug 12, 2024
1 parent c934fb1 commit af6f97a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
31 changes: 19 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))


Expand All @@ -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)
Expand Down Expand Up @@ -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))
Expand All @@ -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))
Expand Down

0 comments on commit af6f97a

Please sign in to comment.