Skip to content

Commit

Permalink
更新到2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed May 30, 2023
1 parent 828e168 commit 84ce738
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
label: Java Version
description: |
The version of Java you are using?
placeholder: "Example: 17.0.6"
placeholder: "Example: 17.0.7"
validations:
required: true
- type: input
Expand All @@ -40,7 +40,7 @@ body:
label: MCDiscordChat Version
description: |
The version of MCDiscordChat you are using?
placeholder: "Example: 2.1.3"
placeholder: "Example: 2.1.4"
validations:
required: true
- type: textarea
Expand Down
39 changes: 27 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,41 @@
# Changelog 更新日志

## MCDiscordChat 2.1.3 for Minecraft 1.14+ - 2023/3/16
## MCDiscordChat 2.1.4 for Minecraft 1.14+ - 2023/5/30

This version still supports versions 1.19.2 and 1.19.3, which have been integrated into the same file.

此版本仍然支持 1.19.2 和 1.19.3 版本,已集成到同一个文件中。

## New Features 新特性

- Support using %playerName% placeholder for custom death messages (#115)
自定义死亡消息支持 %playerName% 占位符
- Send chat messages sent by /say command to Discord (#125)
发送 /say 指令所发送的聊天消息至 Discord

- Compatible with version 1.19.4
兼容 1.19.4 版本
- Announce high MSPT at the console log channel when the console log feature is enabled (#125)
启用控制台日志功能时将 MSPT 警告发送到控制台日志频道

- Add an option to flexibly choose whether to wait for the rate limit to complete (#129)
添加选项供灵活选择是否等待速率限制重置

- Korean translation (#136)
韩语翻译

- French translation (#137)
法语翻译

## Changes 更改

- Fix ru_ru lang causing player disconnections on death (#111)
修复 ru_ru 语言导致玩家死亡时报错
- Fix chat message validation failure when using excluded commands (#127)
修复使用已排除的指令时报错聊天记录验证失败

- Optimize the logic of handling rate limit when stopping the server (#129)
优化停止服务器时处理速率限制的逻辑

- Fix modded death source causing player disconnections on death (#114)
修复来自模组的死亡源导致玩家死亡时报错
- Fix description of /log <file> command out of date (#137)
修复 /log <file> 命令的描述过时

- Fix exception when Discord message contains quotation marks (#119)
修复 Discord 消息包含引号时报错
- Fix exception when a Discord user who does not have any role executes a command (#137)
修复没有任何用户组的 Discord 用户在执行命令时报错

## Removed 移除

Expand All @@ -32,7 +44,10 @@ N/A
## Contributors 贡献者

- @Xujiayao
- @Clem-Fern
- @MeowOnLong
- @Vocatis

## Detailed Information 详细信息

https://github.com/Xujiayao/MCDiscordChat/compare/2.1.2...2.1.3
https://github.com/Xujiayao/MCDiscordChat/compare/2.1.3...2.1.4
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx8G

# Mod Properties
mod_version=2.1.3
mod_version=2.1.4
maven_group=top.xujiayao
archives_base_name=MCDiscordChat

Expand Down
2 changes: 1 addition & 1 deletion update/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.1.3","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> This version still supports versions 1.19.2 and 1.19.3, which have been integrated into the same file."}
{"version":"2.1.4","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> This version still supports versions 1.19.2 and 1.19.3, which have been integrated into the same file."}

0 comments on commit 84ce738

Please sign in to comment.