release:v1.2.4

This commit is contained in:
guorong.zheng 2024-06-21 16:51:13 +08:00
parent e1ebefc0ec
commit 865824dde6
3 changed files with 10 additions and 2 deletions

@ -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

@ -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 = [

@ -1,3 +1,3 @@
{
"version": "1.2.3"
"version": "1.2.4"
}