Skip to content

Commit

Permalink
Update changelog for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozzo1000 committed Jan 2, 2025
1 parent e894257 commit ca07c8e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [1.3.0] - 2025-01-02
### 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.

## [1.2.0] - 2024-12-27
### Added
- Docker images for the API and web frontend. https://hub.docker.com/repository/docker/mozzo/booklogr-web and https://hub.docker.com/repository/docker/mozzo/booklogr
Expand Down

0 comments on commit ca07c8e

Please sign in to comment.