Skip to content

Releases: Guovin/TV

v1.2.4

21 Jun 08:54
d588563
Compare
Choose a tag to compare

2024/6/21

  • 优化排序执行逻辑(Optimize the sorting execution logic)
  • 优化超时重试方法(Optimize the timeout retry method)
  • 调整默认配置 open_sort:关闭工作流测速排序,建议本地运行更准确(Adjust the default configuration open_sort: turn off the workflow speed test sorting, local execution is recommended for more accurate results)

v1.2.3

17 Jun 10:10
8b827be
Compare
Choose a tag to compare

2024/6/17

  • 新增请求重连重试功能(Added request reconnection retry function)
  • 修复个别系统环境文件路径报错问题(Fixed some system environment file path errors)

v1.2.2

16 Jun 11:01
64dff65
Compare
Choose a tag to compare

2024/6/16

  • 优化在线查询更新速度与修复无更新结果情况(Optimize online query update speed and fix no update result situation)
  • 解决个别环境运行更新报错(Solved the problem of running updates in some environments)

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)