-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathversion.json
More file actions
245 lines (245 loc) · 11.4 KB
/
version.json
File metadata and controls
245 lines (245 loc) · 11.4 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
{
"version": "1.6.9.4",
"changelog": {
"1.6.9.4": {
"date": "2025-07-15",
"changes": {
"zh": [
"新增 **快捷按键** 设置标签,用以开启或关闭键盘快捷键",
"修复 **ESC 键** 在某些情况下无法退出阅读的问题",
"新增内嵌字体 **朱雀仿宋**",
"新增 **十二款** 网络字体 (需联网使用):**黄令东齐伋复刻体**、**上图东观体**、**全瀨體**、**匯文明朝體**、**匯文仿宋**、**匯文正楷**、**仓耳与墨**、**仓耳渔阳体**、**屏显臻宋**、**霞鹜新晰黑**、**寒蝉半圆体**、**寒蝉正楷体**",
"修复 **自定义字体** 在某些情况下没有被应用的问题",
"修复目录滚动结束后可能出现 **多个提示条 (tooltip)** 的问题",
"优化了书架的刷新机制,**大幅减少后台运行时的资源消耗**",
"过滤 **零宽字符**,并添加对仅包含 **CR (回车符)** 换行的文本文件的支持",
"优化 **脚注** 功能和样式,提高准确性和可靠性",
"在 **帮助中心** 中新增 **常见问题** 板块",
"其他多项 **代码优化** 和 **问题修复**"
],
"en": [
"Added the **Shortcuts** settings tab to enable or disable keyboard shortcuts",
"Fixed an issue where the **ESC key** did not exit reading mode in certain situations",
"Added the **ZhuQue FangSong** font",
"Added **twelve** web fonts (requires internet connection): **QIJIC**, **ST DongGuanTi**, **Allseto**, **Huiwen Mincho**, **Huiwen Fangsong**, **Huiwen ZhengKai**, **Tsanger YuMo**, **Tsanger YuYangT**, **ClearHan Serif**, **LXGW Neo XiHei**, **Chill RoundM**, and **Chill Kai**",
"Fixed an issue where **custom fonts** were not applied in certain situations",
"Fixed an issue where **multiple tooltips** could appear after scrolling stopped in the TOC",
"Optimized the bookshelf refresh mechanism, **significantly reducing background resource usage**",
"Filter **zero-width characters** and add support for text files with **CR (carriage return)** line endings",
"Enhanced footnote features and styling for improved accuracy, clarity, and reliability",
"Added a **Troubleshooting** section to the **Help Center**",
"Various other **code optimizations** and **bug fixes**"
]
}
},
"1.6.9.3": {
"date": "2025-05-15",
"changes": {
"zh": [
"修复 **颜色选择器** 在某些情况下位置不正确的问题"
],
"en": [
"Fixed an issue with the **color picker** not being positioned correctly in some cases"
]
}
},
"1.6.9.2": {
"date": "2025-04-03",
"changes": {
"zh": [
"新增 **可拖动的分隔条**,用于调整目录区域和内容区域的宽度比例",
"新增 **目录** 和 **内容** 区域的相关设置",
"新增 **无限滚动模式** (可在设置菜单中开启)",
"新增 **自定义光标** 的设置",
"新增 **手动标记标题** 功能(见帮助中心)",
"新增 **PageUp/PageDown** 快捷键",
"新增 **帮助中心** 按键(可在设置菜单中关闭)",
"移除主界面的 **虚线边框**",
"新增 **带动画效果的虚线边框** (在拖拽或选择文件时显示)",
"优化设置菜单的样式和布局",
"修复一些 UI 问题"
],
"en": [
"Added a **draggable divider** for adjusting the width ratio between TOC and the main content",
"Added settings related to **TOC** and **main content** areas",
"Added **infinite scroll mode** (can be enabled in settings)",
"Added an option to **enable custom cursor**",
"Added **manual title marking** feature (see help center)",
"Added **PageUp/PageDown** shortcut keys",
"Added **help center** button (can be disabled in settings)",
"Removed the **dashed border** from the main interface",
"Added an **animated dashed border** (displayed when dragging or selecting files)",
"Improved settings menu styles and layout",
"Fixed various UI issues"
]
}
},
"1.6.9.1": {
"date": "2025-03-08",
"changes": {
"zh": [
"新增 **段落间距**、**首行缩进**、**两端对齐** 等排版设置",
"优化设置菜单组件的样式",
"调整设置菜单的布局"
],
"en": [
"Added options for **paragraph spacing**, **first-line indent**, and **text alignment**",
"Refined the styling of settings menu components",
"Improved the layout of the settings menu"
]
}
},
"1.6.9": {
"date": "2025-02-28",
"changes": {
"zh": [
"支持 **浏览器历史导航**",
"全新的 **设置菜单**"
],
"en": [
"Support for **browser history navigation**",
"New **settings menu** interface"
]
}
},
"1.6.8": {
"date": "2025-02-06",
"changes": {
"zh": [
"修复 **首字符为标点符号时首字下沉** 的问题",
"限制书籍文件大小为 **128MB**",
"修复 UI 相关问题"
],
"en": [
"Fixed an issue with **drop cap when the first character is a punctuation**",
"Limit the book file size to **128MB**",
"Fixed UI related bugs"
]
}
},
"1.6.7": {
"date": "2024-12-29",
"changes": {
"zh": [
"支持 **从用户定义的目录加载文本文件**(需要通过服务器部署,如使用 Docker)",
"重构代码以提高可维护性",
"修复书名中包含括号时无法正确处理的问题"
],
"en": [
"Support **loading text files from a user-defined directory** (requires deployment on a server, such as using Docker)",
"Refactored code for better maintainability",
"Fixed an issue with handling book titles containing brackets"
]
}
},
"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** 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 Old Song** 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"
]
}
}
}
}