diff --git a/TODO b/TODO index 5ecd21437..b7bde90f6 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,15 @@ 加入openp2p 加入hal映射 +⚫2024.11.13(A33) +√ 升级dotnet9 +√ 优化Core的性能 +√ 修正Mod读取的问题 +√ 修改下载界面的数据刷新速度 +√ 添加游戏后不再主动关闭添加窗口 +√ 添加模组注释 +√ 添加游戏设置窗口选项储存 + ⚫2024.11.8 √ 修复Arm64运行库处理问题 √ 修复UI问题 diff --git a/build/version b/build/version index 1758dddcc..dc7b54ad0 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -32 \ No newline at end of file +33 \ No newline at end of file diff --git a/src/ColorMC.Core/CoreMain.cs b/src/ColorMC.Core/CoreMain.cs index 1f8266c63..bd0422770 100644 --- a/src/ColorMC.Core/CoreMain.cs +++ b/src/ColorMC.Core/CoreMain.cs @@ -14,8 +14,8 @@ namespace ColorMC.Core; public static class ColorMCCore { - public const string TopVersion = "A32"; - public const string DateVersion = "20241112"; + public const string TopVersion = "A33"; + public const string DateVersion = "20241113"; /// /// 版本号 diff --git a/src/ColorMC.Launcher/Program.cs b/src/ColorMC.Launcher/Program.cs index 11682a37a..d5286fc85 100644 --- a/src/ColorMC.Launcher/Program.cs +++ b/src/ColorMC.Launcher/Program.cs @@ -52,7 +52,7 @@ public static class Program /// /// 加载路径 /// - public const string TopVersion = "A32"; + public const string TopVersion = "A33"; public static readonly string[] BaseSha1 = [