Releases: Guovin/iptv-api
Releases · Guovin/iptv-api
v1.1.4
2024/5/15
- 新增组播源功能(Added multicast source feature)
- 新增控制开关,控制多种获取模式的启用状态(Added control switch to manage the activation status of various acquisition modes)
- 新增严格匹配(Added strict matching)
- 优化文件读取,提升模板初始化速度(Optimized file reading to improve initialization speed based on templates)
v1.1.3
v1.1.2
2024/5/7
- 重构接口获取方法,增强通用性,适应结构变更(Refactored the method for obtaining the interface, enhanced its universality, and adapted to structural changes)
- 修复 gd 分支自动更新问题(#105)(Fixed the automatic update issue of the gd branch (#105))
- 优化自定义接口源获取,接口去重(Optimized the acquisition of custom interface sources and removed duplicate interfaces)
v1.1.1
2024/4/29
- 为避免代码合并冲突,移除 master 分支作为运行更新工作流,master 仅作为新功能发布分支,有使用我的链接的小伙伴请修改使用 gd 分支(void code merge conflicts, the master branch has been removed as the branch for running update workflows. The master branch is now only used for releasing new features. If you are using my link, please modify it to use the gd branch)
v1.1.0
v1.0.9
2024/4/25
- 改进接口获取方法,增强处理多种失效场景(Improve the method of obtaining the interface, enhance the handling of various failure scenarios)
v1.0.8
v1.0.7
2024/4/19
- 增加双节点接口来源,按最佳节点更新(Added dual-node interface source, update according to the best node)
- 优化频道更新结果为空的情况(#81)(Optimized the situation where the channel update result is empty (#81))
- 调整工作流资源使用限制逻辑,在允许的范围内提升更新速度(Adjusted the logic of workflow resource usage limit, increase the update speed within the allowable range)
v1.0.6
2024/4/12
- 恢复工作流更新,请谨慎合理使用,勿尝试更改默认运行参数,可能导致封禁的风险!首推使用本地更新(Workflow updates have been restored. Please use them carefully and do not attempt to change the default runtime parameters, as this may risk being banned! It is recommended to use local updates first.)
- 调整默认配置参数,降低单次更新运行时长(Adjusted the default configuration parameters to reduce the runtime of a single update.)
- 依赖版本锁定,解决可能出现的环境错误(#72)(Dependency versions have been locked to solve potential environmental errors (#72).)
- 优化逻辑与增加检测,避免网络异常占用工作流运行(Optimized logic and added checks to prevent network anomalies from occupying workflow operations.)
v1.0.5
2024/4/10
- 移除工作流更新,鉴于有少数人反馈工作流甚至账号被封禁的情况,安全起见,只能暂时移除工作流更新机制,后续将增加其它平台部署方案(Removed workflow updates, in view of the feedback from a few people that their workflows and even accounts have been banned, for safety reasons, the workflow update mechanism can only be temporarily removed, and other platform deployment plans will be added in the future)
- 新增本地更新,同时移除更新频道个数限制,具体使用方法请见快速上手(Added local updates and removed the limit on the number of channel updates. For specific usage, please see the quick start guide)
- 适配提供方接口位置变更(Adapted to the change of the provider's interface location)