更新到2.1.0

This commit is contained in:
Xujiayao 2022-11-07 19:14:12 +08:00
parent 432d3a30fe
commit 8b7dfe8cff
6 changed files with 38 additions and 20 deletions

View file

@ -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
@ -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

View file

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

View file

@ -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
@ -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
@ -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)

View file

@ -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 时使用机器人自身发送聊天消息
@ -78,6 +79,7 @@ MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Dis
- 可使用 Discord 命令
- 可使用 Discord 管理可执行 MCDC 命令的频道
- 当有人执行 MCDC 命令时通知游戏内玩家
- /console 命令支持 Minecraft 命令自动补全
- 普通命令
- /info | 查询服务器运行状态
- /help | 获取可用命令列表
@ -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)

View file

@ -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

View file

@ -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>"}