mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
更新到2.2.3
This commit is contained in:
parent
7033994093
commit
4925b2eb36
7 changed files with 34 additions and 26 deletions
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -62,6 +62,7 @@ body:
|
|||
multiple: false
|
||||
options:
|
||||
- "Latest Build"
|
||||
- "2.2.3"
|
||||
- "2.2.2"
|
||||
- "2.2.1"
|
||||
- "2.2.0"
|
||||
|
|
|
|||
36
CHANGELOG.md
36
CHANGELOG.md
|
|
@ -1,43 +1,33 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## MC-Discord-Chat 2.2.2 for Minecraft 1.14+ - 2023/9/24
|
||||
|
||||
MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.
|
||||
|
||||
This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version.
|
||||
|
||||
MCDC 现在通过检查服务器 Minecraft 版本的兼容性来准确推送 MCDC 版本更新。
|
||||
|
||||
此新功能可确保不再出现旧 Minecraft 版本中安装的旧 MCDC 推送不支持该特定 Minecraft 版本的新 MCDC 版本的情况。
|
||||
## MC-Discord-Chat 2.2.3 for Minecraft 1.14+ - 2023/10/28
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Compatible with version 1.20.2 (#189)
|
||||
兼容 1.20.2 版本
|
||||
- Chinese Traditional (Taiwan) translation (#191 and #196)
|
||||
繁体中文(台湾)翻译
|
||||
|
||||
- Push MCDC version updates accurately by checking server Minecraft version compatibility
|
||||
通过检查服务器 Minecraft 版本兼容性来准确推送 MCDC 版本更新
|
||||
- Send error messages in case of incorrect channel IDs or insufficient permissions (#192)
|
||||
在频道 ID 不正确或权限不足时发送错误消息
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix channel topic monitor not using the correct level name for getting stats information (#139)
|
||||
修复频道主题监视器不使用正确的存档名称来获取统计信息
|
||||
- Correct Chinese language files
|
||||
修正中文语言文件
|
||||
|
||||
- Optimize JAR file size
|
||||
优化 JAR 文件大小
|
||||
|
||||
- Force not to use cache to obtain player profile
|
||||
强制不使用缓存来获取玩家资料
|
||||
- Fix advancement message spamming (#193)
|
||||
修复进度消息刷屏
|
||||
|
||||
## Removed 移除
|
||||
|
||||
- No longer compatible with version 1.19.3
|
||||
不再兼容 1.19.3 版本
|
||||
N/A
|
||||
|
||||
## Contributors 贡献者
|
||||
|
||||
- @Xujiayao
|
||||
- @jimchen5209
|
||||
- @notlin4
|
||||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.1...2.2.2
|
||||
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.2...2.2.3
|
||||
|
|
@ -144,6 +144,7 @@ Languages currently available:
|
|||
| `ru_ru` | Русский (Россия) |
|
||||
| `zh_cn` | 简体中文(中国大陆) |
|
||||
| `zh_hk` | 繁體中文(香港特別行政區) |
|
||||
| `zh_tw` | 繁體中文(台灣) |
|
||||
|
||||
## Contributors
|
||||
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerfu
|
|||
| `ru_ru` | Русский (Россия) |
|
||||
| `zh_cn` | 简体中文(中国大陆) |
|
||||
| `zh_hk` | 繁體中文(香港特別行政區) |
|
||||
| `zh_tw` | 繁體中文(台灣) |
|
||||
|
||||
## 贡献者
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||
org.gradle.parallel=true
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.2.2
|
||||
mod_version=2.2.3
|
||||
maven_group=top.xujiayao
|
||||
archives_base_name=MC-Discord-Chat
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "2.2.2",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.\n> \n> This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version."
|
||||
"version": "2.2.3",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>"
|
||||
}
|
||||
|
|
@ -1,5 +1,20 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "2.2.3",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>",
|
||||
"minecraft_dependency": [
|
||||
"~1.14.4",
|
||||
"~1.15.2",
|
||||
"~1.16.4",
|
||||
"~1.17",
|
||||
"~1.18",
|
||||
"~1.19.4",
|
||||
"1.20",
|
||||
"1.20.1",
|
||||
"~1.20.2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.2.2",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.\n> \n> This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue