Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Releases: gelbphoenix/autocaliweb

v0.11.3

09 Dec 14:41
576952c

Choose a tag to compare

Fixed Bugs

  • Fixed a typo bug which prevented the initialization of the Kobo sync feature
  • Fixed a typo in http_error.html

Full Changelog: v0.11.2...v0.11.3

v0.11.2

09 Dec 13:10
8022c65

Choose a tag to compare

Added Features

  • Added an environment variable to allow bypass of SMTP certificate check
  • Added an Amber theme to the EPub reader
  • Added an switch to en- or disable Audiobooks on Kobo EReader
  • Added an automatic update for the service worker
  • Added an metadata provider for Databáze Knih

Fixed Bugs

  • Fixed a bug where Send to EReader doesn't function when X-Script-Name header is set
  • Fixed the Google Books metadata provider where it occationally throws an exception
  • Removed /kobo/* paths from being cached by the service worker
  • Fixed a bug where newer API paths added by Kobo aren't redirected or proxied

What's Changed

  • Changed the used User-Agent to reflect Autocaliweb and not a standard crawler
  • Changed some file mimetypes to correct ones
  • Added some links to NATIVE_KOBO_RECOURCES
  • Improved the EPub web reader

Full Changelog: v0.11.1...v0.11.2

v0.11.1

03 Dec 18:24
f7245d5

Choose a tag to compare

Added Features

  • Added a URL parameter to bypass automatic OIDC authentication (Fixes #116)

Fixed Bugs

  • Fixed a type bug which prevented the download of books and comics via OPDS (Fixes #110)
  • Fixed a bug which broke reverse proxy user creation (Fixes #113)

What's Changed

  • Fix for bug #110 by @piffio in #111
  • feat: Major overhaul of the manual installation script (v2.0 -> v3.7.4). by @UsamaFoad in #117

New Contributors


Full Changelog: v0.11.0...v0.11.1

v0.11.0

21 Nov 18:42
c8ef7d0

Choose a tag to compare

v0.11.0 – Late Autumn and Winter Holiday Update

Added Features

  • Added an automatic redirect option for login via OIDC providers (Closes #93)
  • Added LDAP authentication for the kosync plugin
  • Added Kobo annotations to the Hardcover sync

Fixed Bugs

  • Fixed an bug with the Amazon metadata provider
  • Fixed an CSS bug which made it impossible to remove books from shelves (Closes #108)
  • Fixed an bug where the automatic ingest did not respect ignored file extensions (Closes #107)

What's Changed

  • feat: Add CPS integration and native installation support to ingest_processor.py by @UsamaFoad in #100
  • Add CBT format support and improve docstrings by @UsamaFoad in #101
  • Refactor and enhance metadata fetch and apply logic by @UsamaFoad in #103

Full Changelog: v0.10.4...v0.11.0

v0.10.4

11 Oct 19:53
b7c4a06

Choose a tag to compare

Things changed

  • Reverted a commit that led to much more resource usage and prevented load of multiple files

Full Changelog: v0.10.3...v0.10.4

v0.10.3

09 Oct 21:55
01ff711

Choose a tag to compare

What's Changed

Bugs fixed

  • Fixed a bug that slowed or prevented the loading of covers and let the Autocaliweb stop working

Full Changelog: v0.10.2...v0.10.3

v0.10.2

24 Sep 18:23
a1ec76d

Choose a tag to compare

What's Changed

  • Update litres.py add r (raw) to the second string at line 261 by @UsamaFoad in #88
  • Replaced UI PNG images with WEBP images to reduce size and improve site load performance
  • Set minimum required kernel to 6.0 (effects only the docker image)
  • Support for both WEBP and JPG book thumbnails

Full Changelog: v0.10.1...v0.10.2

v0.10.1

13 Sep 15:37
03a7665

Choose a tag to compare

What's Changed

  • Development docker containers are build now when commits are pushed to branches of this repository (main dev tag is gelbphoenix/autocaliweb:dev)

Fixed Bugs

  • Renewed uv.lock
  • Fixed a bug that triggered an SQL error when a user wanted to sync only specific shelves

Full Changelog: v0.10.0...v0.10.1

v0.10.0

13 Sep 13:01
460ef8f

Choose a tag to compare

What's Changed

  • Updated the healthcheck endpoint in the Dockerfile from /login to /health
  • Log messages for the HardcoverClient now reference the book’s title instead of its name
  • Added the Proxmox Helper Script as a installation method

Fixed Bugs

  • Fix issues in the ingest processor by @Slyfest in #82
  • Fixed a bug where syncing shelves resulted in failed syncs, closes #85

Added Features

  • Added automated metadata fetching feature
  • Added automated Send-to-EReader feature
  • Added a feature to generate a basic cover for books, closes: #81

New Contributors


Full Changelog: v0.9.5...v0.10.0

v0.9.5

08 Sep 14:22
52050b3

Choose a tag to compare

Fixed Bugs

  • Fixed a bug that prevented the updating of Book status in Hardcover
  • Fixed a bug where convert_library.py converts books with special characters constantly

What's Changed

  • Added debug messages in Hardcover service

Full Changelog: v0.9.4...v0.9.5