From 1a801caa7c2ee4491d283bbbd3d821b9a1e5e547 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 16 Sep 2024 16:02:22 +1000 Subject: [PATCH] Update audiobookshelf to v2.13.4 (#1464) --- audiobookshelf/docker-compose.yml | 2 +- audiobookshelf/umbrel-app.yml | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index 2803166e..0376e386 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/advplyr/audiobookshelf:2.13.3@sha256:e8b14ccc2ebc34784494d35296c66a869559b3eac936a11f6a2f667ddc01fce3 + image: ghcr.io/advplyr/audiobookshelf:2.13.4@sha256:be7977352e38fdbc2cfd6961f93d546636f2017b2f5cc03212436f127c37db20 user: 1000:1000 init: true restart: on-failure diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index 685f7f01..b4f37eec 100644 --- a/audiobookshelf/umbrel-app.yml +++ b/audiobookshelf/umbrel-app.yml @@ -3,7 +3,7 @@ id: audiobookshelf name: Audiobookshelf tagline: Audiobook and podcast server category: media -version: "2.13.3" +version: "2.13.4" port: 13378 description: >- Features: @@ -65,14 +65,17 @@ releaseNotes: >- Fixed: - - User permissions inverted tags accessible not being saved - - Unable to update root user email - - "Unlink OpenID" button showing blank in user account modal + - Metadata embed tool failing to embed webp covers + - Server crash when quick match adds a new series + - 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: - - Batch edit page shows confirmation before navigating away with unsaved changes - - More strings translated, including Bengali and Polish + - Improved formatting for entity total in bookshelf toolbar + - 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