Skip to content

Releases: Guovin/iptv-api

v1.2.1

15 Jun 14:19
d246978
Compare
Choose a tag to compare

2024/6/15

  • 兼容 Win7 系统,请使用 Python 版本>=3.8(Compatible with Windows 7 system, please use Python version >= 3.8)
  • 修复部分设备运行更新报错(Fixed an error that occurred when some devices ran updates)
  • 修复工作流更新错误(Fixed an error in the workflow update)
  • 新增捐赠途径(主页底部),本项目完全免费,维护不易,若对您有帮助,可选择捐赠(Add new donation channels (bottom of the homepage), this project is completely free, maintenance is not easy, if it helps you, you can choose to donate)

v1.2.0

09 Jun 13:27
7eb0c1a
Compare
Choose a tag to compare

2024/6/9

  • 异步并发、多线程支持,大幅提升更新速度(近 10 倍)(Asynchronous concurrency and multi-threading support, significantly increasing update speeds (nearly 10 times faster))
  • 新增更新工具软件(release 附件:update-tool.exe),首个版本可能会有不可预见的问题,请见谅(Added new update tool software (release attachment: update-tool.exe); the first version may have unforeseen issues, please be understanding)

v1.1.6

17 May 10:18
a524dae
Compare
Choose a tag to compare

2024/5/17

  • 增加组播源可全地区运行更新(Added multicast sources to run region-wide updates)
  • 修改默认值:关闭在线检索功能,组播源全地区更新(Change the default value: Disable the online search function and update the multicast source in all regions)

v1.1.5

17 May 07:21
5207903
Compare
Choose a tag to compare

2024/5/17

  • 增加模糊匹配规则,适配在线检索、订阅源、组播源(Add fuzzy matching rules for online search, subscription sources, and multicast sources)
  • 增加订阅源、组播源更新进度条(Added the update progress bar for subscription sources and multicast sources)
  • 优化组播源更新可能出现的无匹配结果情况(Optimize the possible situation of no match results in multicast source updates)
  • 移除部分错误日志打印(Removes some error log prints)
  • 移除严格匹配配置(Removes strict matching configurations)

v1.1.4

15 May 09:08
788be74
Compare
Choose a tag to compare

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

08 May 05:44
595143c
Compare
Choose a tag to compare

2024/5/8

  • 优化频道接口不对应问题(#99)(Optimize the mismatch problem of the channel interface (#99))
  • 处理 tqdm 安全问题(Handle the security issue of tqdm)
  • 修改即将被废弃的命令(Modify the commands that are about to be deprecated)

v1.1.2

07 May 10:14
0b4518c
Compare
Choose a tag to compare

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

29 Apr 13:03
5278408
Compare
Choose a tag to compare

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

26 Apr 09:34
d3dc7af
Compare
Choose a tag to compare

2024/4/26

  • 新增自定义接口获取源,配置项为 extend_base_urls(#56)(Added custom interface for source acquisition, the configuration item is extend_base_urls (#56))

v1.0.9

25 Apr 07:43
d52b8a4
Compare
Choose a tag to compare

2024/4/25

  • 改进接口获取方法,增强处理多种失效场景(Improve the method of obtaining the interface, enhance the handling of various failure scenarios)