forked from michael.heier/umbrel-apps
Update Audiobookshelf to 2.2.11 (#344)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
d89f9a663e
commit
e7d6ff64cd
|
@ -5,9 +5,11 @@ services:
|
|||
environment:
|
||||
APP_HOST: audiobookshelf_web_1
|
||||
APP_PORT: 80
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
|
||||
web:
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.2.8@sha256:7b47d1b679bf0a884636fad7900390ee9880345b9377057f052f9066a4987d85
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e
|
||||
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.2.8"
|
||||
version: "2.2.11"
|
||||
port: 13378
|
||||
description: >-
|
||||
Features:
|
||||
|
@ -60,5 +60,20 @@ dependencies: []
|
|||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
- Audiobookshelf now works with mobile apps (Android & iOS)
|
||||
|
||||
|
||||
Added:
|
||||
- M4B merge tool advanced options for ffmpeg encoder
|
||||
|
||||
Fixed:
|
||||
- Crash on adding podcast
|
||||
- Dropdowns hidden in edit modals
|
||||
- Get libraries API endpoint (bad response payload)
|
||||
|
||||
Changed:
|
||||
- API endpoint for author image allows raw=1 query to get raw image
|
||||
- More strings translated: french, simplified Chinese, & German
|
||||
submitter: Jasper
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/302
|
Loading…
Reference in New Issue
Block a user