mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
更新到2.0.0-rc.1
This commit is contained in:
parent
26876ff2fe
commit
7f35dadafd
8 changed files with 17 additions and 59 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -40,7 +40,7 @@ body:
|
|||
label: MCDiscordChat Version
|
||||
description: |
|
||||
The version of MCDiscordChat you are using?
|
||||
placeholder: "Example: 2.0.0-alpha.10"
|
||||
placeholder: "Example: 2.0.0-rc.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
62
CHANGELOG.md
62
CHANGELOG.md
|
|
@ -1,63 +1,19 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## MCDiscordChat 2.0.0-alpha.10 for Minecraft 1.14+ - 2022/9/4
|
||||
|
||||
**Important notice:**
|
||||
|
||||
This update adds full multi-language support and therefore simplifies the config file.
|
||||
|
||||
**You should back up your config file before updating to this version!**
|
||||
|
||||
Use option `language` to set the language, and class `CustomMessage` to customize the messages.
|
||||
|
||||
Leave the options in class `CustomMessage` blank to use the default values, and fill in any of them to use the custom values.
|
||||
|
||||
---
|
||||
|
||||
At the time of releasing this update, only two languages are available:
|
||||
|
||||
1. `en_us` - English (United States)
|
||||
2. `zh_cn` - Chinese (Simplified)
|
||||
|
||||
**You are welcome to contribute translations!**
|
||||
|
||||
Contributing: https://github.com/Xujiayao/MCDiscordChat#Contributing
|
||||
|
||||
---
|
||||
|
||||
**重要通知:**
|
||||
|
||||
此更新添加了全面的多语言支持,因此简化了配置文件。
|
||||
|
||||
**你应该在更新到此版本之前备份你的配置文件!**
|
||||
|
||||
使用 `language` 选项设置语言,使用 `CustomMessage` 类自定义消息。
|
||||
|
||||
将 `CustomMessage` 类中的选项留空以使用默认值,填写其中任何一个以使用自定义值。
|
||||
|
||||
---
|
||||
|
||||
在发布此更新时,只有两种语言可用:
|
||||
|
||||
1. `en_us` - 英语(美国)
|
||||
2. `zh_cn` - 中文(简体)
|
||||
|
||||
**欢迎你贡献翻译!**
|
||||
|
||||
贡献:https://github.com/Xujiayao/MCDiscordChat/blob/master/README_CN.md#%E8%B4%A1%E7%8C%AE
|
||||
## MCDiscordChat 2.0.0-rc.1 for Minecraft 1.14+ - 2022/9/28
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Full multi-language support (#83)
|
||||
全面的多语言支持
|
||||
|
||||
- Multi-language support for player death messages
|
||||
玩家死亡消息实现多语言支持
|
||||
- Add newline limit for Discord messages (#86)
|
||||
为 Discord 消息添加换行次数限制
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Disable cache when checking for updates
|
||||
检查更新时禁止使用缓存
|
||||
- Completely rewrite the parsing of mentions (@) (#87)
|
||||
完全重写提及 (@) 的解析
|
||||
|
||||
- Add appropriate spaces to Chinese death messages
|
||||
中文的死亡消息添加适当空格
|
||||
|
||||
## Removed 移除
|
||||
|
||||
|
|
@ -69,4 +25,4 @@ N/A
|
|||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.9...2.0.0-alpha.10
|
||||
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.10...2.0.0-rc.1
|
||||
|
|
@ -80,6 +80,7 @@ For translation contributions, language files are located in the `/wrapper/src/m
|
|||
- Support disabling all parsing
|
||||
- Support in-game display of Discord user role colour
|
||||
- Support in-game display of response messages
|
||||
- Support limiting the number of newlines for Discord messages
|
||||
- Broadcast player command execution
|
||||
- Players who execute commands can also see the commands themselves
|
||||
- Exclude broadcasts for execution of specific commands
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Dis
|
|||
- 支持禁用所有解析
|
||||
- 支持游戏内显示 Discord 用户身份组颜色
|
||||
- 支持游戏内显示回复的消息
|
||||
- 支持限制 Discord 消息的换行次数
|
||||
- 可广播玩家指令执行
|
||||
- 执行指令的玩家也可以看到自己执行的指令
|
||||
- 可排除执行特定指令的广播
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
org.gradle.jvmargs=-Xmx4G
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.0.0-alpha.10
|
||||
mod_version=2.0.0-rc.1
|
||||
maven_group=top.xujiayao
|
||||
archives_base_name=MCDiscordChat
|
||||
|
||||
|
|
@ -11,4 +11,4 @@ archives_base_name=MCDiscordChat
|
|||
minecraft_version=1.19.2
|
||||
yarn_mappings=1.19.2+build.18
|
||||
loader_version=0.14.9
|
||||
fabric_version=0.61.0+1.19.2
|
||||
fabric_version=0.62.0+1.19.2
|
||||
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-alpha.10","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> **Important notice:**\n> \n> This update adds full multi-language support and therefore simplifies the config file.\n> \n> **You should back up your config file before updating to this version!**\n> \n> Use option `language` to set the language, and class `CustomMessage` to customize the messages.\n> \n> Leave the options in class `CustomMessage` blank to use the default values, and fill in any of them to use the custom values.\n> \n> ---\n> \n> At the time of releasing this update, only two languages are available:\n> \n> 1. `en_us` - English (United States)\n> 2. `zh_cn` - Chinese (Simplified)\n> \n> **You are welcome to contribute translations!**\n> \n> Contributing: <https://github.com/Xujiayao/MCDiscordChat#Contributing>\n> \n> ---\n> \n> **重要通知:**\n> \n> **因篇幅过长,中文用户请移步更新日志页面阅读重要通知(必读)!**"}
|
||||
{"version":"2.0.0-rc.1","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>"}
|
||||
|
|
@ -8,4 +8,4 @@ loader_version=0.14.9
|
|||
minecraft_dependency=1.18.x
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.58.0+1.18.2
|
||||
fabric_version=0.59.0+1.18.2
|
||||
|
|
@ -8,4 +8,4 @@ loader_version=0.14.9
|
|||
minecraft_dependency=1.19.x
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.61.0+1.19.2
|
||||
fabric_version=0.62.0+1.19.2
|
||||
Loading…
Add table
Reference in a new issue