File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ MediaWarp 是**前置于 EmbyServer 的 反向代理服务器**,修改了原
25
25
26
26
[ 功能] ( #功能 ) •
27
27
[ TODO LIST] ( #todo-list ) •
28
- [ 教程文档 ] ( https://blog.akimio.top/posts/1041/ ) •
28
+ [ 文档 ] ( #相关文档 ) •
29
29
[ 鸣谢] ( #鸣谢 ) •
30
30
[ Star History] ( #star-history )
31
31
@@ -83,6 +83,7 @@ MediaWarp 是**前置于 EmbyServer 的 反向代理服务器**,修改了原
83
83
> 在服务器前面加一个负载均衡可能更好
84
84
85
85
# 相关文档
86
+ - [ 教程文档] ( https://blog.akimio.top/posts/1041/ )
86
87
- [ 更新日志] ( ./docs/UpdateLog.md )
87
88
- [ 开发文档] ( ./docs/DEV.md )
88
89
- [ User-Agent参考] ( ./docs/UA.md )
Original file line number Diff line number Diff line change 38
38
- 优化 VideosHandler 函数中优先判断是否为 HEAD 请求
39
39
- 优化 ModifyPlaybackInfo 函数,减少无意义请求数,降低响应延迟
40
40
- 新增转码设置选项以支持 HTTPStrm 和 AlistStrm 是否返回 PlaybackInfo 通告客户端禁止转码
41
- - f新增 RawURL 配置选项以控制 AlistStrm 的重定向链接
41
+ - f新增 RawURL 配置选项以控制 AlistStrm 的重定向链接
42
+ - 2025.3.22: v0.0.8
43
+ - 优化 AlistStrm 重定向连接
44
+ - 重构 EmbyRegexp 结构,优化正则表达式管理
45
+ - 优化 EmbyServerHandler.ModifySubtitles 和 EmbyServerHandler.ModifyBaseHtmlPlayer 性能
46
+ - 优化 SRT2ASS 性能
47
+ - 修改正则路由处理,使用不带查询参数的 URL 路径(Path)进行路由匹配
48
+ - 添加版本信息标志,支持显示当前版本信息
Original file line number Diff line number Diff line change 1
1
package config
2
2
3
3
var (
4
- appVersion string = "v0.0.7 "
4
+ appVersion string = "v0.0.8 "
5
5
commitHash string = "Unkown"
6
6
buildDate string = "Unkown"
7
7
)
You can’t perform that action at this time.
0 commit comments