File tree Expand file tree Collapse file tree 7 files changed +807
-9
lines changed
Expand file tree Collapse file tree 7 files changed +807
-9
lines changed Original file line number Diff line number Diff line change 1- ## v1.8.2 (2025-05-08 )
1+ ## v1.8.3 (2025-06-10 )
22
3- ### 更新内容
3+ ### ✨ 新特性
44
5- :ambulance : 修复 macOS 和 Linux 运行出错
6- :bug : fix watchConfig NoResourceException (#170 )
5+ - 新增书源: 书林文学 https://github.com/freeok/so-novel/issues/166
6+ - 新增书源: 小说虎
7+ - 新增章节缓存目录保留配置项 https://github.com/freeok/so-novel/issues/172
8+ - 临时章节文件名添加前导零 https://github.com/freeok/so-novel/issues/165
9+
10+ ### 🐛 修复
11+
12+ - 修复模糊文本的聚合搜索结果为空(相似度过低被忽略)
13+ - 修复分页章节标签解析错误
14+ - 修复非全本下载后,文件名下划线前的序号错误
15+ - 修复自定义下载路径时,封面下载出错 https://github.com/freeok/so-novel/discussions/177
16+ - 修复书源 20 封面下载失败
17+ - 修复 epub 空封面页
18+
19+ ### ♻️ 重构
20+
21+ - 替换章节文件名中的非法字符 https://github.com/freeok/so-novel/pull/179
22+ - 重构 ` BookSourceQualityTest.java `
23+ - 更新 timeout 默认值
24+
25+ ### 🛠️ 其他
26+
27+ - 移除书源: 新笔趣阁 https://github.com/freeok/so-novel/issues/148
28+ - 移除书源: 96读书(章节页 CF)
29+ - 优化书源 20 过滤规则
30+ - 更新发布脚本
31+ - 更新起点榜单
32+ - 更新推荐书源模板
Original file line number Diff line number Diff line change 77set -e # 出错即退出
88set -o pipefail # 管道中的任何命令失败都会导致脚本退出
99
10- VERSION=" v1.8.2 "
10+ VERSION=" v1.8.3 "
1111APP_NAME=" sonovel"
1212TAR_NAME=" ${APP_NAME} -linux.tar.gz"
1313DIR_NAME=" SoNovel-Linux"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ mkdir -p dist
2828mkdir -p " target/$dist_dirname "
2929
3030# 复制配置、说明、字体、JRE
31- cp config.ini bundle/readme.txt bundle/run-linux.sh " bundle/$jre_filename " " target/$dist_dirname "
31+ cp config.ini bundle/readme.txt bundle/CHANGELOG_ALL.md bundle/ run-linux.sh " bundle/$jre_filename " " target/$dist_dirname "
3232cp -r bundle/fonts " target/$dist_dirname "
3333
3434cd target
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ mkdir -p dist
4545mkdir -p " target/$dist_dirname "
4646
4747# 复制配置文件、说明、脚本、字体
48- cp config.ini bundle/readme.txt bundle/run-macos.sh " bundle/$jre_filename " " target/$dist_dirname "
48+ cp config.ini bundle/readme.txt bundle/CHANGELOG_ALL.md bundle/ run-macos.sh " bundle/$jre_filename " " target/$dist_dirname "
4949cp -r bundle/fonts " target/$dist_dirname "
5050
5151# 复制 jar
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ run_maven() {
2424}
2525
2626copy_files () {
27- cp config.ini bundle/SoNovel.l4j.ini bundle/readme.txt " $target_dir "
27+ cp config.ini bundle/SoNovel.l4j.ini bundle/readme.txt bundle/CHANGELOG_ALL.md " $target_dir "
2828 cp -r bundle/fonts " $target_dir /"
2929 cp " bundle/$jre_filename " " $target_dir "
3030}
You can’t perform that action at this time.
0 commit comments