Skip to content

Commit

Permalink
更新到2.2.6 (Active)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Jan 18, 2024
1 parent 77ca3b6 commit fd71d1a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 移除

Expand All @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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` 并将新的文件重命名为你的语言代码以开始翻译。请为整个文件中所有键提供翻译。

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions update/version.json
Original file line number Diff line number Diff line change
@@ -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>"
}
14 changes: 14 additions & 0 deletions update/versions.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down

0 comments on commit fd71d1a

Please sign in to comment.