Skip to content

Commit 05aaba8

Browse files
committed
🔖 Release v1.8.0-beta.1
1 parent 8c627c4 commit 05aaba8

File tree

6 files changed

+42
-21
lines changed

6 files changed

+42
-21
lines changed

CHANGELOG.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
1-
## v1.7.11 (2025-03-19)
1+
## v1.8.0 (2025-04-06)
22

3-
### 🐛 Bug 修复
3+
### ✨ 新特性
44

5-
- 修复 https://github.com/freeok/so-novel/issues/116
6-
- 修复书源一览显示过长
7-
- 修复非小写扩展名导致下载失败
5+
- 新增聚合搜索功能 https://github.com/freeok/so-novel/issues/106
6+
- 新增书源 16:96读书 https://github.com/freeok/so-novel/issues/102
7+
- 新增书源 17:速读谷 https://github.com/freeok/so-novel/issues/115
8+
- 书源 9 替换为笔趣阁 https://github.com/freeok/so-novel/issues/129
9+
- 新增配置项 search-limit
10+
- 书籍详情抓取更多信息
811

9-
### ♻️ 重构优化
12+
### 🐛 修复
1013

11-
- 改进搜索结果为空时的后续操作体验
12-
- 优化书源 9 目录解析速度
13-
- 优化书源 1、9 规则
14-
- 重构 `ChapterFilter.java`
15-
- 重构 `ChapterParser.java`
14+
- 书源 5 替换为:新天禧小说 https://github.com/freeok/so-novel/issues/112
15+
- 修复失效书源
16+
- 修复正文内容包含 \<br\>
17+
- 修复搜索结果列错位
18+
- 修复部分书源目录章节链接错误
19+
- 修复部分书源分页目录仅获取首页
1620

17-
### 📝 其它
21+
### ♻️ 重构
1822

19-
- 更新 Scoop 安装命令 https://github.com/freeok/so-novel/issues/117
20-
- 更新 ISSUE_TEMPLATE
21-
- 升级依赖
23+
- 重构 `SourceUtils.java`
24+
- 重构 `BookSourceQualityTest.java`
25+
- 重构 `SearchResultParser` 并重命名为 `SearchParser`
26+
- 重命名 `SearchResultsHandler#handle`
27+
- 新增属性 `SearchResult#sourceId`
28+
- 新增重载 `SearchResultParser#parse`
29+
30+
### 🎨 UI
31+
32+
- 修改 ANSI 样式
33+
- 修改功能选项文本
34+
35+
### 📝 文档
36+
37+
- 精简 `BOOK_SOURCES.md`
38+
- 修复 `ISSUE_TEMPLATE` 无效链接
39+
- 更新 `qidian_rank`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ APP。其实这些方案足够很多人用了,但总会有众口难调的情
2828

2929
电脑:[Koodo Reader](https://www.koodoreader.com/zh)[Readest](https://github.com/readest/readest)
3030

31-
手机:[Kindle](https://apps.apple.com/us/app/amazon-kindle/id302584613)[Apple Books](https://www.apple.com/apple-books/)[Moon+ Reader](https://moondownload.com/chinese.html)、<del>
31+
手机:[Apple Books](https://www.apple.com/apple-books/)[Moon+ Reader](https://moondownload.com/chinese.html)[Kindle](https://apps.apple.com/us/app/amazon-kindle/id302584613)、<del>
3232
微信读书</del>(2024.4 更新后,非付费会员每月最多导 3 本书)
3333

3434
> [!WARNING]
@@ -41,7 +41,7 @@ APP。其实这些方案足够很多人用了,但总会有众口难调的情
4141

4242
保留部分下载日志
4343

44-
![sample.jpg](assets/preview.jpg)
44+
![sample.jpg](assets/preview.png)
4545

4646
## 使用
4747

@@ -87,4 +87,4 @@ brew install so-novel
8787

8888
## Star History
8989

90-
[![Star History Chart](https://api.star-history.com/svg?repos=freeok/so-novel&type=Date)](https://star-history.com/#freeok/so-novel&Date)
90+
[![Star History Chart](https://api.star-history.com/svg?repos=freeok/so-novel&type=Date)](https://star-history.com/#freeok/so-novel&Date)

assets/preview.jpg

-942 KB
Binary file not shown.

assets/preview.png

895 KB
Loading

input/readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ Linux 用户
88
运行 linux-run.sh
99

1010

11+
必看!书源信息
12+
https://github.com/freeok/so-novel/blob/main/BOOK_SOURCES.md
13+
14+
1115
温馨提示
1216
- 为获得最佳使用体验,请将终端窗口最大化。
1317
- config.ini 是配置文件,每个配置项有对应的注释,修改保存后无需重启应用(非 Windows 不保证)。
14-
- 必看,书源信息:https://github.com/freeok/so-novel/issues/50
1518
- 如果认为下载速度较慢,适当减小爬取间隔可能有助于提高速度,直到达到合适的平衡。
1619
- 设置过小的爬取间隔会导致部分书源封禁 IP,从而无法使用。
17-
- 如果书名搜不到,就用作者名搜
20+
- 如果书名搜不到,就用作者名搜,反之亦然
1821

1922

2023
问题反馈

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.7.11</version>
9+
<version>1.8.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>so-novel</name>

0 commit comments

Comments
 (0)