github Mozzo1000/booklogr v1.2.0

4 days ago

Release 1.2.0 🎉

Highlights

Event sharing to Mastodon option New view of notes with added quotes
mastodon-enable-share notes_quotes_2

Easier deployment

There are now prebuilt docker images for both the API and web interface making it much easier to host BookLogr yourself. See the wiki for how to install with Docker.

Event sharing

When you finish a book it can now be automatically posted to your Mastodon account. Instructions are on the wiki

Changelog

Added

Fixed

  • The navigation menu now disappears correctly after login and sidebar/mobile navigation will be visible without requiring a refresh of the page.
  • Public profile not returning any information if there where no public notes in any books.
  • 401 errors now redirect you back to the login page. This normally happens when the JWT token has expired.
  • Error toast being shown on settings page when no exports files where available.

Changed

  • The provided docker-compose does no longer require a locally built auth-server image. Instead it pulls the image from Docker Hub. The users database is now also stored in sqlite instead of postgres, eliminating the need for a secondary postgres server container.
  • The API is now available as a prebuilt docker image. The provided docker-compose has been changed to reflect this instead of building locally.
  • Changed the color of the mobile navigation bar buttons to better match the styling of other similar elements.
  • The layout in data tab on the settings page is now responsive.
  • Notes in the web interface has now been renamed to Notes & Quotes, to accomadate the new quotes feature.

Full Changelog: v1.1.0...v1.2.0

Don't miss a new booklogr release

NewReleases is sending notifications on new releases.