diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index a02dd3e..4dcd6cb 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -9,7 +9,7 @@ services: web: - image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e + image: ghcr.io/advplyr/audiobookshelf:2.2.22@sha256:085f8365fe5e556cb83920055495e55c968378564623334b640d5c28ffe1a67b user: 1000:1000 init: true restart: on-failure diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index adaceb0..a04ea7b 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.11" +version: "2.2.22" port: 13378 description: >- Features: @@ -61,19 +61,20 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - - Audiobookshelf now works with mobile apps (Android & iOS) - - Added: - - M4B merge tool advanced options for ffmpeg encoder + - Send ebook to other devices + - Export OPML for podcast libraries + - Library filter for ebook items Fixed: - - Crash on adding podcast - - Dropdowns hidden in edit modals - - Get libraries API endpoint (bad response payload) + - 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: - - API endpoint for author image allows raw=1 query to get raw image - - More strings translated: french, simplified Chinese, & German + - 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) submitter: Jasper submission: https://github.com/getumbrel/umbrel-apps/pull/302 \ No newline at end of file