Skip to content

Commit

Permalink
v4.1.4 is ready for production
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Feb 22, 2025
1 parent 99f0c66 commit 44171f0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img alt="iptv-checker" src="https://github.com/zhimin-dev/iptv-checker/blob/main/icon.png" height=80>
<img alt="iptv-checker" src="https://github.com/zhimin-dev/iptv-checker/blob/main/icon.png" height=80 align=center>

[![Chat Server](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/vPTv6UUA)

[中文版本](https://github.com/zhimin-dev/iptv-checker/blob/main/cn.md)

Expand Down Expand Up @@ -41,6 +43,18 @@ docker-compose up -d

## Changelog

- v4.1.4
- New Features
- Added a donation entry
- Background tasks now support retaining only two tasks with the same name
- Background tasks now support skipping non-HTTP sources (e.g., RTMP) during HTTP checks
- Optimizations
- Improved UI and logic for adding background tasks, making it more aligned with user operation habits
- Optimized the background task list
- Added a confirmation pop-up when deleting background tasks
- Bug Fixes
- Fixed an issue where FFmpeg checks caused background tasks to fail
- Optimized the issue of checks getting stuck due to renaming channel names
- 4.1.3
- Resolved backend verification failure halting all jobs
- 4.1.2
Expand Down
16 changes: 15 additions & 1 deletion cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img alt="iptv-checker" src="https://github.com/zhimin-dev/iptv-checker/blob/main/icon.png" height=80>
<img alt="iptv-checker" src="https://github.com/zhimin-dev/iptv-checker/blob/main/icon.png" height=80 align=center>

[![Chat Server](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/vPTv6UUA)

[English Version](https://github.com/zhimin-dev/iptv-checker/blob/main/README.md)

Expand Down Expand Up @@ -43,6 +45,18 @@ docker-compose up -d

## 更新日志

- v4.1.4
- 新增
- 增加捐赠入口
- 后台任务支持仅保留2个相同名称
- 后台任务新增支持http检查时rtmp等非http源,可跳过
- 优化
- 后台新增任务UI、逻辑变化,更加符合用户操作逻辑
- 后台任务列表优化
- 后台任务删除时,增加弹框提示
- bug修复
- 修复了ffmepg检查导致后台任务无法进行的问题
- 优化了重命名频道名称导致检查卡住的问题
- 4.1.3
- 修复后台检查失败,导致所有任务无法进行
- 4.1.2
Expand Down

0 comments on commit 44171f0

Please sign in to comment.