BookLogr logo

BookLogr

A simple, self-hosted service to keep track of your personal library

Alternative to: goodreads, storygraph

BookLogr screenshot

About Versions (14)

v1.3.0

2025-01-02

Release 1.3.0 🎉 This release comes with various fixes but most noticeably an overhaul of how deploying a demo instance is handled (affects https://demo.booklogr.app) and a docker image for background workers. Previously background workers had to be manually started from source.

Changelog

Added

  • Docker image for background worker

Fixed

  • Tasks not being able to be created.
  • Incorrect volume paths in provided docker-compose.yml file for postgres and auth-server services.

Changed

  • Account settings now have a more responsive layout.
  • Worker management CLI now connects to the database via environment variable DATABASE_URL
  • Updated auth-server to version 1.1.1 in the provided docker-compose.yml file
  • Demo mode is now enabled with environment variables instead of requiring building from source.

Full Changelog: https://github.com/Mozzo1000/booklogr/compare/v1.2.0…v1.3.0