Skip to content

Release v3.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Dec 23:46
6321356

🐳 Docker Image

Pull the Docker image:

docker pull ghcr.io/drallgood/audiobookshelf-hardcover-sync:v3.2.0

Or use the latest tag for the most recent release:

docker pull ghcr.io/drallgood/audiobookshelf-hardcover-sync:latest

🔍 Image Details

Changelog

[v3.2.0] - 2025-12-17

Fixed

  • Finished Date Sync: Use actual completion date from Audiobookshelf instead of sync date when marking books as finished in Hardcover (#74)
  • Encryption Key Persistence & Logging: Store the AES-256 encryption key in the same persistent data directory as the database and add detailed logging and hints for token decryption failures to diagnose encryption key and volume mismatches in multi-user setups (#58)