diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index c79f3c4..a02dd3e 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -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 diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index 82b2e1a..adaceb0 100644 --- a/audiobookshelf/umbrel-app.yml +++ b/audiobookshelf/umbrel-app.yml @@ -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 \ No newline at end of file