Skip to content

Releases: karlicoss/kobuddy

v0.3.20231010

10 Oct 22:17
Compare
Choose a tag to compare

What's Changed

  • fix typo in pyproject.toml that would break kobuddy binary by @karlicoss in #25

Full Changelog: v0.3.20231006...v0.3.20231010

rolling release (switch to pyproject.toml)

05 Oct 23:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.20230823...v0.3.20231006

rolling release

23 Aug 21:22
Compare
Choose a tag to compare

What's Changed

  • feat(wordlist): add wordlist feature to kobuddy by @hashier in #21
  • get rid of dataset library, it's not maintained anymore by @karlicoss in #23

Full Changelog: v0.2.20221023...v0.3.20230823

fix for missing books during annotations processing

22 Oct 23:27
Compare
Choose a tag to compare
make annotations defensive when the source book doesn't exist

seems that it legit can happen, now kobuddy will create a special 'orphan' book object in this case
e.g.

```
17 Aug 2018 08:58 <DELETED BOOK file:///mnt/onboard/Feynman, Richard/QED_ The Strange Theory of Light and Matter_ The Strange Theory of     Light and Matter - Richard Feynman.epub> by <kobuddy>
     . When we add up only the arrows that point more or less to the right, we get a series of dips and a substantial final arrow—accordi    ng to the theory, we should now have a strong reflection! And indeed, we do—the theory is correct! Such a mirror is called a diffraction     grating, and it works like a charm.
```

sometimes it's more cryptic though, e.g.: but there isn't much we can do about it, there isn't any other identifying information in Bookmark table

```
17 Aug 2022 14:06 <DELETED BOOK dd28521e-572e-4dbf-9f43-d1d779a18caf> by <kobuddy>
      By learning and ultimately understanding, we can find ways to create space for our authentic selves in the digital age
         How?
```

workaround for https://github.com/karlicoss/kobuddy/issues/18

rolling release

20 Oct 22:14
Compare
Choose a tag to compare
v0.2.20221020

make a bit more defensive when book titles are changing

Initial pypi release

15 Jul 20:25
Compare
Choose a tag to compare
v0.1

update readme