From 982b59f0f638b9e03c376681a6f79206021515e0 Mon Sep 17 00:00:00 2001
From: "guorong.zheng" <360996299@qq.com>
Date: Tue, 24 Sep 2024 14:58:35 +0800
Subject: [PATCH] release:v1.4.7
---
CHANGELOG.md | 6 ++++-
docs/config.md | 2 +-
docs/config_en.md | 66 +++++++++++++++++++++++------------------------
3 files changed, 39 insertions(+), 35 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 328a5a190e3..022b2a51800 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,17 @@
## v1.4.7
-### 2024/09/23
+### 2024/09/24
- 修复部分设备本地运行软件 driver 问题(#335)
- 修复 driver 模式下新版谷歌浏览器白屏问题
+- 优化对历史结果的测速
+- 优化测速进度条显示
- Fix some issues with local software driver operation on certain devices (#335)
- Fix the white screen issue with the new version of Google Chrome in driver mode
+- Optimize the speed measurement of historical results
+- Optimize speed test progress bar display
## v1.4.6
diff --git a/docs/config.md b/docs/config.md
index 990348d1ca4..ef841ec0a27 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -1,7 +1,7 @@
| 配置项 | 默认值 | 描述 |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| open_update | True | 开启更新,若关闭则只运行结果页面服务 |
-| open_use_old_result | True | 开启使用历史更新结果,合并至本次更新中 |
+| open_use_old_result | True | 开启使用历史更新结果(包含模板与结果文件的接口),合并至本次更新中 |
| open_driver | True | 开启浏览器运行,若更新无数据可开启此模式,较消耗性能 |
| open_proxy | False | 开启代理,自动获取免费可用代理,若更新无数据可开启此模式 |
| source_file | config/demo.txt | 模板文件路径 |
diff --git a/docs/config_en.md b/docs/config_en.md
index d63d53d05ac..7b9a11ed12e 100644
--- a/docs/config_en.md
+++ b/docs/config_en.md
@@ -1,33 +1,33 @@
-| Configuration Item | Default Value | Description |
-| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
-| open_update | True | Enable updates, if disabled then only the result page service is run |
-| open_use_old_result | True | Enable the use of historical update results and merge them into the current update |
-| open_driver | True | Enable browser execution, If there are no updates, this mode can be enabled, which consumes more performance |
-| open_proxy | False | Enable proxy, automatically obtains free available proxies, If there are no updates, this mode can be enabled |
-| source_file | config/demo.txt | Template file path |
-| final_file | output/result.txt | Generated result file path |
-| open_online_search | False | Enable online search source feature |
-| online_search_page_num | 3 | Page retrieval quantity for online search channels |
-| urls_limit | 15 | Number of interfaces per channel |
-| open_keep_all | False | Retain all search results, retain results with non-template channel names, recommended to be turned on when manually maintaining |
-| open_sort | True | Enable the sorting function (response speed, date, resolution) |
-| open_ffmpeg | True | Enable speed testing using FFmpeg to obtain more accurate speed and resolution information. Manual installation is required in advance. |
-| open_m3u_result | True | Enable the conversion to generate m3u file type result links, supporting the display of channel icons |
-| response_time_weight | 0.5 | Response time weight value (the sum of all weight values should be 1) |
-| resolution_weight | 0.5 | Resolution weight value (the sum of all weight values should be 1) |
-| recent_days | 30 | Retrieve interfaces updated within a recent time range (in days), reducing appropriately can avoid matching issues |
-| ipv_type | ipv4 | The type of interface in the generated result, optional values: ipv4, ipv6, all |
-| domain_blacklist | epg.pw | Interface domain blacklist, used to filter out interfaces with low-quality, ad-inclusive domains |
-| url_keywords_blacklist | | Interface keyword blacklist, used to filter out interfaces containing specific characters |
-| open_subscribe | False | Enable subscription source feature |
-| subscribe_urls | https://m3u.ibert.me/txt/fmml_dv6.txt,
https://m3u.ibert.me/txt/o_cn.txt,
https://m3u.ibert.me/txt/j_iptv.txt,
https://github.moeyy.xyz/https://raw.githubusercontent.com/PizazzGY/TVBox/main/live.txt | Subscription source list |
-| open_multicast | True | Enable multicast source function |
-| open_multicast_tonkiang | True | Enable Tonkiang multicast source work mode |
-| open_multicast_fofa | True | Enable FOFA multicast source work mode |
-| multicast_region_list | all | Multicast source region list, [more regions](../updates/multicast/multicast_map.json, all means all regions) |
-| multicast_page_num | 3 | Number of pages to retrieve for multicast regions |
-| open_hotel | True | Enable hotel source feature |
-| open_hotel_tonkiang | False | Enable Tonkiang hotel source work mode |
-| open_hotel_fofa | True | Enable FOFA、ZoomEye hotel source work mode |
-| hotel_region_list | all | List of hotel source regions, [more regions](../updates/fofa/fofa_map.py), 'all' indicates all regions |
-| hotel_page_num | 3 | Number of pages to retrieve for hotel regions |
+| Configuration Item | Default Value | Description |
+| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
+| open_update | True | Enable updates, if disabled then only the result page service is run |
+| open_use_old_result | True | Enable the use of historical update results (including the interface for template and result files) and merge them into the current update |
+| open_driver | True | Enable browser execution, If there are no updates, this mode can be enabled, which consumes more performance |
+| open_proxy | False | Enable proxy, automatically obtains free available proxies, If there are no updates, this mode can be enabled |
+| source_file | config/demo.txt | Template file path |
+| final_file | output/result.txt | Generated result file path |
+| open_online_search | False | Enable online search source feature |
+| online_search_page_num | 3 | Page retrieval quantity for online search channels |
+| urls_limit | 15 | Number of interfaces per channel |
+| open_keep_all | False | Retain all search results, retain results with non-template channel names, recommended to be turned on when manually maintaining |
+| open_sort | True | Enable the sorting function (response speed, date, resolution) |
+| open_ffmpeg | True | Enable speed testing using FFmpeg to obtain more accurate speed and resolution information. Manual installation is required in advance. |
+| open_m3u_result | True | Enable the conversion to generate m3u file type result links, supporting the display of channel icons |
+| response_time_weight | 0.5 | Response time weight value (the sum of all weight values should be 1) |
+| resolution_weight | 0.5 | Resolution weight value (the sum of all weight values should be 1) |
+| recent_days | 30 | Retrieve interfaces updated within a recent time range (in days), reducing appropriately can avoid matching issues |
+| ipv_type | ipv4 | The type of interface in the generated result, optional values: ipv4, ipv6, all |
+| domain_blacklist | epg.pw | Interface domain blacklist, used to filter out interfaces with low-quality, ad-inclusive domains |
+| url_keywords_blacklist | | Interface keyword blacklist, used to filter out interfaces containing specific characters |
+| open_subscribe | False | Enable subscription source feature |
+| subscribe_urls | https://m3u.ibert.me/txt/fmml_dv6.txt,
https://m3u.ibert.me/txt/o_cn.txt,
https://m3u.ibert.me/txt/j_iptv.txt,
https://github.moeyy.xyz/https://raw.githubusercontent.com/PizazzGY/TVBox/main/live.txt | Subscription source list |
+| open_multicast | True | Enable multicast source function |
+| open_multicast_tonkiang | True | Enable Tonkiang multicast source work mode |
+| open_multicast_fofa | True | Enable FOFA multicast source work mode |
+| multicast_region_list | all | Multicast source region list, [more regions](../updates/multicast/multicast_map.json, all means all regions) |
+| multicast_page_num | 3 | Number of pages to retrieve for multicast regions |
+| open_hotel | True | Enable hotel source feature |
+| open_hotel_tonkiang | False | Enable Tonkiang hotel source work mode |
+| open_hotel_fofa | True | Enable FOFA、ZoomEye hotel source work mode |
+| hotel_region_list | all | List of hotel source regions, [more regions](../updates/fofa/fofa_map.py), 'all' indicates all regions |
+| hotel_page_num | 3 | Number of pages to retrieve for hotel regions |