v0.1.0-alpha.2
Pre-release
Pre-release
新增
- 工具顶部大标题现在会显示当前版本号,方便确认正在运行的发布版本
修复
- JSON 解析非对象数组时会正确报错,不再把无效结构误判为可用配置
- 发布包不再包含 PDB 调试文件,下载体积更小
改进
- 发布包使用 NativeAOT 编译,启动更快,也不需要预先安装 .NET 运行时
- 安装流程改为单次文件扫描,减少重复读取带来的等待时间
- 终端界面渲染统一优化,页面刷新和列表展示更加流畅
- 补丁规划、字段查找和 JSON 处理等核心模块经过重构,整体稳定性更好
Added
- The title banner now shows the current version, making it easier to confirm which release is running
Fixed
- JSON arrays that do not contain objects now fail with the correct error instead of being treated as usable configuration
- Release packages no longer include PDB debug files, reducing download size
Improved
- Release packages are now built with NativeAOT, making startup faster and removing the need to preinstall the .NET runtime
- Installation now scans files once, reducing wait time from repeated reads
- Terminal rendering has been unified, making page refreshes and list output smoother
- Core modules for patch planning, field lookup, and JSON handling were refactored for better overall stability