Skip to content

Commit 99a30f2

Browse files
committed
🔖 Release v1.8.0-beta.2
1 parent 75e9e80 commit 99a30f2

File tree

4 files changed

+13
-30
lines changed

4 files changed

+13
-30
lines changed

CHANGELOG.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,23 @@
1-
## v1.8.0-beta.1 (2025-04-06)
1+
## v1.8.0-beta.2 (2025-04-17)
22

33
### ✨ 新特性
44

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-
- 书源 5 替换为:新天禧小说 https://github.com/freeok/so-novel/issues/112
9-
- 书源 9 替换为笔趣阁 https://github.com/freeok/so-novel/issues/129
10-
- 新增配置项 search-limit
11-
- 书籍详情抓取更多信息
5+
- 新增书源:八一中文网 https://github.com/freeok/so-novel/issues/140
6+
- 新增书源:悠久小说网 https://github.com/freeok/so-novel/issues/154
7+
- 新增 Docker 安装脚本 https://github.com/freeok/so-novel/issues/144
128

139
### 🐛 修复
1410

15-
- 修复失效书源
16-
- 修复正文内容包含 \<br\>
17-
- 修复搜索结果列错位
18-
- 修复部分书源目录章节链接错误
19-
- 修复部分书源分页目录仅获取首页
11+
- 修复封面获取 NPE
12+
- 修复 https://github.com/freeok/so-novel/issues/157
13+
- corrected full-width period in chapter filenames (#158)
2014

2115
### ♻️ 重构
2216

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-
- 修改功能选项文本
17+
- 修改 epub 文件名格式
3418

3519
### 📝 文档
3620

37-
- 精简 `BOOK_SOURCES.md`
38-
- 修复 `ISSUE_TEMPLATE` 无效链接
21+
- 更新 `README.md`
22+
- 更新 `BOOK_SOURCES.md`
3923
- 更新 `qidian_rank`

bin/docker-install-sonovel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e # 出错即退出
88
set -o pipefail # 管道中的任何命令失败都会导致脚本退出
99

10-
VERSION="v1.8.0-beta.1"
10+
VERSION="v1.8.0-beta.2"
1111
APP_NAME="sonovel"
1212
TAR_NAME="${APP_NAME}-linux.tar.gz"
1313
DIR_NAME="SoNovel-Linux"

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ threads = -1
2424

2525
[retry]
2626
# 最大重试次数 (针对首次下载失败的章节)
27-
max-attempts = 3
27+
max-attempts = 5
2828
# 重试爬取最小间隔 (毫秒)
2929
min = 2000
3030
# 重试爬取最大间隔 (毫秒)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# \u7248\u672C\u53F7
2-
version=@version@
1+
version=@version@-beta.2

0 commit comments

Comments
 (0)