docs: 更新 CHANGELOG v1.2.0

This commit is contained in:
2026-05-26 01:53:04 +08:00
parent 401ecf702a
commit 853f10a73b

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [v1.2.0] - 2026-05-26
### 🐛 Bug 修复
- **run.bat**: `cd /d "%~dp0src"``cd /d "%~dp0Code\src"` — 修复 cd 路径报错
- **run.bat**: `chcp 65001` 末尾添加 `>nul` — 修复 title 中文乱码
- **run.bat**: `mode con lines=20``lines=50` — 修复 Log 窗口无法上滑
- **Code/src/file_selector.py**: `.strip()` 后增加 `.strip('"\'')` — 修复拖拽文件路径带引号导致不存在
## [v1.0.1] - 2026-05-25 ## [v1.0.1] - 2026-05-25
### 📝 文档完善 ### 📝 文档完善