mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
更新到2.3.4 (Active & Compat)
This commit is contained in:
parent
4711f7318e
commit
dae3205c98
8 changed files with 78 additions and 47 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -59,6 +59,8 @@ body:
|
|||
multiple: false
|
||||
options:
|
||||
- "Latest Build (GitHub Actions)"
|
||||
- "2.3.4"
|
||||
- "2.3.4-compat"
|
||||
- "2.3.3"
|
||||
- "2.3.3-compat"
|
||||
- "1.20.5-2.3.2"
|
||||
|
|
|
|||
53
CHANGELOG.md
53
CHANGELOG.md
|
|
@ -1,42 +1,55 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## Discord-MC-Chat 2.3.3 for Minecraft 1.19.4+ - 2024/6/15
|
||||
## Discord-MC-Chat 2.3.4 for Minecraft 1.19.4+ - 2024/7/11
|
||||
|
||||
Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.
|
||||
DMCC will support the [Placeholder API](https://placeholders.pb4.eu/) in the next release.
|
||||
|
||||
Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.
|
||||
`botPlayingStatus` and `botListeningStatus` have been renamed to `botPlayingActivity` and `botListeningActivity`. Please modify them before restarting the server to avoid losing any existing changes.
|
||||
|
||||
从 Minecraft 1.20.5(快照 24w14a)开始,游戏要求 Java 21。
|
||||
In addition, the check for updates feature has been fixed. You will be able to receive update notifications for future new versions when using version 2.3.4.
|
||||
|
||||
因此,为了保证多版本兼容性,无论游戏版本是否晚于 Minecraft 1.20.5,DMCC 现在都要求 Fabric Loader 版本 >=0.15.10 且 Java 版本 >=21。
|
||||
DMCC 将在下一个版本中支持 [Placeholder API](https://placeholders.pb4.eu/)。
|
||||
|
||||
`botPlayingStatus` 和 `botListeningStatus` 已被重命名为 `botPlayingActivity` 和 `botListeningActivity`。请在重新启动服务器之前进行修改,以免丢失现有的更改。
|
||||
|
||||
此外,检查更新的功能已经修复。在使用 2.3.4 版本时,你将能够接收到未来新版本的更新推送。
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Italian translation (#229)
|
||||
意大利语翻译
|
||||
|
||||
- Spanish translation (#232)
|
||||
西班牙语翻译
|
||||
|
||||
- Compatible with version 1.21 (#237)
|
||||
兼容 1.21 版本
|
||||
- Add the ability to display server status in the bot's Discord online status (#95)
|
||||
添加在机器人的 Discord 在线状态中显示服务器状态的功能
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix special characters in emojis / emotes not being escaped (#227)
|
||||
修复表情中的特殊字符没有被转义
|
||||
- Improved detection logic for dynamic-created DMCC Webhooks (#233)
|
||||
改进 DMCC Webhook 动态创建的检测逻辑
|
||||
|
||||
- Fix number of players in bot activity does not decrease when player leaves the game (#235)
|
||||
修复机器人活动状态中的玩家数量在玩家离开游戏时不会减少
|
||||
|
||||
- Fix DMCC update notifications never being sent (#231, #234 and #239)
|
||||
修复 DMCC 更新通知从未发送
|
||||
|
||||
- Fix exception when the world/stats folder does not exist (#38)
|
||||
修复 world/stats 文件夹不存在时报错
|
||||
|
||||
- No longer delays checking for updates by an hour (#52)
|
||||
不再延迟一小时开始检查更新
|
||||
|
||||
- Fix exception when /stats command message exceeds 2000 characters (#212)
|
||||
修复 /stats 命令消息超过 2000 个字符时报错
|
||||
|
||||
- Rename botPlayingStatus and botListeningStatus -> botPlayingActivity and botListeningActivity (#95)
|
||||
重命名 botPlayingStatus 和 botListeningStatus -> botPlayingActivity 和 botListeningActivity
|
||||
|
||||
## Removed 移除
|
||||
|
||||
- Move 1.19.1 - 1.19.3 versions to Compat update channel
|
||||
将 1.19.1 - 1.19.3 版本移至 Compat 更新通道
|
||||
N/A
|
||||
|
||||
## Contributors 贡献者
|
||||
|
||||
- @Xujiayao
|
||||
- @Lucadecastle
|
||||
- @BroxyZF
|
||||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/1.20.5-2.3.2...2.3.3
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.3...2.3.4
|
||||
|
|
@ -1,30 +1,46 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## Discord-MC-Chat 2.3.3-compat for Minecraft 1.14.4+ - 2024/6/15
|
||||
## Discord-MC-Chat 2.3.4-compat for Minecraft 1.14.4+ - 2024/7/11
|
||||
|
||||
Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.
|
||||
DMCC will support the [Placeholder API](https://placeholders.pb4.eu/) in the next release.
|
||||
|
||||
Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.
|
||||
`botPlayingStatus` and `botListeningStatus` have been renamed to `botPlayingActivity` and `botListeningActivity`. Please modify them before restarting the server to avoid losing any existing changes.
|
||||
|
||||
从 Minecraft 1.20.5(快照 24w14a)开始,游戏要求 Java 21。
|
||||
In addition, the check for updates feature has been fixed. You will be able to receive update notifications for future new versions when using version 2.3.4.
|
||||
|
||||
因此,为了保证多版本兼容性,无论游戏版本是否晚于 Minecraft 1.20.5,DMCC 现在都要求 Fabric Loader 版本 >=0.15.10 且 Java 版本 >=21。
|
||||
DMCC 将在下一个版本中支持 [Placeholder API](https://placeholders.pb4.eu/)。
|
||||
|
||||
`botPlayingStatus` 和 `botListeningStatus` 已被重命名为 `botPlayingActivity` 和 `botListeningActivity`。请在重新启动服务器之前进行修改,以免丢失现有的更改。
|
||||
|
||||
此外,检查更新的功能已经修复。在使用 2.3.4 版本时,你将能够接收到未来新版本的更新推送。
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Move 1.19.1 - 1.19.3 versions to Compat update channel
|
||||
将 1.19.1 - 1.19.3 版本移至 Compat 更新通道
|
||||
|
||||
- Italian translation (#229)
|
||||
意大利语翻译
|
||||
|
||||
- Spanish translation (#232)
|
||||
西班牙语翻译
|
||||
- Add the ability to display server status in the bot's Discord online status (#95)
|
||||
添加在机器人的 Discord 在线状态中显示服务器状态的功能
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix special characters in emojis / emotes not being escaped (#227)
|
||||
修复表情中的特殊字符没有被转义
|
||||
- Improved detection logic for dynamic-created DMCC Webhooks (#233)
|
||||
改进 DMCC Webhook 动态创建的检测逻辑
|
||||
|
||||
- Fix number of players in bot activity does not decrease when player leaves the game (#235)
|
||||
修复机器人活动状态中的玩家数量在玩家离开游戏时不会减少
|
||||
|
||||
- Fix DMCC update notifications never being sent (#231, #234 and #239)
|
||||
修复 DMCC 更新通知从未发送
|
||||
|
||||
- Fix exception when the world/stats folder does not exist (#38)
|
||||
修复 world/stats 文件夹不存在时报错
|
||||
|
||||
- No longer delays checking for updates by an hour (#52)
|
||||
不再延迟一小时开始检查更新
|
||||
|
||||
- Fix exception when /stats command message exceeds 2000 characters (#212)
|
||||
修复 /stats 命令消息超过 2000 个字符时报错
|
||||
|
||||
- Rename botPlayingStatus and botListeningStatus -> botPlayingActivity and botListeningActivity (#95)
|
||||
重命名 botPlayingStatus 和 botListeningStatus -> botPlayingActivity 和 botListeningActivity
|
||||
|
||||
## Removed 移除
|
||||
|
||||
|
|
@ -33,9 +49,7 @@ N/A
|
|||
## Contributors 贡献者
|
||||
|
||||
- @Xujiayao
|
||||
- @Lucadecastle
|
||||
- @BroxyZF
|
||||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.2-compat...2.3.3-compat
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.3-compat...2.3.4-compat
|
||||
|
|
@ -61,7 +61,8 @@ For translation contributions, language files are located in the `/wrapper/src/m
|
|||
- Minecraft <> Discord cross server chat
|
||||
- Support disabling Discord and in-game chat broadcasts
|
||||
- Support displaying server status using Discord channel topic feature
|
||||
- Support displaying server player count in bot activity status
|
||||
- Support displaying server status in bot's Discord online status
|
||||
- Support displaying server player count in bot's Discord activity status
|
||||
- Support Discord Webhook feature
|
||||
- Dynamic-created DMCC Webhook
|
||||
- Customizable Webhook Avatar API
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@ Discord-MC-Chat (DMCC), formerly known as MC-Discord-Chat and MCDiscordChat (MCD
|
|||
- Minecraft <> Discord 跨服聊天
|
||||
- 支持禁用 Discord 和游戏内聊天广播
|
||||
- 支持使用 Discord 频道主题功能显示服务器状态
|
||||
- 支持使用机器人活动状态显示服务器玩家数
|
||||
- 支持使用机器人 Discord 在线状态中显示服务器状态
|
||||
- 支持使用机器人 Discord 活动状态显示服务器玩家数
|
||||
- 支持 Discord Webhook 功能
|
||||
- 动态创建 DMCC Webhook
|
||||
- 可自定义 Webhook 玩家头像 API
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||
org.gradle.parallel=true
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.3.3
|
||||
mod_version=2.3.4
|
||||
maven_group=com.xujiayao.discord_mc_chat
|
||||
archives_base_name=Discord-MC-Chat
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "2.3.3",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.3>\n\n> Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.\n> \n> Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5."
|
||||
"version": "2.3.4",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.4>\n\n> DMCC will support the [Placeholder API](https://placeholders.pb4.eu/) in the next release.\n> \n> `botPlayingStatus` and `botListeningStatus` have been renamed to `botPlayingActivity` and `botListeningActivity`. Please modify them before restarting the server to avoid losing any existing changes.\n> \n> In addition, the check for updates feature has been fixed. You will be able to receive update notifications for future new versions when using version 2.3.4."
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "2.3.3",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.3>\n\n> Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.\n> \n> Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.",
|
||||
"version": "2.3.4",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.4>\n\n> DMCC will support the [Placeholder API](https://placeholders.pb4.eu/) in the next release.\n> \n> `botPlayingStatus` and `botListeningStatus` have been renamed to `botPlayingActivity` and `botListeningActivity`. Please modify them before restarting the server to avoid losing any existing changes.\n> \n> In addition, the check for updates feature has been fixed. You will be able to receive update notifications for future new versions when using version 2.3.4.",
|
||||
"minecraft_dependency": [
|
||||
"~1.19.4",
|
||||
"1.20",
|
||||
|
|
@ -15,8 +15,8 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"version": "2.3.3-compat",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.3-compat>\n\n> Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.\n> \n> Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.",
|
||||
"version": "2.3.4-compat",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.4-compat>\n\n> DMCC will support the [Placeholder API](https://placeholders.pb4.eu/) in the next release.\n> \n> `botPlayingStatus` and `botListeningStatus` have been renamed to `botPlayingActivity` and `botListeningActivity`. Please modify them before restarting the server to avoid losing any existing changes.\n> \n> In addition, the check for updates feature has been fixed. You will be able to receive update notifications for future new versions when using version 2.3.4.",
|
||||
"minecraft_dependency": [
|
||||
"~1.14.4",
|
||||
"~1.15.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue