-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
76 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/)。 | ||
|
||
## New Features 新特性 | ||
`botPlayingStatus` 和 `botListeningStatus` 已被重命名为 `botPlayingActivity` 和 `botListeningActivity`。请在重新启动服务器之前进行修改,以免丢失现有的更改。 | ||
|
||
- Italian translation (#229) | ||
意大利语翻译 | ||
此外,检查更新的功能已经修复。在使用 2.3.4 版本时,你将能够接收到未来新版本的更新推送。 | ||
|
||
- Spanish translation (#232) | ||
西班牙语翻译 | ||
## New Features 新特性 | ||
|
||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters