github Mozzo1000/booklogr v1.8.0

13 hours ago

This release features several noticable enchancements and bug fixes. Including a security related fix.

Important

This release of BookLogr removes the previous default secret key and forces you to enter one by yourself. If you are upgrading from a previous version and have misconfigured your server to still use the default secret key, BookLogr will not start.
You will need to change the env variable AUTH_SECRET_KEY to a random string. Changing the secret key will force you to logout and log back in. This will not remove any of your data.

Highlights

Single-user mode

Instead of being forced to have an account to use BookLogr, you can now enable single-user mode which will disable all forms of authentication. Especially useful if you are hosting BookLogr for yourself at home and not having it exposed to the internet.
Read how to set it up in the docs

Setup script

A setup script is now provided to more easily get started running BookLogr. The script downloads all neccessary files and allows you to configure BookLogr interactively.
Read more in the Getting started docs.

Manually add books

You can now add books without them being available in the OpenLibrary database.
add-book-modal

Changelog

Added

  • Added Single-user mode, allowing the application to be used without authentication for local environments.
  • Added a DNF (Did Not Finish) list.
  • Added support for the German language.
  • Update checks in the web app can now be disabled by setting the BL_CHECK_UPDATE environment variable to false.
  • Added the ability to manually add books that are not found in the OpenLibrary database.

Fixed

  • Resolved an issue where public profiles were not accessible.
  • Language switcher now correctly defaults to English.
  • Fixed an issue where the profile page would appear blank when the browser was set to an unsupported region.
  • Resolved an issue when editing a book where the ISBN field incorrectly displayed the text "cover".

Changed

  • The frontend now hides the login and registration pages, account settings, and logout button when in single-user mode.
  • The API will now display an error and refuse to start if the authentication secret key is not configured or is set to the previous default value.
  • The search bar now expands to fill the entire screen on mobile devices.

Full Changelog: v1.7.0...v1.8.0

Don't miss a new booklogr release

NewReleases is sending notifications on new releases.