From e7289d952874b42bb9292962ad105f6a9ec25bf7 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Fri, 10 Nov 2023 16:59:35 -0800 Subject: [PATCH] Update audiobookshelf to v2.5.0 (#829) --- audiobookshelf/docker-compose.yml | 2 +- audiobookshelf/umbrel-app.yml | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index 4dcd6cb..0d051de 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -9,7 +9,7 @@ services: web: - image: ghcr.io/advplyr/audiobookshelf:2.2.22@sha256:085f8365fe5e556cb83920055495e55c968378564623334b640d5c28ffe1a67b + image: ghcr.io/advplyr/audiobookshelf:2.5.0@sha256:43d5c05a7c5d08b60192d9a21b7bd0a27f2f19c296718fea2a0a47075b779773 user: 1000:1000 init: true restart: on-failure diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index f639ee3..4b15163 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.22" +version: "2.5.0" port: 13378 description: >- Features: @@ -61,20 +61,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - Added: - - Send ebook to other devices - - Export OPML for podcast libraries - - Library filter for ebook items - - Fixed: - - Closing audio player resetting progress - - Epub3 ebook showing white background - - Podcast episode downloads for RSS feeds that use the same title for every episode - - Changed: - - Library filter max height set to window height - - New API endpoints for static library item files, ebooks and downloading - - Security updates - - More strings translated (German) + This release brings audiobookshelf from version 2.2.22 to version 2.5.0. Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases submitter: Jasper submission: https://github.com/getumbrel/umbrel-apps/pull/302 \ No newline at end of file