Version 0.2.1
新功能与改进
- 修正章节排列索引偏移一位导致乱码问题(#29)
- 构建章节 XHTML 时合并所有正文内容(#34)
- 嵌入 EPUB 封面时使用高分辨率封面(#33)
- 修复缓存 EPUB 的重复渲染循环,并显示缓存状态(#46)
- 使用
ffi/archiver生成 EPUB,防止下载章节数量较多的书籍因内存不足(OOM)下载失败(#44) - 优化书架排序入口,支持按阅读状态和下载状态筛选(#41)
- 优化想法和划线的下载体验和渲染性能
感谢 @jqs7 @zhouwt @saigyouyou @shichen35 的贡献🎉
What's Changed
- fix: correct chapter permute index off-by-one by @jqs7 in #29
- fix: gateway API no longer sends web cookies, add post_no_cookie by @zhouwt in #35
- fix: merge all body sections when building chapter XHTML by @jqs7 in #34
- fix: use high-resolution cover URLs when embedding EPUB covers by @jqs7 in #33
- fix: stop cached EPUB rerender loop and expose cache state by @saigyouyou in #46
- refactor: use ffi/archiver for epub generation to prevent OOM by @jqs7 in #44
- Optimize the bookshelf sorting interface and add filtering by reading and download status by @shichen35 in #41
New Contributors
- @zhouwt made their first contribution in #35
- @saigyouyou made their first contribution in #46
Full Changelog: v0.2.0...v0.2.1