Update audiobookshelf to version v2.28.0 (#3423)

This commit is contained in:
Alexander L. 2025-08-13 16:03:57 +02:00 committed by GitHub
parent 6816b78f95
commit 5efbb2d6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/advplyr/audiobookshelf:2.27.0@sha256:f60a19bb94a9fc763212be0116502b0c2cee1da655c9320137a3020fb1ed2dca
image: ghcr.io/advplyr/audiobookshelf:2.28.0@sha256:b854ec08b1a7bee67c3274f1df5dce2143f48e05cbce5ada356c38662694f7fe
user: 1000:1000
init: true
restart: on-failure

View File

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.27.0"
version: "2.28.0"
port: 13378
description: >-
Features:
@ -65,16 +65,13 @@ releaseNotes: >-
New features and improvements:
- Added book library sort option for progress last updated
- Added sepia theme in epub e-reader
- Improved podcast episode matching
- Enhanced M4B encoder with better backup file handling
- Added server setting to allow a whitelist of CORS origins
Bug fixes:
- Fixed some podcast episodes always transcoding
- Fixed unable to change root user password when not set
- Fixed issues with e-reader devices visibility and chapter editing
- Fixed server crash when transcode requests are made to the direct play endpoint
- Fixed OIDC auto-register still creating a user when groupclaim is invalid
- Fixed OIDC callback URL validation
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases