We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f769f commit f740791Copy full SHA for f740791
2 files changed
docs/UpdateLog.md
@@ -101,4 +101,9 @@
101
- 移除编码压缩/解压缩
102
- 优化中间件处理逻辑
103
- 添加图片/字幕缓存中间件
104
- - 修复 Alist API 缓存问题
+ - 修复 Alist API 缓存问题
105
+- 2025.12.3: v0.1.6
106
+ - 更新 Jellyfin 播放路径匹配表达式支持更多服务端版本
107
+ - 修复 Alist API 调用问题
108
+ - 重构 Alist 相关命名
109
+ - 提高 Alist 获取文件 URL 的性能
internal/config/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
var (
8
- appVersion string = "v0.1.5"
+ appVersion string = "v0.1.6"
9
commitHash string = "Unkown"
10
buildDate string = "Unkown"
11
0 commit comments