File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 - 更新上游依赖
7777 - 提高对 EmbyServer beta 版本的兼容性
7878 - HTTPStrm 添加获取最终 URL 获取功能,减少客户端重定向次数
79- - 提高对 Afusekt 客户端的兼容性 [ #37 ] ( https://github.com/Akimio521/MediaWarp/issues/37 )
80- - 优化 responseModifyCreater 函数,可以捕捉内层函数的 panic 信息
79+ - 提高对 Afusekt 客户端的兼容性 [ #37 ] ( https://github.com/AkimioJR/MediaWarp/issues/37 )
80+ - 优化 responseModifyCreater 函数,可以捕捉内层函数的 panic 信息
81+ - 2025.7.10: v0.1.2
82+ - 使用全局优化的 HTTP 客户端替换局部客户端实例,统一 HTTP 出口
83+ - 添加自定义 robots.txt 支持
84+ - 修正 Jellyfin 播放信息正则表达式,确保匹配正确的路径 [ #47 ] ( https://github.com/AkimioJR/MediaWarp/issues/47 )
85+ - 2025.10.2: v0.1.3
86+ - 将 MediaServerType 从字符串类型更改为 uint8
87+ - 修复 robots.txt 路由错误问题
88+ - 优化初始化过程,统一日志输出,移除冗余代码
89+ - 使用当前目录作为项目根目录
Original file line number Diff line number Diff line change 66)
77
88var (
9- appVersion string = "v0.1.2 "
9+ appVersion string = "v0.1.3 "
1010 commitHash string = "Unkown"
1111 buildDate string = "Unkown"
1212)
You can’t perform that action at this time.
0 commit comments