Releases: GianniBYoung/kscribbler
v3.3.3
v3.2.1
v3.2.0
Changelog
- 0f2159e chore: update readme upgrade instructions
What's Changed
- Over the air updates! by @GianniBYoung in #27
Full Changelog: v3.0.0...v3.2.0
v3.0.0 - cert fix
PLEASE UPDATE
This release fixes an expired cert that was blocking access to the hardcover api.
Reminder: There isn't an auto update system yet for this project so the new KoboRoot.tgz below will need to be copied to the .kobo directory on the device.
Changelog
- fe7643a chore: delete expired cert
What's Changed
- fix: trust lets-encrypts cert by @GianniBYoung in #26
Full Changelog: v2.1.1...v3.0.0
v2.1.1
What's Changed
- fix: updated isbn dep to better handle isbn 13 by @GianniBYoung in #24
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: validate api access before attempting to upload quotes by @GianniBYoung in #21
- #9 On device debugging by @GianniBYoung in #22
Full Changelog: v2.0.0...v2.1.0
v2.0.0
kscribbler now operates against all books instead of just the current one.
V1 operated against the koboreader.sqlite database itself. v2 now copies relevant info from the kobo db into the internal db kscribbler.sqlite
The first run will attempt to upload all found quotes to hardcover. This can be mitigated through some manual database updates detailed in the readme if desired.
Trying to piggyback of the KoboReader.sqlite database caused massive headache, uncertainty and timing issues depending on when changes were committed to it.
I initially wanted to make as minimal modifications to the device as I could and try to hook into the native ecosystem but that was just hard and limiting.
This release moves to an internal database and removes some scope that was never fully fleshed out and working.
Full Changelog: v0.6.1...v2.0.0