Releases: timchurchard/kobo-readstat
Releases · timchurchard/kobo-readstat
v0.0.3
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
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
- Bump github.com/ncruces/go-sqlite3 from 0.11.2 to 0.12.2 by @dependabot in #4
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #5
- Bump github.com/ncruces/go-sqlite3 from 0.12.2 to 0.14.0 by @dependabot in #8
- refactor and test by @timchurchard in #6
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.0.1...v0.0.2
v0.0.1
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
- Proof of concept stats by @timchurchard in #3
- Proof of concept by @timchurchard in #1
Full Changelog: https://github.com/timchurchard/readstat/commits/v0.0.1