Update Audiobookshelf to 2.2.11 (#344)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Jasper 2023-01-05 15:27:10 -08:00 committed by GitHub
parent d89f9a663e
commit e7d6ff64cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View File

@ -5,9 +5,11 @@ services:
environment: environment:
APP_HOST: audiobookshelf_web_1 APP_HOST: audiobookshelf_web_1
APP_PORT: 80 APP_PORT: 80
PROXY_AUTH_ADD: "false"
web: web:
image: ghcr.io/advplyr/audiobookshelf:2.2.8@sha256:7b47d1b679bf0a884636fad7900390ee9880345b9377057f052f9066a4987d85 image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e
user: 1000:1000 user: 1000:1000
init: true init: true
restart: on-failure restart: on-failure

View File

@ -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.2.8" version: "2.2.11"
port: 13378 port: 13378
description: >- description: >-
Features: Features:
@ -60,5 +60,20 @@ dependencies: []
path: "" path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" 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 submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/302 submission: https://github.com/getumbrel/umbrel-apps/pull/302