Update audiobookshelf to v2.33.1 (#5117)
This commit is contained in:
parent
70f8246760
commit
a335b5f154
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.33.0@sha256:41047b9985f9c38c92ae8b4b34ffd1d77fca36efdfe49c6b962ff2fc8ccae1e9
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708
|
||||
user: 1000:1000
|
||||
init: true
|
||||
restart: on-failure
|
||||
|
||||
@ -3,7 +3,7 @@ id: audiobookshelf
|
||||
name: Audiobookshelf
|
||||
tagline: Audiobook and podcast server
|
||||
category: media
|
||||
version: "2.33.0"
|
||||
version: "2.33.1"
|
||||
port: 13378
|
||||
description: >-
|
||||
Features:
|
||||
@ -61,18 +61,10 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
New features:
|
||||
- Added Slovak and Belarusian language options
|
||||
- Added database indexes to improve discovery query performance
|
||||
- Improved personalized shelves performance with faster parallel queries
|
||||
|
||||
|
||||
Bug fixes:
|
||||
- Fixed security vulnerabilities in listening sessions, media progress, and bookmark endpoints
|
||||
- Fixed server crash when filtering by decade with collapsed series
|
||||
- Fixed server crash on certain podcast library item progress endpoints
|
||||
- Fixed author name update incorrectly merging authors across different libraries
|
||||
- Fixed home page continue listening section not updating correctly
|
||||
- Fixed API keys not respecting user enabled/disabled flag
|
||||
- Fixed podcast episode updates to sanitize HTML in subtitles
|
||||
- Fixed playlist and collection endpoints to strip HTML tags from names
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user