Skip to content

Commit

Permalink
更新到2.3.2 (Active & Compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Mar 17, 2024
1 parent a21eb8f commit 5839baa
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ body:
multiple: false
options:
- "Latest Build (GitHub Actions)"
- "2.3.2"
- "2.3.2-compat"
- "2.3.1"
- "2.3.1-compat"
- "2.3.0"
Expand Down
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# Changelog 更新日志

## Discord-MC-Chat 2.3.1 for Minecraft 1.19.1+ - 2024/2/17

MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).

Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server.

MC-Discord-Chat (MCDC) 已更名为 Discord-MC-Chat (DMCC)。

请在启动服务器前将配置文件从 `mcdiscordchat.json` 重命名为 `discord-mc-chat.json`
## Discord-MC-Chat 2.3.2 for Minecraft 1.19.1+ - 2024/3/17

## New Features 新特性

N/A

## Changes 更改

- Fix commands are being broadcasted despite the config toggle being turned off (#219)
修复在关闭配置文件开关后仍广播游戏内指令
- Fix server crashes due to player deaths caused by falling blocks and intentional game design (#223)
修复玩家因下落的方块和刻意的游戏设计而死亡导致服务器崩溃

## Removed 移除

Expand All @@ -29,4 +21,4 @@ N/A

## Detailed Information 详细信息

https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.0...2.3.1
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.1...2.3.2
16 changes: 4 additions & 12 deletions CHANGELOG_COMPAT.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# Changelog 更新日志

## Discord-MC-Chat 2.3.1-compat for Minecraft 1.14.4+ - 2024/2/17

MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).

Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server.

MC-Discord-Chat (MCDC) 已更名为 Discord-MC-Chat (DMCC)。

请在启动服务器前将配置文件从 `mcdiscordchat.json` 重命名为 `discord-mc-chat.json`
## Discord-MC-Chat 2.3.2-compat for Minecraft 1.14.4+ - 2024/3/17

## New Features 新特性

N/A

## Changes 更改

- Fix commands are being broadcasted despite the config toggle being turned off (#219)
修复在关闭配置文件开关后仍广播游戏内指令
- Fix server crashes due to player deaths caused by falling blocks and intentional game design (#223)
修复玩家因下落的方块和刻意的游戏设计而死亡导致服务器崩溃

## Removed 移除

Expand All @@ -29,4 +21,4 @@ N/A

## Detailed Information 详细信息

https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.0-compat...2.3.1-compat
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.1-compat...2.3.2-compat
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.3.1
mod_version=2.3.2
maven_group=com.xujiayao.discord_mc_chat
archives_base_name=Discord-MC-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.3.1",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.1>\n\n> MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).\n> \n> Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server."
"version": "2.3.2",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2>"
}
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.3.2",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2>",
"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.3.1",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.1>\n\n> MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).\n> \n> Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server.",
Expand Down

0 comments on commit 5839baa

Please sign in to comment.