Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Mozzo1000 Mozzo1000 released this 02 Jan 19:54
· 2 commits to main since this release

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: v1.2.0...v1.3.0