Skip to content

Commit 59b7af0

Browse files
committed
🔖 release v1.10.1
1 parent 8d8201d commit 59b7af0

5 files changed

Lines changed: 33 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,18 @@
1-
## v1.10.0 (2026-03-08)
1+
## v1.10.1 (2026-04-05)
22

33
### ✨ Features
44

5-
- 新增书源「燃文小说网」
6-
- 新增书源「101看书」#238
7-
- 新增书源「笔趣阁365」#256
8-
- 新增书源「东滩小说」#295
9-
- 新增书源集 `cf-direct.json`
10-
- 支持添加 Cloudflare 防护的书源 #250
11-
- 简化书源详情页规则,默认从 meta 获取
5+
- WebUI 功能增强 #311
126

137
### 🐛 Bug Fixes
148

15-
- 修复 69 书吧无法获取正文 #250
16-
- 修复 Web 启动崩溃
17-
- 修复 WebUI 部署后未显示章节下载进度
9+
- 修复 WebUI 跟随服务器配置的下载格式错误
10+
- 修复设置 [cookie] qidian 后,封面仍下载失败 #315
1811

1912
### ♻️ Refactor
2013

21-
- 更新解析器
22-
- 更新随机 UA
23-
- OkHttp 请求携带 Referer 头
24-
- 重构 SSE 代码
25-
- 重构 `VirtualThreadLimiter.java`
26-
- 重构 `CheckUpdateAction.java`
27-
- 优化 `CrawlUtils#hasCf()`
28-
- 移除 `SearchResultsHandler#sort()`
29-
- 移除 `Book.java`
30-
- 移除 `Rule#Book#wordCount`
31-
- 重命名规则文件
32-
33-
### 📝 Documentation
34-
35-
- update readme.txt
36-
- update recommend-source.yml
37-
- update SPONSORS.md
38-
- README.md: 增加 WPS、掌阅等软件无法打开下载的 EPUB 解决方案
39-
- README.md: 将「JVM Options」改为「自定义 JVM 系统属性」
40-
- README.md: 移除 JVM Options `-Dfile.encoding`
41-
- README.md: 更正 `start-custom-jre.cmd` 错误
42-
43-
### 🚸 Other Improvements
44-
45-
- WebUI 列显示书源名
46-
- 优化 `run-macos.sh` #308
47-
- 更新书源规则模板
48-
- 更新 JS 逆向测试
49-
- 适配 act
14+
- 优化 HtmlTocHandler.java, CrawlerPostHandler.java
15+
- 更新 CoverUpdaterTest.java
16+
- 更新 maven-compiler-plugin configuration
17+
- 重构并调用 FileUtils#toAbsolutePath()
18+
- 移除 VersionServlet.java

CHANGELOG_ALL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.10.1 (2026-04-05)
2+
3+
### ✨ Features
4+
5+
- WebUI 功能增强 #311
6+
7+
### 🐛 Bug Fixes
8+
9+
- 修复 WebUI 跟随服务器配置的下载格式错误
10+
- 修复设置 [cookie] qidian 后,封面仍下载失败 #315
11+
12+
### ♻️ Refactor
13+
14+
- 优化 HtmlTocHandler.java, CrawlerPostHandler.java
15+
- 更新 CoverUpdaterTest.java
16+
- 更新 maven-compiler-plugin configuration
17+
- 重构并调用 FileUtils#toAbsolutePath()
18+
- 移除 VersionServlet.java
19+
120
## v1.10.0 (2026-03-08)
221

322
### ✨ Features

SPONSORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## 微信赞助者
99

10-
- 匿名
10+
- 匿名 (多个)
1111
- fsywxj
1212
- GoodTime
1313
- Clown
@@ -27,6 +27,7 @@
2727
- 叫我阿彪就行
2828
- 剑痕
2929
- wang筝
30+
- L1ght
3031
- 沛禾
3132
- 少年听雨楼上
3233
- 坚持就是胜利

pom-native-image.xml

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

1212
<name>so-novel</name>
1313
<url>https://github.com/freeok/so-novel</url>
14-
<description>交互式网络小说下载器</description>
14+
<description>网络小说下载器</description>
1515
<inceptionYear>2021</inceptionYear>
1616
<organization>
1717
<name>freeok</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

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

1212
<name>so-novel</name>
1313
<url>https://github.com/freeok/so-novel</url>
14-
<description>交互式网络小说下载器</description>
14+
<description>网络小说下载器</description>
1515
<inceptionYear>2021</inceptionYear>
1616
<organization>
1717
<name>freeok</name>

0 commit comments

Comments
 (0)