Skip to content

Releases: finlater/weread.koplugin

Version 0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:12

新功能与改进

  • 支持自动预下载下一章,支持批量勾选多章节下载
  • 支持注释显示
  • 支持手势快捷菜单

感谢 @jqs7 的贡献🎉🎉🎉

What's Changed

  • feat: support multi-chapter downloads, chapter preloading, and WeRead quick menu by @finlater in #84

Full Changelog: v0.5.1...v0.6.0

Version 0.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:03

新功能与改进

  • 主模块重构和拆分,统一日志模块,增加http错误打印
  • 增加ci流程卡点、自动化发布
  • 修复想法弹窗在老版本koreader单页只显示一条内容问题

感谢 @shichen35 的贡献🎉🎉🎉

What's Changed

  • fix(thought): resolve TextViewer text widget across stable and develo… by @shichen35 in #76

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

Choose a tag to compare

@finlater finlater released this 26 Jul 17:52

新功能与改进

  • 划线想法优化
    • 展示界面使用原生UI显示
    • 大幅提升首次加载和显示速度,降低内存占用
    • 增加划线防误触
  • 支持阅读进度同步
  • 优化阅读时间上报逻辑,避免阻塞UI

⚠️注意:本地划线和想法机制升级,须重新下载想法和划线,且想法显示界面改为 koreader 原生 UI 渲染,不再支持 emoji 显示。

感谢 @shichen35 @MsReverie @jqs7 的贡献🎉🎉🎉

What's Changed

  • fix(read_report): run reading-time report in a forked subprocess to unblock the UI loop by @shichen35 in #67
  • feat: add SQLite-based thought storage with JSON fallback by @jqs7 in #66
  • feat: ignore edge taps on thought underlines to reduce page-turn misfires by @MsReverie in #63

New Contributors

Full Changelog: v0.4.0...v0.5.0

Version 0.4.0

Choose a tag to compare

@finlater finlater released this 18 Jul 16:56

新功能与改进

  • 支持阅读统计图表展示,功能对齐APP阅读时间统计能力
  • 单章/全文阅读完毕后支持从弹框快速选择下一章、章节目录、书架、搜索、阅读统计等
  • 修复隐藏划线想法后点击划线区域屏幕无反应问题
  • 大幅提升划线想法加载速度
  • 支持下载过程中禁止设备休眠
  • 支持扫描本地缓存文件夹并添加到书籍

⚠️注意:本地划线和想法机制升级,必须重新下载带想法和划线的书籍,否则可能无法正常显示。

感谢 @shichen35 @markx @jqs7 的贡献🎉🎉🎉

What's Changed

  • feat(stats): Add reading statistics by @finlater in #53
  • feat(ui): update end of book dialog for WeRead books by @markx in #24
  • feat(cache): scan local cache dir to import manually added books and articles by @shichen35 in #21
  • feat: prevent device standby during book downloads by @jqs7 in #50
  • Refactor/thought popup UI and docs by @finlater in #54

New Contributors

  • @markx made their first contribution in #24

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

Choose a tag to compare

@finlater finlater released this 17 Jul 18:37

新功能与改进

  • 支持二维码登录,移除繁琐的curl配置(升级插件后需要重新扫码登录)
  • 修复阅读时间上报问题 #13

感谢 @pengcw @NEOS4412 的贡献 🎉🎉🎉

What's Changed

  • Add QR code login support and remove the cumbersome cURL-based configuration process. After upgrading the plugin, users need to scan the QR code and log in again.
  • Fix the reading time reporting issue (#13).

New Contributors

Full Changelog: v0.2.1...v0.3.0

Version 0.2.1

Choose a tag to compare

@finlater finlater released this 11 Jul 06:32

新功能与改进

  • 修正章节排列索引偏移一位导致乱码问题(#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

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

Choose a tag to compare

@finlater finlater released this 05 Jul 14:41

新功能与改进

  • 修复网络不通时加载书架卡死问题
  • 下载书籍支持同步下载划线 @jqs7
  • 支持配置书籍缓存路径 @shichen35

再次感谢 @jqs7 @shichen35 的贡献

What's Changed

  • fix: refresh psvts per chapter and request e_2 with style flag by @jqs7 in #19
  • feat(settings): support configurable book download directory by @shichen35 in #17
  • feat: inject chapter underlines and thought popup while reading by @jqs7 in #18

New Contributors

Full Changelog: v0.1.1...v0.2.0

Version 0.1.1

Choose a tag to compare

@finlater finlater released this 20 Jun 12:41

新功能与改进

  • 优化公众号文章排版;关闭图片下载时会移除图片及占位区域。
  • 书籍与公众号图片使用独立开关,默认开启书籍图片、关闭公众号图片。
  • 改进 Cookie、x-wr-ticketx-wrpa-0 的续期与持久化,新配置仍具有优先级。
  • 统一 [WeRead] 日志标识,优化错误信息、日志降噪及敏感内容保护。
  • 重构设置菜单与缓存管理;API Key 改为仅通过 config.lua 配置。

What's Changed

  • feat(client):Improve WeChat Official Account article formatting. by @QiuYukang in #10
  • refactor(content): Refactor cache management and extract book cache directory path logic. by @QiuYukang in #11

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

Choose a tag to compare

@finlater finlater released this 13 Jun 11:02