Skip to content

Commit

Permalink
更新到2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Nov 7, 2022
1 parent 432d3a3 commit 8b7dfe8
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 20 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.1"
placeholder: "Example: 17.0.5"
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"
placeholder: "Example: 2.1.0"
validations:
required: true
- type: textarea
Expand Down
26 changes: 12 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Changelog 更新日志 | 🥳 MCDC v2 Stable Release
# Changelog 更新日志

## MCDiscordChat 2.0.0 for Minecraft 1.14+ - 2022/10/8

This is the first stable release of MCDC v2.

You are strongly recommended to update to this version if you are using any of the alpha or release candidate versions.
## MCDiscordChat 2.1.0 for Minecraft 1.14+ - 2022/11/7

## New Features 新特性

- Add role support for admin checks (#88)
为管理员检查添加身份组支持
- Russian translation (#94)
俄语翻译

- Add option to disable slash command broadcast (#89)
添加禁用斜线命令广播的选项
- Bot activity status supports displaying server player count (#90)
机器人活动状态支持显示服务器玩家数

- Check for updates can be disabled
可禁用检查更新
- Minecraft command auto-completion for Discord /console command (#25)
Discord /console 命令实现 Minecraft 命令自动补全

## Changes 更改

N/A
- Fix GSON Invalid escape sequence exception when escaping Markdown (#92)
修复转义 Markdown 时 GSON 解析报错

## Removed 移除

Expand All @@ -28,7 +25,8 @@ N/A
## Contributors 贡献者

- @Xujiayao
- @ZetThunder

## Detailed Information 详细信息

https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-rc.1...2.0.0
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0...2.1.0
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ For translation contributions, language files are located in the `/wrapper/src/m

- Full multi-language support
- Support multi-server mode (multi-server operation on the same Discord channel)
- Support displaying server status using Discord channel topic feature
- Minecraft <> Discord cross server chat
- Support displaying server status using Discord channel topic feature
- Support displaying server player count in bot activity status
- Support Discord Webhook feature
- Customizable Webhook Avatar API
- Use the bot itself to send chat messages when Webhook URL is not filled
Expand All @@ -78,6 +79,7 @@ For translation contributions, language files are located in the `/wrapper/src/m
- Discord Commands available
- Use Discord to manage channels that can execute MCDC commands
- Notify in-game players when someone executes an MCDC command
- /console command supports Minecraft command auto-completion
- Normal Commands
- /info | Query server running status
- /help | Get a list of available commands
Expand Down Expand Up @@ -118,6 +120,14 @@ For translation contributions, language files are located in the `/wrapper/src/m
- Customizable update notification channel
- Check for updates can be disabled

Languages currently available:

| Code | Language |
| ----- | ----- |
| `en_us` | English (US) |
| `zh_cn` | 中文(简体) |
| `ru_ru` | Русский (Россия) |

## Contributors

[![Contributors](https://contrib.rocks/image?repo=xujiayao/mcdiscordchat)](https://github.com/Xujiayao/mcdiscordchat/graphs/contributors)
12 changes: 11 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Dis

- 全面的多语言支持
- 支持多服务器模式(同 Discord 频道多服务器运行 MCDC)
- 支持使用 Discord 频道主题功能显示服务器状态
- Minecraft <> Discord 跨服聊天
- 支持使用 Discord 频道主题功能显示服务器状态
- 支持使用机器人活动状态显示服务器玩家数
- 支持 Discord Webhook 功能
- 可自定义 Webhook 玩家头像 API
- 未填写 Webhook URL 时使用机器人自身发送聊天消息
Expand All @@ -78,6 +79,7 @@ MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Dis
- 可使用 Discord 命令
- 可使用 Discord 管理可执行 MCDC 命令的频道
- 当有人执行 MCDC 命令时通知游戏内玩家
- /console 命令支持 Minecraft 命令自动补全
- 普通命令
- /info | 查询服务器运行状态
- /help | 获取可用命令列表
Expand Down Expand Up @@ -118,6 +120,14 @@ MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Dis
- 可自定义更新通知频道
- 可禁用检查更新

目前可用的语言:

| 代码 | 语言 |
| ----- | ----- |
| `en_us` | English (US) |
| `zh_cn` | 中文(简体) |
| `ru_ru` | Русский (Россия) |

## 贡献者

[![Contributors](https://contrib.rocks/image?repo=xujiayao/mcdiscordchat)](https://github.com/Xujiayao/mcdiscordchat/graphs/contributors)
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
mod_version=2.1.0
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","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> **🥳 MCDC v2 Stable Release**\n> \n> This is the first stable release of MCDC v2.\n> \n> You are strongly recommended to update to this version if you are using any of the alpha or release candidate versions."}
{"version":"2.1.0","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>"}

0 comments on commit 8b7dfe8

Please sign in to comment.