Skip to content

Commit

Permalink
release:v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Jun 21, 2024
1 parent e1ebefc commit 865824d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tkinter_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.2.3"
"version": "1.2.4"
}

0 comments on commit 865824d

Please sign in to comment.