Skip to content

Commit

Permalink
更新到2.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Sep 4, 2022
1 parent 9191594 commit 72a0271
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 17 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.4"
placeholder: "Example: 17.0.4.1"
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.0.0-alpha.9"
placeholder: "Example: 2.0.0-alpha.10"
validations:
required: true
- type: textarea
Expand Down
58 changes: 45 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,63 @@
# Changelog 更新日志

## MCDiscordChat 2.0.0-alpha.9 for Minecraft 1.14+ - 2022/8/10
## MCDiscordChat 2.0.0-alpha.10 for Minecraft 1.14+ - 2022/9/4

**Important notice:**

This update brings support for executing MCDC commands in-game and fixes update notifications not showing changelog when using the English language.
This update adds full multi-language support and therefore simplifies the config file.

This version is released first because the next version will bring breaking changes. Users who do not update in time may not see the changelog and important notices, resulting in data loss.
**You should back up your config file and read the changelog 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

---

**重要通知:**

此更新带来了在游戏中执行 MCDC 命令的支持,并修复了使用英文时更新通知不显示更新日志的问题。
此更新添加了全面的多语言支持,因此简化了配置文件。

**你应该在更新到此版本之前备份你的配置文件!**

这个版本首先发布是因为下一个版本会带来破坏性改动 (breaking changes)。没有及时更新的用户可能会因看不到更新日志和重要通知而导致数据丢失。
使用 `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

## New Features 新特性

- Execute MCDC commands in-game (#80)
在游戏中执行 MCDC 命令
- Full multi-language support (#83)
全面的多语言支持

## Changes 更改
- Multi-language support for player death messages
玩家死亡消息实现多语言支持

- Format MSPT value with 2 decimal places (#79)
MSPT 值取两位小数
## Changes 更改

- Fix update notifications not showing changelog when using the English language
修复使用英文时更新通知不显示更新日志
- Disable cache when checking for updates
检查更新时禁止使用缓存

## Removed 移除

Expand All @@ -37,4 +69,4 @@ N/A

## Detailed Information 详细信息

https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.8...2.0.0-alpha.9
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.9...2.0.0-alpha.10
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=-Xmx4G

# Mod Properties
mod_version=2.0.0-alpha.9
mod_version=2.0.0-alpha.10
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.0.0-alpha.9","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> **Important notice:**\n> \n> This update brings support for executing MCDC commands in-game and fixes update notifications not showing changelog when using the English language.\n> \n> This version is released first because the next version will bring breaking changes. Users who do not update in time may not see the changelog and important notices, resulting in data loss.\n> \n> **重要通知:**\n> \n> 此更新带来了在游戏中执行 MCDC 命令的支持,并修复了使用英文时更新通知不显示更新日志的问题。\n> \n> 这个版本首先发布是因为下一个版本会带来破坏性改动 (breaking changes)。没有及时更新的用户可能会因看不到更新日志和重要通知而导致数据丢失。"}
{"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 and read the changelog 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> **因篇幅过长,中文用户请移步更新日志页面阅读重要通知(必读)!**"}

0 comments on commit 72a0271

Please sign in to comment.