Update audiobookshelf to v2.11.0 (#1213)

This commit is contained in:
Nathan Fretz 2024-07-18 11:19:05 +10:00 committed by GitHub
parent 18d742ac8c
commit 45bc2e9264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 64 additions and 13 deletions

View File

@ -7,9 +7,8 @@ services:
APP_PORT: 80
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/advplyr/audiobookshelf:2.9.0@sha256:4665b96c90119ba453448ef956b4b6423be3521979380cfde011962186ec04eb
image: ghcr.io/advplyr/audiobookshelf:2.11.0@sha256:725c287ac1b56f8115dfc7fca75d8490976af59466f893fbf344711bd117f8cb
user: 1000:1000
init: true
restart: on-failure
@ -25,5 +24,4 @@ services:
- ${APP_DATA_DIR}/data/config:/home/node/config
- ${APP_DATA_DIR}/data/metadata:/home/node/metadata
- ${UMBREL_ROOT}/data/storage/downloads/audiobooks:/audiobooks
- ${UMBREL_ROOT}/data/storage/downloads/podcasts:/podcasts
- ${UMBREL_ROOT}/data/storage/downloads/podcasts:/podcasts

View File

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.9.0"
version: "2.11.0"
port: 13378
description: >-
Features:
@ -61,21 +61,74 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release brings audiobookshelf from version 2.8.0 to 2.9.0.
This release brings audiobookshelf from version 2.9.0 to 2.11.0.
Added
- Support for webp images in cbz/cbr comic files
- Create book share links with expiration (admin users only)
- Podcast library filter for language
- Email settings option to enable/disable rejecting unauthorized certificates
- Hebrew, Ukrainian, Bengali, Traditional Chinese, Estonian, Hungarian, Vietnamese translations
- Support for disabling SSRF request filter with env variable
- Support for custom backup path on backups config page or with env variable
- Epub ereader setting for font boldness
- Finnish translations
Fixed
- Casting podcast episodes
- Match all authors hitting rate limit
- Scheduled library scans using old copy of library
- Changing author name in edit author modal not updating metadata JSON files
- AB merge tool not working in Debian pkg due to ffmpeg v7
- Download file ssrfFilter URL
- Overdrive mediamarkers incorrect timestamp parsing
- Unhandled exception syncing user progress
- Server crash from library scanner race condition
- UI/UX: PDF reader flickering
- UI/UX: Audio player long author name overflowing
- UI/UX: Audio player long chapter name overflowing
Changed
- Replace Tone with Ffmpeg for embedding metadata
- Playback sessions are closed after 36 hours of inactivity
- User agent string for podcast RSS feed and file download requests
- Increased time delay between when watcher detects a file and when it scans the folder
- Prevent editing backup path if it is set using env variable
- UI/UX: Show publish date in changelog modal
- UI/UX: Chapters table "End" column changed to a "Duration" column
- UI/UX: Bookshelf refactor for consistent scaling
- UI/UX: Cleaner error page for 404s
- More strings translated
Plus many fixes and changes...
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/302
submission: https://github.com/getumbrel/umbrel-apps/pull/302