-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
## v1.7.6 (2025-01-29) | ||
## v1.7.7 (2025-02-03) | ||
|
||
### ✨ 新特性 | ||
|
||
- 支持繁体中文(台湾) 、简体中文互转 | ||
- 新增书源 6:[全本小说网](https://quanben5.com/) (/~https://github.com/freeok/so-novel/issues/82) | ||
|
||
### 🐛 Bug 修复 | ||
|
||
- 修复下载指定章节起始章错误 | ||
- 修复章节解析逻辑错误 | ||
- 修复语言不为 zh_CN 时无法从起点获取最新封面 | ||
- 修复在 String#replaceFirst 中标题包含括号时的 PatternSyntaxException | ||
- 新增书源 7: [69书吧(官方)](https://69shuba.cx/) (/~https://github.com/freeok/so-novel/issues/40) | ||
- 支持详情页 URL 下载 (/~https://github.com/freeok/so-novel/issues/78) | ||
- rule.json 新增 timeout 属性 | ||
|
||
### ♻️ 重构优化 | ||
|
||
- txt、html 格式增加下载封面日志 | ||
- 书源 1 ~ 4 规则增加 language 属性 | ||
- 更新 rule-5.json | ||
- 规范 language 值命名 | ||
- 重构 ChineseConverter.java | ||
- 重构 SearchResultParser#parse | ||
- String#trim 替换为 String#strip (JDK 11) | ||
- 优化源站搜索结果 (根据每个作者对应的书籍数量降序) | ||
- 起点榜单移动到 qidian_rank 目录 | ||
- 更新 rule-6.json | ||
- 清理 rule.json 冗余属性 | ||
- 优化 BookSourceQualityTest.java | ||
- 优化 ChapterParser.java | ||
- 优化 Source#jsoupConn | ||
- 优化 ChapterConverter#convert | ||
- 重构 ChapterParser#parse | ||
- 重构 NewSourceTest.java | ||
- 重构 rule.json 排序属性 | ||
|
||
> [!NOTE] | ||
> | ||
> 温馨提示: | ||
> | ||
> 69书吧(官方)章节限流,使用前必须修改默认配置,[参见此处配置](/~https://github.com/freeok/so-novel/releases/tag/v1.7.3) | ||
> | ||
> 且搜索有 CF,故暂不支持搜索,只能通过输入书籍详情页网址下载 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters