Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Releases: bjschafer/pyberry

1.1

10 Mar 18:55

Choose a tag to compare

This moves the codebase to Python 3, making it easier to support in the future. It also fixes some minor formatting issues.

1.0.2

27 Feb 04:50

Choose a tag to compare

Sorry, this has been in the pipeline for a while and haven't gotten round to testing it. In older versions, Pyberry on Windows would sometimes crash when attempting to change or view the DB location. This fixes that crash.

1.0.1

29 Jan 21:27

Choose a tag to compare

This is a quick bugfix release that fixes some of the issues I discovered while packaging. Notably, it changes the location of the config file and default database from whatever directory you happen to be in to the proper location for your platform.

1.0

29 Jan 03:35

Choose a tag to compare

1.0

This is it, the big kahuna! This is where I say everything is stable and good to go. So give it a try, I'll be publishing binaries soon!

0.10

29 Jan 03:54

Choose a tag to compare

0.10 Pre-release
Pre-release

I was discovering a host of problems with the Google Books lookup, partially related to poor/inconsistent documentation. So I made the decision to move to OpenLibrary instead. This necessitated a rewrite of much of the lookup code, and I took it as an opportunity to clean up and Pythonize a lot of the code relating to the lookup.

0.9.1

29 Jan 03:53

Choose a tag to compare

0.9.1 Pre-release
Pre-release

Due to a bug I discovered, I’ve now released 0.9.1, which fixes a potential crash when looking up by title or ISBN.

It was possible, if the book didn’t have an author attribute, for Pyberry to crash. This is fixed in 0.9.1.

0.9

29 Jan 03:33

Choose a tag to compare

0.9 Pre-release
Pre-release

Fix and improvements for auto generating barcodes - it's done by sqlite's auto-increment feature now.