diff --git a/CHANGELOG.md b/CHANGELOG.md index 021e1a65e3b..053e7956e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # 更新日志(Changelog) +## v1.6.1 + +### 2025/2/21 + +- 🎉 预告:💻[IPTV-Web](https://github.com/Guovin/iptv-web):IPTV电视直播源管理平台,支持在线播放等功能,开发中... +- ✨ 新增支持`IPv6域名解析`,提升IPv6接口识别能力(#910) +- ✨ Docker更新时间环境变量精简为`UPDATE_CRON`,支持多个时间设置(#920) +- ✨ 更新组播源与酒店源离线数据 +- 🪄 移除默认代理,由于集中访问压力过大,出现失效情况,建议自行定义订阅源和结果的代理地址,或关注公众号回复获取代理地址 +- 🪄 重构频道数据格式`tuple`为`dict`,增加类型定义,优化数据处理,调整目录结构 +- 🪄 正则匹配预编译,提升效率 +- 🐛 调整Docker `FFmpeg`构建版本,解决部分域名无法获取分辨率问题(#864) +- 🐛 修复Docker重启时创建重复定时任务问题(#916) +- 🐛 合并默认与用户配置,用户配置只需填写变更项即可(#892,@wongsyrone) +- 🐛 修复结果生成失败问题(#863,#870,#875) + +
+ English + +- 🎉 Preview: 💻[IPTV-Web](https://github.com/Guovin/iptv-web): IPTV live stream management platform, supports online + playback and other features, under development... +- ✨ Added support for `IPv6 domain name resolution`, improving IPv6 interface recognition capability (#910) +- ✨ Simplified Docker update time environment variable to `UPDATE_CRON`, supporting multiple time settings (#920) +- ✨ Updated offline data for multicast sources and hotel sources +- 🪄 Removed default proxy due to high access pressure causing failures, it is recommended to define your own proxy + address for subscription sources and results, or follow the public account to get the proxy address +- 🪄 Refactored channel data format from `tuple` to `dict`, added type definitions, optimized data processing, and + adjusted directory structure +- 🪄 Precompiled regex matching to improve efficiency +- 🐛 Adjusted Docker `FFmpeg` build version to resolve issues with some domain names not being able to get resolution ( + #864) +- 🐛 Fixed issue of creating duplicate scheduled tasks when Docker restarts (#916) +- 🐛 Merged default and user configurations, users only need to fill in the changes (#892, @wongsyrone) +- 🐛 Fixed issue of result generation failure (#863, #870, #875) + +
+ ## v1.6.0 ### 2025/1/22 diff --git a/version.json b/version.json index 5d057925ee9..25b35067043 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.6.0", + "version": "1.6.1", "name": "IPTV-API" } \ No newline at end of file