mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出xiaozhi-esp32-server-java;
升级了dozzle、dpanel、drawio、emby、portainer、redis-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;
This commit is contained in:
@@ -1,35 +1,4 @@
|
||||
# 更新日志
|
||||
|
||||
## 0.3.4
|
||||
|
||||
## 0.3.11 (2025-04-27)
|
||||
- 版本升级
|
||||
|
||||
## 1.0.3
|
||||
|
||||
- 添加 ASR(语音识别)配置选项到 Home Assistant 界面
|
||||
- 支持选择不同的语音识别模型(FunASR、SherpaASR、DoubaoASR、TencentASR)
|
||||
- 为在线语音识别服务添加 API 凭据配置
|
||||
- 修复音乐目录递归软链接的问题
|
||||
- 优化脚本代码结构,删除冗余注释,提高可读性
|
||||
- 修复唤醒词配置保存时出现的空行累积问题
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- 添加 LLM 模型名称配置选项,允许用户自定义模型名称
|
||||
- 修复翻译文件格式问题
|
||||
- 优化配置文件更新逻辑,避免文件格式损坏
|
||||
- 改进文件管理方式,使用软链接减少存储空间占用
|
||||
|
||||
## 1.0.1
|
||||
|
||||
- 修复 Home Assistant 加载项配置同步功能
|
||||
- 添加自动将加载项配置应用到.config.yaml 的功能
|
||||
- 完善配置同步机制,支持所有加载项配置参数
|
||||
- 更新文档,详细说明配置方法和故障排除
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- 首次发布
|
||||
- 支持小智 ESP32 语音识别服务
|
||||
- 自动下载模型和配置
|
||||
- 使用 S6 Overlay 进行服务管理
|
||||
## 0.3.4 (2025-04-25)
|
||||
- 首次推出
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "小智 AI Server 极速版"
|
||||
version: "0.3.4"
|
||||
version: "0.3.11"
|
||||
slug: "xiaozhi_esp32_server_mini"
|
||||
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能,支持与ESP32设备通信"
|
||||
url: "https://gitcode.com/waxgourd/addons"
|
||||
@@ -58,4 +58,4 @@ schema:
|
||||
plugins.get_weather.default_location: str
|
||||
log_level: list(INFO|DEBUG)
|
||||
timezone: str
|
||||
image: r.hassbus.com/wghaos/xiaozhi-esp32-server-mini
|
||||
image: r.hassbus.com/wghaos/xiaozhi-esp32-server-mini-{arch}
|
||||
|
||||
Reference in New Issue
Block a user