mirai/ci-release-helper/changelogs/2.13.1.md

19 lines
805 B
Markdown
Raw Normal View History

2022-12-04 22:52:05 +08:00
## mirai-core
### 优化和修复
- 修复找不到 OkHttp 等问题 (#2324, #2331)
- 优化 `UnsupportedSliderCaptchaException` 的错误提示 <!--(85bf607b)-->
- 修复验证码解决器报错时没有按照预期停止 bot 的错误逻辑 <!--(90f2fee2, b38687a3)-->
- 修复 `java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 4132 out of bounds for byte[4096]` (#2309) <!--(372c2502) -->
<!-- #2367: 重写 publishing -->
## mirai-console
### 优化修复
- 修复 console 显示进度条的时候出现死锁 (#2322) <!--(07000456, 9e7fd792, 7cbff5a8)-->
- 修复 console 中 Gradle 缓存路径检查不正确的问题 (#2357) <!--(841f6e53)-->
- 修复 console 中指定多个远程仓库地址时未按照预期工作的错误 (#2358 by @cssxsh) <!--(5618333a)-->