We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ff4cf commit 687b236Copy full SHA for 687b236
2 files changed
docs/UpdateLog.md
@@ -128,4 +128,9 @@
128
- 2026.2.8: v0.2.2
129
- 飞牛影视 AlistStrm 模式支持播放网盘转码视频
130
- 修复 Emby PlaybackInfo 中 DirectStreamURL 生成错误问题
131
- - 提高 Emby 的兼容性
+ - 提高 Emby 的兼容性
132
+- 2026.3.19: v0.2.3
133
+ - 修复 AlistStrm 非 raw_url 模式下 url 拼接错误问题
134
+ - 重构 Alist 模块相关代码
135
+ - 更新 Go 版本和依赖版本以及使用更新的语法表达
136
+ - 禁止 HTTPStrm 模式下 proxy 时移除修改 SupportsDirectStream 为 false 的行为,提高兼容性
internal/config/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
var (
8
- appVersion string = "v0.2.2"
+ appVersion string = "v0.2.3"
9
commitHash string = "Unkown"
10
buildDate string = "Unkown"
11
0 commit comments