We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7888a commit 6a96580Copy full SHA for 6a96580
2 files changed
log.md
@@ -12,6 +12,14 @@
12
## 已知问题 Known issue
13
14
## 已完成 Done
15
+### 2025.12.17
16
+- 调整界面
17
+- 调整收藏
18
+- 调整ColorMC.Core的实例类型
19
+- 删除DNS中的UDP客户端支持
20
+- 删除模组界面中的表格隐藏
21
+- 新增整合包收藏
22
+
23
### 2025.12.2
24
- ColorMC.Core重构
25
- 语言文件从Core移动到Gui
src/ColorMC.Core/CoreMain.cs
@@ -15,7 +15,7 @@ public static class ColorMCCore
{
public const int VersionNum = 40;
public const string TopVersion = "40";
- public const string DateVersion = "20251203";
+ public const string DateVersion = "20251217";
/// <summary>
/// 版本号
0 commit comments