Skip to content

Commit

Permalink
更新到2.3.0 (Active & Compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Feb 17, 2024
1 parent fe28676 commit 2a8885c
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 25 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
19 changes: 11 additions & 8 deletions CHANGELOG.md
@@ -1,21 +1,24 @@
# 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 新特性

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 移除

Expand All @@ -27,4 +30,4 @@ N/A

## Detailed Information 详细信息

https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.5...2.2.6
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.2.6...2.3.0
33 changes: 24 additions & 9 deletions CHANGELOG_COMPAT.md
@@ -1,27 +1,42 @@
# 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 贡献者

- @Xujiayao

## Detailed Information 详细信息

Since this is the initial release version of the Compat update channel, there is currently no release tag available for comparison.

这是 Compat 更新通道的首个发布版本,因此还没有可供比较的发行标签。
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.2.5-compat...2.3.0-compat
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions update/version.json
@@ -1,4 +1,4 @@
{
"version": "2.2.6",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.2.6>"
"version": "2.3.0",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.0>"
}
8 changes: 4 additions & 4 deletions update/versions.json
@@ -1,8 +1,8 @@
{
"versions": [
{
"version": "2.2.6",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.2.6>",
"version": "2.3.0",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.0>",
"minecraft_dependency": [
"1.19.1",
"1.19.2",
Expand All @@ -15,8 +15,8 @@
]
},
{
"version": "2.2.5-compat",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.2.5-compat>",
"version": "2.3.0-compat",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.0-compat>",
"minecraft_dependency": [
"~1.14.4",
"~1.15.2",
Expand Down

0 comments on commit 2a8885c

Please sign in to comment.