mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update audiobookshelf to v2.20.0 (#2359)
This commit is contained in:
parent
1bac9ca101
commit
eed5958a1e
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.19.5@sha256:4d383bfd61135492ab3c52fe98550b9640e7d0791ed2a5e81c98e4087f5086d0
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.20.0@sha256:106531342a5f150e0e3dcbb348f126a5c452ecc4274f162d31545194dbe4352a
|
||||
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.19.5"
|
||||
version: "2.20.0"
|
||||
port: 13378
|
||||
description: >-
|
||||
Features:
|
||||
@ -61,16 +61,24 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
New features and improvements:
|
||||
- Added podcast episode table sorting option for filename
|
||||
- Improved book and podcast library page performance
|
||||
- Enhanced podcast page play button functionality
|
||||
- Updated OPF file parser to support OPF v3 refines meta elements
|
||||
|
||||
Fixed:
|
||||
- Resolved an issue where library items were not being cached correctly
|
||||
- Fixed podcast author name display in player
|
||||
- Resolved an issue where non-admin users could delete and update libraries
|
||||
|
||||
Changed:
|
||||
- Improved logic for ignoring files during library scanning
|
||||
- Improved library page redirect after removing items
|
||||
- Updated translations for Belarusian, Croatian, Czech, German, Italian, Polish, Swedish, and Ukrainian
|
||||
Fixed issues:
|
||||
- Resolved issue with queuing multiple of the same episode for download
|
||||
- Fixed scanning epub not using first image for cover in some cases
|
||||
- Corrected publish year not saving when matching with OpenLibrary
|
||||
|
||||
|
||||
UI/UX enhancements:
|
||||
- Improved RTL support on podcast episodes table rows
|
||||
- Updated various settings and UI elements for clarity
|
||||
- Enhanced podcast page accessibility for screen readers
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases
|
||||
submitter: Jasper
|
||||
|
Loading…
Reference in New Issue
Block a user