mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +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"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.19.5@sha256:4d383bfd61135492ab3c52fe98550b9640e7d0791ed2a5e81c98e4087f5086d0
|
image: ghcr.io/advplyr/audiobookshelf:2.20.0@sha256:106531342a5f150e0e3dcbb348f126a5c452ecc4274f162d31545194dbe4352a
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
init: true
|
init: true
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
@ -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.19.5"
|
version: "2.20.0"
|
||||||
port: 13378
|
port: 13378
|
||||||
description: >-
|
description: >-
|
||||||
Features:
|
Features:
|
||||||
@ -61,16 +61,24 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >-
|
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:
|
Fixed issues:
|
||||||
- Improved logic for ignoring files during library scanning
|
- Resolved issue with queuing multiple of the same episode for download
|
||||||
- Improved library page redirect after removing items
|
- Fixed scanning epub not using first image for cover in some cases
|
||||||
- Updated translations for Belarusian, Croatian, Czech, German, Italian, Polish, Swedish, and Ukrainian
|
- 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
|
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases
|
||||||
submitter: Jasper
|
submitter: Jasper
|
||||||
|
Loading…
Reference in New Issue
Block a user