Skip to content

Releases: markbeep/AudioBookRequest

v1.9.0

24 Jan 07:51
33a1591

Choose a tag to compare

1.9.0 (2026-01-24)

Features

  • add book recommendations on home page. Closes #109 (e971dd3)
  • add loose Audiobookshelf integration. Closes #103 (c4f6b8c)
  • all website operations can now be handled using the REST API (Closes #135) (#176) (0dff1f3)
  • allow non-admins to delete their requests. Closes #171 (096d04e)

Bug Fixes

  • fix missing fetch for js files in dockerfile (5b985d2)
  • fix search breaking completely when a cached result has been deleted. Closes #141 (096d04e)
  • make inputs on download settings page editable (0dff1f3)
  • show prowlarr responses in the log when the response is invalid JSON (096d04e)

Performance Improvements

  • minimize HTML while templating (63c9d14)

Dependencies

  • update all dependencies (6727dc6)

Miscellaneous Chores

  • add daisyui install to justfile for local development (6727dc6)
  • add tools section to readme (9140ba8)
  • fix uv python version (6bfba44)
  • send along User-Agent in headers on API calls (d3a9f34)
  • switch to GPLv3 license (2300d25)

Code Refactoring

  • replace "older" Optional tyings with |None (6727dc6)
  • rework how audiobooks are cached and how requests are handled (#175) (096d04e)

Tests

  • change type checker to strict basedpyright and fix up typing issues (096d04e)
  • switch from pyright to pyrefly for typing (63c9d14)

Build System

  • split up and minimize Dockerfile and image size (#172) (23aaf16)

v1.8.0

04 Oct 17:54
0008f49

Choose a tag to compare

1.8.0 (2025-10-04)

Features

Bug Fixes

  • correctly handle book metadata server being down (399d82e)
  • get infohash from magnet link (6ac754e)

Miscellaneous Chores

  • fix devcontainer (05f505d)
  • install psycopg binary instead of non (82f356f)

v1.7.0

18 Sep 10:35
2768d6c

Choose a tag to compare

1.7.0 (2025-09-18)

Features

Bug Fixes

  • correctly handle initial user creation on forced login-type. Closes #143 (f18fb02)
  • use the device preference for the default light/dark mode. Closes #148 (03ec7b3)

Miscellaneous Chores

  • add just for easier commands (56eb319)
  • add motivation/features to readme (7892ac8)
  • format users.py (1483f9f)

v1.6.2

04 Sep 15:26
00b59d8

Choose a tag to compare

1.6.2 (2025-09-04)

Bug Fixes

  • html duplicating when changing account password (8d86aa1)
  • incorrectly redirecting from https to http (9c6a002), closes #140

Miscellaneous Chores

v1.6.1

28 Aug 08:30
196f0dd

Choose a tag to compare

1.6.1 (2025-08-28)

Bug Fixes

  • ignore missing booleans on REST api/local file indexer configs (be3b9c5)

Code Refactoring

  • separate 'enabled' logic of indexers (5b24705)

v1.6.0

26 Aug 16:48
df611b9

Choose a tag to compare

1.6.0 (2025-08-22)

Features

  • add API endpoint to update indexers (mam_id). Closes #122 (9b2cda3)
  • update indexer configuration using a local file. Closes #122 (c7bd803)

Code Refactoring

  • split up settings router file into a file for each page (c8279f0)

v1.5.3

18 Aug 11:54
f4e69d5

Choose a tag to compare

1.5.3 (2025-08-18)

Bug Fixes

  • correctly cache admin user when using the 'none' login type to prevent crashing (990396a)
  • restore cached search results without crashing. Closes #130 (b032fbc)

Dependencies

Miscellaneous Chores

  • release-please add changelog-sections (1701143)

Code Refactoring

  • use class-based authentication to automatically get generated in the OpenAPI specs (8d08c89)

v1.5.2

16 Aug 19:42
ab56df8

Choose a tag to compare

1.5.2 (2025-08-16)

Features

  • add changelog modal when clicking version in the settings (d07765f)

Bug Fixes

  • hide wrong book requests and clear cache (12d323b)

v1.5.1

16 Aug 15:50
0ef7008

Choose a tag to compare

1.5.1 (2025-08-16)

Features

  • add counters to wishlist pages (1e93f72)
  • allow editing of manual requests. Closes #73 (7c549be)

Bug Fixes

  • correctly always show all books on requests page as admin (1e93f72)

Miscellaneous Chores

  • remove leading v from version number (5de5cbf)

v1.5.0

16 Aug 10:04
5985271

Choose a tag to compare

1.5.0 (2025-08-16)

Features

  • add API: Users and Status/Health Endpoints (#117) (7d3e4fe)
  • add more replacement options for download notifications (3296af4)
  • add user api (92a4018)
  • add env variables for forcing login type and initializing username/password (93a6315)

Bug Fixes

  • correct api key popup colors and cleanup unused code (3e21d74)
  • oidc config not outputting errors on invalid endpoint url (5a8f24c)
  • wrong color scheme in login/init pages (5a8f24c)