diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8606e44..54c05d6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,6 +56,8 @@ body: multiple: false options: - "Latest Build (GitHub Actions)" + - "2.3.0" + - "2.3.0-compat" - "2.2.6" - "2.2.5" - "2.2.5-compat" @@ -104,7 +106,7 @@ body: attributes: label: Config description: | - Please provide your FULL Discord-MC-Chat config (/config/discord_mc_chat.json file) here. + Please provide your FULL Discord-MC-Chat config (/config/discord-mc-chat.json file) here. Remember to REDACT the botToken! render: json validations: diff --git a/CHANGELOG.md b/CHANGELOG.md index ac55542..30a34eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog 更新日志 -## MC-Discord-Chat 2.2.6 for Minecraft 1.19.1+ - 2024/1/19 +## Discord-MC-Chat 2.3.0 for Minecraft 1.19.1+ - 2024/2/17 ## New Features 新特性 @@ -8,14 +8,17 @@ N/A ## Changes 更改 -- Fix messages are ignored if user IDs are put into the botIds list (#207) - 修复将用户 ID 放入 botIds 列表时消息被忽略 +- Fix querying "/dmcc stats" in-game displays CR characters + 修复游戏内查询 /dmcc stats 会显示 CR 字符 -- Fix server becomes temporarily unresponsive when sending Webhook messages (#210) - 修复服务器在发送 Webhook 消息时暂时无响应 +- Refactor: Migrate to Mojang Mappings & Utilize Listener for Minecraft Events (#216) + 重构:迁移到 Mojang 的映射并利用监听器处理 Minecraft 事件 -- Fix inconsistent player names used in MCDC messages to Discord (#208) - 修复发送到 Discord 的 MCDC 消息中使用的玩家名称不一致 +- Fix using Carpet mod to modify server TPS results in incorrect TPS display (#217) + 修复使用 Carpet 模组修改服务器 TPS 导致 TPS 显示错误 + +- Fix sending links in-game with Markdown formatting characters results in incorrect parsed links (#218) + 修复游戏内发送带有 Markdown 格式字符的链接时解析出错误链接 ## Removed 移除 @@ -27,4 +30,4 @@ N/A ## Detailed Information 详细信息 -https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.5...2.2.6 \ No newline at end of file +https://github.com/Xujiayao/Discord-MC-Chat/compare/2.2.6...2.3.0 \ No newline at end of file diff --git a/CHANGELOG_COMPAT.md b/CHANGELOG_COMPAT.md index 84ddf07..d12888d 100644 --- a/CHANGELOG_COMPAT.md +++ b/CHANGELOG_COMPAT.md @@ -1,20 +1,37 @@ # Changelog 更新日志 -## MC-Discord-Chat 2.2.5-compat for Minecraft 1.14+ - 2023/12/16 +## Discord-MC-Chat 2.3.0-compat for Minecraft 1.14.4+ - 2024/2/17 ## New Features 新特性 -- Compatible with version 1.19 - 兼容 1.19 版本 +N/A ## Changes 更改 -N/A +- 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 消息中使用的玩家名称不一致 + +- Fix querying "/dmcc stats" in-game displays CR characters + 修复游戏内查询 /dmcc stats 会显示 CR 字符 + +- Refactor: Migrate to Mojang Mappings & Utilize Listener for Minecraft Events (#216) + 重构:迁移到 Mojang 的映射并利用监听器处理 Minecraft 事件 + +- Fix using Carpet mod to modify server TPS results in incorrect TPS display (#217) + 修复使用 Carpet 模组修改服务器 TPS 导致 TPS 显示错误 + +- Fix sending links in-game with Markdown formatting characters results in incorrect parsed links (#218) + 修复游戏内发送带有 Markdown 格式字符的链接时解析出错误链接 ## Removed 移除 -- Remove Minecraft console <> Discord chat bridge functionality due to compatibility issues (#197) - 因兼容性问题移除 Minecraft 控制台 <> Discord 聊天桥接功能 +N/A ## Contributors 贡献者 @@ -22,6 +39,4 @@ N/A ## Detailed Information 详细信息 -Since this is the initial release version of the Compat update channel, there is currently no release tag available for comparison. - -这是 Compat 更新通道的首个发布版本,因此还没有可供比较的发行标签。 \ No newline at end of file +https://github.com/Xujiayao/Discord-MC-Chat/compare/2.2.5-compat...2.3.0-compat \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 7e1f7c1..f4471f5 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.6 +mod_version=2.3.0 maven_group=com.xujiayao.discord_mc_chat archives_base_name=Discord-MC-Chat diff --git a/update/version.json b/update/version.json index ae67995..b50c422 100644 --- a/update/version.json +++ b/update/version.json @@ -1,4 +1,4 @@ { - "version": "2.2.6", - "changelog": "" + "version": "2.3.0", + "changelog": "" } \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f190ab..cc8ce73 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,8 +1,8 @@ { "versions": [ { - "version": "2.2.6", - "changelog": "", + "version": "2.3.0", + "changelog": "", "minecraft_dependency": [ "1.19.1", "1.19.2", @@ -15,8 +15,8 @@ ] }, { - "version": "2.2.5-compat", - "changelog": "", + "version": "2.3.0-compat", + "changelog": "", "minecraft_dependency": [ "~1.14.4", "~1.15.2",