Browse Source

Update audiobookshelf to v2.14.0 (#1593)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
8016b0fb6c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      audiobookshelf/docker-compose.yml
  2. 22
      audiobookshelf/umbrel-app.yml

2
audiobookshelf/docker-compose.yml

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

22
audiobookshelf/umbrel-app.yml

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.13.4"
version: "2.14.0"
port: 13378
description: >-
Features:
@ -65,17 +65,21 @@ releaseNotes: >-
Fixed:
- 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
- Server crash when scanning a library with no metadata precedence set
- Server crash on listening session sync
- Issues with parsing comics
- Server crash when calling library items API endpoint with non-integer limit
- Improved handling of authors and series with non-ASCII characters
Changed:
- 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
- New users default permissions now deny explicit content
- Improved logger formatting
- Enhanced handling of library scan failures
- UI/UX improvements, including centered audio player play button and vertical volume control
- Playlist & collection "Play" button renamed to "Play All"
- Improved number formatting on user listening stats chart
- More strings translated in various languages
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases

Loading…
Cancel
Save