-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathversion.json
114 lines (114 loc) · 4.09 KB
/
version.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"version": "1.6.6",
"changelog": {
"1.6.6": {
"date": "2024-12-22",
"changes": {
"zh": [
"支持加载最多 3 个自定义字体,拖入字体文件即可",
"新增消息提示系统",
"修复 UI 相关问题"
],
"en": [
"Support loading up to 3 custom fonts by dragging font files into the interface",
"Added message notification system",
"Fixed UI related bugs"
]
}
},
"1.6.5": {
"date": "2024-12-13",
"changes": {
"zh": [
"新增过滤栏和按钮,用于分类书籍",
"新增“移除所有书籍”功能",
"新增 Alt/Option+点击,强制重新处理书籍"
],
"en": [
"Added filter bar and buttons for categorizing books",
"Added 'Remove all books' functionality with confirmation prompt",
"Added Alt/Option+click to force reprocess a book"
]
}
},
"1.6.4": {
"date": "2024-12-06",
"changes": {
"zh": [
"新增章节标题检测器,自动提取章节标题",
"完善新的分页计算逻辑",
"移除内嵌的方正字体"
],
"en": [
"Added chapter title detector, automatically extract chapter titles",
"Improved new pagination calculation logic",
"Removed embedded Fang Zheng fonts"
]
}
},
"1.6.3": {
"date": "2024-12-03",
"changes": {
"zh": [
"全新的主界面设计",
"新增版本号显示功能",
"新增 `no-fast-open` 和 `always-process` URL 参数",
"新增更好的短标题提取功能",
"新增括号平衡检测功能",
"代码重构和优化"
],
"en": [
"New main interface design",
"Added version number display",
"Added `no-fast-open` and `always-process` URL parameters",
"Added better short title extraction",
"Added bracket balance detection",
"Code refactoring and optimization"
]
}
},
"1.6.2": {
"date": "2024-11-25",
"changes": {
"zh": [
"修复大量问题,提升稳定性"
],
"en": [
"Fixed bugs for improved stability"
]
}
},
"1.6.1": {
"date": "2024-11-23",
"changes": {
"zh": [
"使用京华老宋体为默认字体",
"修复下拉菜单相关问题"
],
"en": [
"Use Kinghwa as the default font",
"Fixed the dropdown menu related bugs"
]
}
},
"1.6": {
"date": "2024-11-22",
"changes": {
"zh": [
"重写代码,提升性能和稳定性",
"新的分页逻辑",
"新增“完成阅读”进度指示器",
"优化书籍封面生成逻辑",
"优化 UI 语言切换"
],
"en": [
"Complete code rewrite for improved performance and maintainability",
"New pagination logic",
"Added 'Finishing up' reading progress indicator",
"Optimized book cover generation",
"Smoother UI language switching"
]
}
}
}
}