mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-20 00:25:18 +00:00
更新到2.4.1
This commit is contained in:
parent
8b531eb6eb
commit
e60fafcff0
5 changed files with 18 additions and 20 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -25,6 +25,7 @@ body:
|
|||
If a version is not listed below, it is not supported by DMCC.
|
||||
multiple: false
|
||||
options:
|
||||
- "1.21.5"
|
||||
- "1.21.4"
|
||||
- "1.21.3"
|
||||
- "1.21.2"
|
||||
|
|
@ -63,6 +64,7 @@ body:
|
|||
multiple: false
|
||||
options:
|
||||
- "Latest Build (GitHub Actions)"
|
||||
- "2.4.1"
|
||||
- "2.4.0"
|
||||
- "2.3.5"
|
||||
- "2.3.4"
|
||||
|
|
|
|||
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,31 +1,24 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## Discord-MC-Chat 2.4.0 for Minecraft 1.14.4+ - 2025/1/4
|
||||
## Discord-MC-Chat 2.4.1 for Minecraft 1.14.4+ - 2025/3/26
|
||||
|
||||
DMCC Discord Server is now public! Join now through: https://discord.gg/kbXkV6k2XU
|
||||
|
||||
New features that involve modifying the config file have been released in this version. Please read the docs to reconfigure `generic.avatarApi` and `generic.excludedCommands`!
|
||||
|
||||
DMCC Discord 服务器现已公开!通过以下链接加入:https://discord.gg/kbXkV6k2XU
|
||||
|
||||
本版本发布了涉及修改配置文件的新功能。请阅读文档以重新配置 `generic.avatarApi` 和 `generic.excludedCommands`!
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Compatible with all mods and plugins that use the `textures` field in `GameProfile` for real-time skin changes (#222 and #228)
|
||||
兼容所有使用 GameProfile 中的 textures 项进行实时皮肤更换的模组和插件
|
||||
|
||||
- Prompt when the user runs the JAR as an application instead of a Minecraft mod
|
||||
当用户将 JAR 作为应用程序运行而不是 Minecraft 模组时进行提示
|
||||
- Compatible with Minecraft 1.21.5 (#270)
|
||||
兼容 Minecraft 1.21.5
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- The `excludedCommands` list now only supports regular expressions (#247)
|
||||
`excludedCommands` 列表现在仅支持正则表达式
|
||||
N/A
|
||||
|
||||
## Removed 移除
|
||||
|
||||
N/A
|
||||
- Removed a toggle switch in the config file that was deprecated in release 2.4.0
|
||||
移除了配置文件中的一个在 2.4.0 版本中已弃用的切换开关
|
||||
|
||||
## Contributors 贡献者
|
||||
|
||||
|
|
@ -33,4 +26,4 @@ N/A
|
|||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.5...2.4.0
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.4.0...2.4.1
|
||||
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||
org.gradle.parallel=true
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.4.0
|
||||
mod_version=2.4.1
|
||||
maven_group=com.xujiayao.discord_mc_chat
|
||||
archives_base_name=Discord-MC-Chat
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "2.4.0",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.4.0>\n\n> DMCC Discord Server is now public! Join now through: https://discord.gg/kbXkV6k2XU\n> \n> New features that involve modifying the config file have been released in this version. Please read the docs to reconfigure `generic.avatarApi` and `generic.excludedCommands`!"
|
||||
"version": "2.4.1",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.4.1>\n\n> DMCC Discord Server is now public! Join now through: https://discord.gg/kbXkV6k2XU"
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "2.4.0",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.4.0>\n\n> DMCC Discord Server is now public! Join now through: https://discord.gg/kbXkV6k2XU\n> \n> New features that involve modifying the config file have been released in this version. Please read the docs to reconfigure `generic.avatarApi` and `generic.excludedCommands`!",
|
||||
"version": "2.4.1",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.4.1>\n\n> DMCC Discord Server is now public! Join now through: https://discord.gg/kbXkV6k2XU",
|
||||
"minecraft_dependency": [
|
||||
"~1.14.4",
|
||||
"~1.15.2",
|
||||
|
|
@ -22,7 +22,10 @@
|
|||
"~1.20.5",
|
||||
"1.21",
|
||||
"1.21.1",
|
||||
"~1.21.2"
|
||||
"1.21.2",
|
||||
"1.21.3",
|
||||
"1.21.4",
|
||||
"~1.21.5"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue