release:v1.2.4
This commit is contained in:
parent
e1ebefc0ec
commit
865824dde6
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user