Skip to content

Releases: timchurchard/kobo-readstat

v0.0.3

06 Jan 20:20
c1716e8
Compare
Choose a tag to compare

This release fixes a couple of bugs. Reading time could be double-counted when it went over a month end/start. Not all pocket articles finished were detected. And it adds the new goals command to show weekly/daily reading time as I'd like to read >1hr per day this year.

What's Changed

  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #16
  • cmd/stats text mode show total hours and month hours by @timchurchard in #17
  • cmd/goals Add new goals command for weekly hours and average by @timchurchard in #18
  • cmd/goals Add --showsessions to the goals command by @timchurchard in #19
  • cmd/goals Add daily total and average to show sessions by @timchurchard in #20

Full Changelog: v0.0.2...v0.0.3

v0.0.2 More Proof of Concept

30 Dec 14:11
b851622
Compare
Choose a tag to compare

A bit more proof-of-concept. This version can fairly reliably read my Kobo databases and produce stats. v0.0.1 was broken by some Kobo update but v0.0.2 contains a work around to get the reading seconds for articles that were unreadable since the update.

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Mar 20:55
3250e47
Compare
Choose a tag to compare

Proof of concept reading Kobo database and producing stats.

This proof of concept is not very good, but it is a start.

What's Changed

Full Changelog: https://github.com/timchurchard/readstat/commits/v0.0.1