Version 0.5.0
新功能与改进
- 划线想法优化
- 展示界面使用原生UI显示
- 大幅提升首次加载和显示速度,降低内存占用
- 增加划线防误触
- 支持阅读进度同步
- 优化阅读时间上报逻辑,避免阻塞UI
感谢 @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
- @MsReverie made their first contribution in #63
Full Changelog: v0.4.0...v0.5.0