Skip to content

Releases: GianniBYoung/kscribbler

v3.3.3

12 Nov 00:07
v3.3.3
853d96e

Choose a tag to compare

Changelog

v3.2.1

11 Nov 22:55
v3.2.1

Choose a tag to compare

v3.2.1 Pre-release
Pre-release

Changelog

  • 55396c1 Fix TLS certificate verification by using system cert pool

v3.2.0

31 Oct 00:56
v3.2.0

Choose a tag to compare

Changelog

  • 0f2159e chore: update readme upgrade instructions

What's Changed

Full Changelog: v3.0.0...v3.2.0

v3.0.0 - cert fix

25 Oct 17:49
v3.0.0
fe7643a

Choose a tag to compare

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

Full Changelog: v2.1.1...v3.0.0

v2.1.1

14 Sep 19:29

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

30 Aug 13:33

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Aug 01:05
dd9058c

Choose a tag to compare

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

v0.6.1

26 Jul 14:20

Choose a tag to compare

Changelog

  • 77b6f6d fix: created example env file for config

v0.6.0

20 Jul 14:43
f2a93dd

Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...0.6.0

v0.5.6

19 Jul 17:29

Choose a tag to compare

Changelog

  • 56e3827 refactor: fixing comment location