Browse Source

Update audiobookshelf to version v2.16.2 (#1695)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
40a5d8c668
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      audiobookshelf/docker-compose.yml
  2. 18
      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.15.1@sha256:9096480cb2b8cbfb3da155ea3cea5e9bfd4f3c2aae6196225c5b26d31bad1a99
image: ghcr.io/advplyr/audiobookshelf:2.16.2@sha256:acfda2baa0dce0c7a31e1703b8cd694e59cd3f3de9cfabe5b7e9dd2029896169
user: 1000:1000
init: true
restart: on-failure

18
audiobookshelf/umbrel-app.yml

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.15.1"
version: "2.16.2"
port: 13378
description: >-
Features:
@ -61,19 +61,23 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release includes several improvements and bug fixes:
New features:
- Library setting to control when to mark items as finished (time remaining or percentage)
- User permission to allow users to create ereaders
Fixed:
- Potential database corruptions from NOCASE indexes
- Next/previous chapter behavior on public share player
- Book library published decade filter
- Extracting cover image from audio file with multiple images
- Incorrect version shown as latest version when update is available
- Server crash when downloading files
- Incorrect time remaining for podcast episodes
- Server crash when streaming download
Changed:
- Improved performance with database migration for indexes
- Enhanced embed metadata tool functionality
- Improved localization for missing strings
- More strings translated in various languages including Croatian, Dutch, German, Italian, Polish, Simplified Chinese, Slovenian, and Spanish
- More strings translated in various languages including Croatian, Czech, Dutch, German, Polish, and Simplified Chinese
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases

Loading…
Cancel
Save