Skip to content

Commit

Permalink
release:v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Dec 30, 2024
1 parent dd3b38a commit 688d32e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# 更新日志(Changelog)

## v1.5.8

### 2024/12/30

- ✨ 推荐本次更新,实测可实现秒播级的观看体验,不可播放的情况明显减少
- ✨ 支持获取分辨率,GUI用户需要手动安装FFmpeg(#608
- ✨ 支持text/plain结果输出,解决部分播放器显示问题(#736
- ✨ 增加默认订阅源
- 🐛 修复IPv6接口测速输出的速率结果异常(#739
- 🐛 修复GUI出现的错误输出(#743
- 🐛 修复分辨率数值比较异常(#744
- 🐛 修复台标无法显示(#762
- 🪄 优化接口测速方法,兼容多种m3u8接口类型
- 🪄 调整Github工作流执行结果IPv类型为自动,即根据网络环境自动选择IPv4或IPv6,若有需要可手动设置ipv_type_prefer调整输出偏好
- 🪄 更新部分配置参数说明

<details>
<summary>English</summary>

- ✨ Recommended update, tested to achieve instant playback experience, significantly reducing playback failures
- ✨ Support for obtaining resolution, GUI users need to manually install FFmpeg (#608)
- ✨ Support for text/plain result output, solving display issues in some players (#736)
- ✨ Added default subscription sources
- 🐛 Fixed abnormal speed results for IPv6 interface speed tests (#739)
- 🐛 Fixed error output in GUI (#743)
- 🐛 Fixed abnormal resolution value comparison (#744)
- 🐛 Fixed logo display issue (#762)
- 🪄 Optimized interface speed test method, compatible with various m3u8 interface types
- 🪄 Adjusted GitHub workflow execution result IPv type to automatic, selecting IPv4 or IPv6 based on network
environment, with manual setting option for ipv_type_prefer
- 🪄 Updated some configuration parameter descriptions

</details>

## v1.5.7

### 2024/12/23
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.5.7",
"version": "1.5.8",
"name": "IPTV-API"
}

0 comments on commit 688d32e

Please sign in to comment.