Files
AstrBot/changelogs/v4.3.3.md
Soulter c1626613ce fix: update repository references from Soulter/AstrBot to AstrBotDevs/AstrBot across documentation and codebase (#3150)
* fix: update repository references from Soulter/AstrBot to AstrBotDevs/AstrBot across documentation and codebase

- Updated README_ja.md to reflect new GitHub repository links.
- Modified AstrBotUpdator to download from the new repository.
- Changed download URLs in io.py for dashboard releases.
- Updated changelogs to point to the new issue links.
- Adjusted Docker compose file to reference the new repository.
- Updated Vue components in the dashboard to link to the new repository.
- Changed main.py to provide the correct download instructions for the new repository.

* fix: improve error handling for configId selection in AddNewPlatform component

* Update astrbot/core/utils/io.py

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-10-26 16:17:24 +08:00

1.4 KiB
Raw Permalink Blame History

What's Changed

  1. fix: 修复了代码执行器插件不能正确获得发送来文件的问题 (#2970)
  2. fix: 修改的 DeepSeek 默认 modalities避免默认勾选图像导致的报错。 (#2963)
  3. fix: 事件钩子终止事件传播后不继续执行 (#2989)
  4. fix: 启动了 TTS 但未配置 TTS 模型时At 和 Reply 发送人无效
  5. fix: 修复 session-management 中人格错误的显示为默认人格的问题 (#3000)
  6. fix: 修复了删除对话时,聊天增强中的记录未被清除,导致新对话中仍然出现之前的聊天记录。 (#3002)
  7. fix: 修复阿里云百炼平台 TTS 下接入 CosyVoice V2, Qwen TTS 生成报错的问题 (#2964)
  8. perf: 优化 SQLite 参数配置,对话和会话管理增加输入防抖机制 (#2969)
  9. feat: 在新对话中重用先前的对话人格设置 (#3005)
  10. feat: 从 WebUI 更新后清除浏览器缓存 (#2958)