Compare commits

...

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
d267e34978 docs: Reorganize CHANGELOG v5.27.3 - merge similar commits and sort entries
Co-authored-by: ABA2396 <99072975+ABA2396@users.noreply.github.com>
2025-11-09 14:21:36 +00:00
pre-commit-ci[bot]
740d680989 chore: Auto update by pre-commit hooks [skip changelog] 2025-11-09 14:18:09 +00:00
copilot-swe-agent[bot]
e0000e4a8c Initial plan 2025-11-09 14:14:53 +00:00
github-actions[bot]
4fa96606d8 docs: Auto Generate Changelog of Release v5.27.3 2025-11-09 14:12:46 +00:00
2 changed files with 47 additions and 3 deletions

View File

@@ -1,3 +1,46 @@
## v5.27.3
### 新增 | New
* MaaCore 记录 Exception 时额外记录模块基址、Wpf i18n字符串支持直接string.Frmat @status102
* 怎么还有 GTII、增加华硕 GTIII 显卡超频工具注入导致崩溃提示 @ABA2396
* 战斗列表启用时, 浏览单个作业时自动添加到战斗列表 (#14625) @status102
### 改进 | Improved
* asst Log增加crash时额外输出core版本, build时间, 路径、空stack trace输出 @status102
* 优化切换主题逻辑/流程 @ABA2396
* 更好的随机点分布 (#14652) @MistEO
### 修复 | Fix
* 提高干员部署滑动的最小时长,减少因模拟器丢帧导致的部署失败 @ABA2396
* 肉鸽刷开局期望奖励无法动态隐藏/显示 @ABA2396
* 给 mujica 擦屁股 @ABA2396
* 部分情况下 钼铅 识别错误 @ABA2396
* OS 小游戏回合结束改用 ocr @ABA2396
* 结束回合按钮怎么还会闪烁啊 @ABA2396
* 动画或卡顿导致概率无法使用无人机 @ABA2396
* Wpf增加悖论模拟模式非悖论作业检测 @status102
* 界园入暂亭ocrfix @Saratoga-Official
* 增加从主页进入终端的延迟 @Saratoga-Official
* update to new data repo @Constrat
* move to public arkntools repo for txwy @Constrat
* update Sami floor regex fix 14630 (hopeful) @Constrat
* move from Template to OcrDetect for BattleQuickFormationClear @Constrat
* Exusiai Alter ocr regex for EN @Constrat
* Dorothy S2 ocr regex @Constrat
* JP 1ns ocr @Daydreamer114
### 其他 | Other
* wpf拆分添加作业和作业集按钮 (#14624) @status102 @ABA2396
* Revert "fix: 增加从主页进入终端的延迟" @ABA2396
* CropRoi -> ImageCropper (#14379) (#14647) @MistEO @lucienshawls
* use MaaUtils instead of Utils (#14579) @MistEO
* add logs @MistEO
* remove expired token @Constrat
## v5.27.2
### 难道说? | Highlights
@@ -10,9 +53,9 @@
#### 自动肉鸽方面
本次更新,我们支持了界园肉鸽新 DLC 的新关卡、新通宝、新不期而遇等,添加了刷常乐节点策略。
本次更新,我们支持了界园肉鸽新 DLC 的新关卡、新通宝、新不期而遇等,添加了"刷常乐节点"策略。
我们也添加了萨米肉鸽的刷稀有坍缩范式策略,欢迎你尝试~
我们也添加了萨米肉鸽的"刷稀有坍缩范式"策略,欢迎你尝试~
#### 界面主题方面

View File

@@ -873,7 +873,8 @@ private:
logger.error("Version", asst::Version);
logger.error("Built at", __DATE__, __TIME__);
logger.error("User Dir", UserDir.get());
logger.error(std::format("Module Base Address: 0x{:016X}", utils::ExceptionStacktrace::get_module_base_address()));
logger.error(
std::format("Module Base Address: 0x{:016X}", utils::ExceptionStacktrace::get_module_base_address()));
logger.error("Exception details with stack trace:");
logger.error(exception_details);
logger.error("============================");