From e1ebefc0ecb23f4042dd93e7e20d5c15009e0957 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Fri, 21 Jun 2024 16:45:41 +0800 Subject: [PATCH 1/2] chore:config sort --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index c88d44d2f31..15b5dffd4bd 100644 --- a/config.py +++ b/config.py @@ -17,7 +17,7 @@ favorite_page_num = 5 default_page_num = 3 urls_limit = 15 -open_sort = True +open_sort = False response_time_weight = 0.5 resolution_weight = 0.5 recent_days = 30 From 865824dde68160d7ab53b08f4c2acae030a5c62a Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Fri, 21 Jun 2024 16:51:13 +0800 Subject: [PATCH 2/2] release:v1.2.4 --- CHANGELOG.md | 8 ++++++++ tkinter_ui.py | 2 +- version.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb997614b6..ba37aac71bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 更新日志(Changelog) +## v1.2.4 + +### 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 ### 2024/6/17 diff --git a/tkinter_ui.py b/tkinter_ui.py index 91cd326e2af..ceff0c700ee 100644 --- a/tkinter_ui.py +++ b/tkinter_ui.py @@ -23,7 +23,7 @@ class TkinterUI: def __init__(self, root): self.root = root self.root.title("直播源接口更新工具") - self.version = "v1.2.3" + self.version = "v1.2.4" self.update_source = UpdateSource() self.update_running = False self.config_entrys = [ diff --git a/version.json b/version.json index 32c2349bcd3..f017e73a1ab 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.2.3" + "version": "1.2.4" } \ No newline at end of file