Skip to content

v3.0.3

Choose a tag to compare

@stackia stackia released this 28 Oct 03:34
· 446 commits to main since this release
  • Host 头检查只匹配域名,不再匹配端口,增加对反代透传 Host 头的兼容性
  • 修复使用反代并有 URL 前缀时,内置播放器不能加载 playlist.m3u 问题
  • M3U 转换时,服务地址加入 group-title 前缀
  • 当 M3U 中有重复的频道名时,现在能够正确识别并创建带有数字后缀的 URL
  • 移除未按预期工作的内置 daemonise 支持(--daemonise 参数)。后台运行建议使用系统机制(init.d, systemd 等)。

  • Host header check now only matches the domain, no longer matches the port, improving compatibility with reverse proxies forwarding the Host header
  • Fixed built-in player failing to load playlist.m3u when using a reverse proxy with a URL prefix
  • M3U conversion now includes group-title prefix in service addresses
  • Duplicate channel names in M3U are now correctly identified and assigned URLs with numeric suffixes
  • Removed the built-in daemonize support (--daemonise parameter) which was not working as expected. Background execution should use system mechanisms (init.d, systemd, etc.)