Skip to content

Commit 9728bec

Browse files
committed
🔖 release v1.9.8
1 parent f3fb97f commit 9728bec

File tree

4 files changed

+35
-23
lines changed

4 files changed

+35
-23
lines changed

CHANGELOG.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,21 @@
1-
## v1.9.7 (2025-12-23)
1+
## v1.9.8 (2025-12-25)
22

33
### ✨ Features
44

5-
- 改善独立搜索体验
6-
- 解析器支持自动检测文本编码
7-
- 自动获取分辨率最高的封面
8-
9-
### ⚡ Performance
10-
11-
- 提高封面获取性能
5+
- 改善批量下载体验
126

137
### 🐛 Bug Fixes
148

15-
- 修复全本小说网无法使用
9+
- 修复下载异常
10+
- 修复无法使用全本小说网进行批量下载
11+
- 修复 #294
1612

1713
### ♻️ Refactor
1814

19-
- 重构 `SourceUtils.java`
20-
- 优化正文开头重复章节标题的过滤正则 #57
21-
- 增强 CLI 代码健壮性
22-
- 规范 D1 Worker URL 的 Base64 编码
15+
- 更新 WebUI
16+
- 更新 Web 服务启动日志
2317

2418
### 🔧 Configuration
2519

26-
- 将「大熊猫文学」规则迁移至 `proxy-rules.json`
27-
- 悠久小说网新增封面规则
28-
- 更新 `flowlimit-rules.json`
29-
30-
### 📝 Documentation
31-
32-
- 新增 `SPONSORS.md`
33-
- 更新 `readme.txt`
34-
- 更新 `feedback.yml`
20+
- 更新默认并发数
21+
- 更新 config.ini 注释

CHANGELOG_ALL.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v1.9.8 (2025-12-25)
2+
3+
### ✨ Features
4+
5+
- 改善批量下载体验
6+
7+
### 🐛 Bug Fixes
8+
9+
- 修复下载异常
10+
- 修复无法使用全本小说网进行批量下载
11+
- 修复 #294
12+
13+
### ♻️ Refactor
14+
15+
- 更新 WebUI
16+
- 更新 Web 服务启动日志
17+
18+
### 🔧 Configuration
19+
20+
- 更新默认并发数
21+
- 更新 config.ini 注释
22+
23+
---
24+
125
## v1.9.7 (2025-12-23)
226

327
### ✨ Features

SPONSORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
## 支付宝赞助者
3535

36+
- **
3637
- **
3738
- **
3839
- **

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.pcdd</groupId>
88
<artifactId>so-novel</artifactId>
9-
<version>1.9.7</version>
9+
<version>1.9.8</version>
1010
<packaging>jar</packaging>
1111

1212
<name>so-novel</name>

0 commit comments

Comments
 (0)