Skip to content

Commit f2ade8d

Browse files
committed
MediaWarp v0.2.3
1 parent d8e0f05 commit f2ade8d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/UpdateLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,9 @@
128128
- 2026.2.8: v0.2.2
129129
- 飞牛影视 AlistStrm 模式支持播放网盘转码视频
130130
- 修复 Emby PlaybackInfo 中 DirectStreamURL 生成错误问题
131-
- 提高 Emby 的兼容性
131+
- 提高 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
var (
8-
appVersion string = "v0.2.2"
8+
appVersion string = "v0.2.3"
99
commitHash string = "Unkown"
1010
buildDate string = "Unkown"
1111
)

0 commit comments

Comments
 (0)