github bookwyrm-social/bookwyrm v0.8.1

latest release: v0.8.2
pre-release9 hours ago

This is a bugfix release. It is strongly recommended to patch as soon as possible.

Upgrading to BookWyrm v0.8.1

All environments

Warning

This release includes a data migration

  • ALWAYS BACK UP YOUR DATABASE BEFORE UPGRADING and ideally know how you can restore it if something goes wrong.
  • This patch includes a data migration and adds a new management command (fix_isbn10_entries). Both of these repair 11-digit ISBN-10 entries caused by a bug in v0.8.0. You do not need to run the new command when updating, but you may wish to use it in the future to fix any books that are added or merged from a federated server.

Docker

Run ./bw-dev update

Non-docker

Follow the instructions for dockerless upgrades. It is important that you complete the migration stage (venv/bin/python3 manage.py migrate) as this will apply a fix to incorrect ISBN entries.

What's Changed

Bug Fixes 🐛

Other Changes

  • edit_book: improve author search matching on some names and aliases by @ilkka-ollakka in #3714

Full Changelog: v0.8.0...v0.8.1

Don't miss a new bookwyrm release

NewReleases is sending notifications on new releases.