From fd71d1abb6535eb4678906d4925261fa1aebffae Mon Sep 17 00:00:00 2001 From: Xujiayao Date: Fri, 19 Jan 2024 00:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B02.2.6=20(Active)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 1 + CHANGELOG.md | 17 +++++++++++------ README.md | 4 ++-- README_CN.md | 4 ++-- gradle.properties | 2 +- update/version.json | 4 ++-- update/versions.json | 14 ++++++++++++++ 7 files changed, 33 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9261d107..94e4ee72 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cce7ea..ac55542a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 移除 @@ -22,4 +27,4 @@ N/A ## Detailed Information 详细信息 -https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.4...2.2.5 \ No newline at end of file +https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.5...2.2.6 \ No newline at end of file diff --git a/README.md b/README.md index 84f59eaf..d2995a71 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Language: English 中文

- +

# MC-Discord-Chat @@ -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. diff --git a/README_CN.md b/README_CN.md index 891ac47f..a4850673 100644 --- a/README_CN.md +++ b/README_CN.md @@ -3,7 +3,7 @@

- +

# MC-Discord-Chat @@ -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` 并将新的文件重命名为你的语言代码以开始翻译。请为整个文件中所有键提供翻译。 diff --git a/gradle.properties b/gradle.properties index 840c0320..4f38d612 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/update/version.json b/update/version.json index d9becc31..7bbc3876 100644 --- a/update/version.json +++ b/update/version.json @@ -1,4 +1,4 @@ { - "version": "2.2.5", - "changelog": "" + "version": "2.2.6", + "changelog": "" } \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6f31c517..49680d20 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "2.2.6", + "changelog": "", + "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": "",