Releases: karlicoss/kobuddy
Releases · karlicoss/kobuddy
v0.4.20241020: drop python 3.8 support
What's Changed
- general: update min version to python3.9 by @karlicoss in #27
- better assert for null mountpoints by @karlicoss in #26
- fix: support Orientation property parsing by @karlicoss in #28 (thanks @rebpdx and @UlisseMini for the fix!)
Full Changelog: v0.3.20231010...v0.4.20241020
v0.3.20231010
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)
What's Changed
- ci: make consistent with pymplate by @karlicoss in #24
Full Changelog: v0.3.20230823...v0.3.20231006
rolling release
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
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
v0.2.20221020 make a bit more defensive when book titles are changing
Initial pypi release
v0.1 update readme