更新到2.2.6 (Active)

This commit is contained in:
Xujiayao 2024-01-19 00:43:52 +08:00
parent 77ca3b664f
commit fd71d1abb6
7 changed files with 33 additions and 13 deletions

View file

@ -56,6 +56,7 @@ body:
multiple: false
options:
- "Latest Build (GitHub Actions)"
- "2.2.6"
- "2.2.5"
- "2.2.5-compat"
- "2.2.4"

View file

@ -1,16 +1,21 @@
# Changelog 更新日志
## MC-Discord-Chat 2.2.5 for Minecraft 1.19.1+ - 2023/12/16
## MC-Discord-Chat 2.2.6 for Minecraft 1.19.1+ - 2024/1/19
## New Features 新特性
- Compatible with version 1.19.1
兼容 1.19.1 版本
N/A
## Changes 更改
- Fix exception when Discord user role has no colour in version 1.20.4 (#204)
修复 1.20.4 版本 Discord 用户组没有颜色时报错
- Fix messages are ignored if user IDs are put into the botIds list (#207)
修复将用户 ID 放入 botIds 列表时消息被忽略
- Fix server becomes temporarily unresponsive when sending Webhook messages (#210)
修复服务器在发送 Webhook 消息时暂时无响应
- Fix inconsistent player names used in MCDC messages to Discord (#208)
修复发送到 Discord 的 MCDC 消息中使用的玩家名称不一致
## Removed 移除
@ -22,4 +27,4 @@ N/A
## Detailed Information 详细信息
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.4...2.2.5
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.5...2.2.6

View file

@ -3,7 +3,7 @@ Language: English <a href="/README_CN.md">中文</a>
</div>
<p align="center">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/src/main/resources/assets/mcdiscordchat/icon.png">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/wrapper/src/main/resources/assets/mcdiscordchat/icon.png">
</p>
# MC-Discord-Chat
@ -49,7 +49,7 @@ If there is a bug or suggestion, or something you don't understand, you can [sub
If you are interested in contributing to MCDC, you can submit a pull request on GitHub.
For code contributions, the build file is located in the `/wrapper/build/libs/` folder.
For code contributions, the build file is located in the `/build/` folder.
For translation contributions, language files are located in the `/wrapper/src/main/resources/lang/` folder. Copy `en_us.json` and rename the new one to your language code to get started. Please provide translations for the entire file for all keys.

View file

@ -3,7 +3,7 @@
</div>
<p align="center">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/src/main/resources/assets/mcdiscordchat/icon.png">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/wrapper/src/main/resources/assets/mcdiscordchat/icon.png">
</p>
# MC-Discord-Chat
@ -49,7 +49,7 @@ MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerfu
如果你有兴趣为 MCDC 做出贡献,你可以在 GitHub 上提交拉取请求。
对于代码贡献,构建文件位于 `/wrapper/build/libs/` 文件夹中。
对于代码贡献,构建文件位于 `/build/` 文件夹中。
对于翻译贡献,语言文件位于 `/wrapper/src/main/resources/lang/` 文件夹中。复制 `en_us.json` 并将新的文件重命名为你的语言代码以开始翻译。请为整个文件中所有键提供翻译。

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true
# Mod Properties
mod_version=2.2.5
mod_version=2.2.6
maven_group=com.xujiayao
archives_base_name=MC-Discord-Chat

View file

@ -1,4 +1,4 @@
{
"version": "2.2.5",
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/tag/2.2.5>"
"version": "2.2.6",
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/tag/2.2.6>"
}

View file

@ -1,5 +1,19 @@
{
"versions": [
{
"version": "2.2.6",
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/tag/2.2.6>",
"minecraft_dependency": [
"1.19.1",
"1.19.2",
"1.19.3",
"~1.19.4",
"1.20",
"1.20.1",
"1.20.2",
"~1.20.3"
]
},
{
"version": "2.2.5",
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/tag/2.2.5>",