Skip to content

Commit

Permalink
🎉 Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freeok committed Mar 17, 2024
1 parent c3c5d9f commit fa4fc4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

可根据书名、作者搜索并下载小说,命令行操作

可选格式:txt、html
支持导出格式:epub、txt、html

结合 [koodo-reader](https://www.koodoreader.com/zh) 阅读器使用更佳
结合 [koodo-reader](https://www.koodoreader.com/zh)、 IOS 图书 使用更佳

## TODO
## TODO

- txt 格式适配 koodo-reader 书名
- 支持导出 epub
- txt 格式适配 koodo-reader 书名
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pcdd</groupId>
<artifactId>so-novel</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Manifest-Version: 1.4.0
Manifest-Version: 1.5.0
Main-Class: com.pcdd.sonovel.Main

0 comments on commit fa4fc4e

Please sign in to comment.