Update audiobookshelf to v2.13.4 (#1464)

This commit is contained in:
Nathan Fretz 2024-09-16 16:02:22 +10:00 committed by GitHub
parent 264dc942f9
commit 1a801caa7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
web: web:
image: ghcr.io/advplyr/audiobookshelf:2.13.3@sha256:e8b14ccc2ebc34784494d35296c66a869559b3eac936a11f6a2f667ddc01fce3 image: ghcr.io/advplyr/audiobookshelf:2.13.4@sha256:be7977352e38fdbc2cfd6961f93d546636f2017b2f5cc03212436f127c37db20
user: 1000:1000 user: 1000:1000
init: true init: true
restart: on-failure restart: on-failure

View File

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf name: Audiobookshelf
tagline: Audiobook and podcast server tagline: Audiobook and podcast server
category: media category: media
version: "2.13.3" version: "2.13.4"
port: 13378 port: 13378
description: >- description: >-
Features: Features:
@ -65,14 +65,17 @@ releaseNotes: >-
Fixed: Fixed:
- User permissions inverted tags accessible not being saved - Metadata embed tool failing to embed webp covers
- Unable to update root user email - Server crash when quick match adds a new series
- "Unlink OpenID" button showing blank in user account modal - Server crash when using the get all collections API endpoint
- Server crash when using a custom metadata provider that returns an invalid response
- Byte conversion for file sizes using 1024 instead of 1000
Changed: Changed:
- Batch edit page shows confirmation before navigating away with unsaved changes - Improved formatting for entity total in bookshelf toolbar
- More strings translated, including Bengali and Polish - Cleanup of logging output for library item updates
- More strings translated, including Bengali, German, and Simplified Chinese
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases