Browse Source

Update Audiobookshelf to 2.9.0 (#1080)

main
Illia Pyshniak 7 months ago
committed by GitHub
parent
commit
71a636e71b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      audiobookshelf/docker-compose.yml
  2. 16
      audiobookshelf/umbrel-app.yml

2
audiobookshelf/docker-compose.yml

@ -9,7 +9,7 @@ services:
web:
image: ghcr.io/advplyr/audiobookshelf:2.8.0@sha256:34bc1414a7a65f3f1e12f3e03195561732cc740792d1dea1858d483006ceba1e
image: ghcr.io/advplyr/audiobookshelf:2.9.0@sha256:4665b96c90119ba453448ef956b4b6423be3521979380cfde011962186ec04eb
user: 1000:1000
init: true
restart: on-failure

16
audiobookshelf/umbrel-app.yml

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.8.0"
version: "2.9.0"
port: 13378
description: >-
Features:
@ -61,22 +61,16 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release brings audiobookshelf from version 2.7.1 to 2.8.0.
This release brings audiobookshelf from version 2.8.0 to 2.9.0.
Added
- Allow adding a custom message on login page (from auth config page)
- Support for webp images in cbz/cbr comic files
- Ability to add custom metadata providers (from item metadata utils)
- Podcast library filter for language
- Crash logs are stored in /metadata/logs/crash_logs.txt
- Portuguese (Brazil) translations
- Podcast library setting to set iTunes search region
- OpenID: Edit user modal shows button to unlink user from OpenID
- Hebrew, Ukrainian, Bengali, Traditional Chinese, Estonian, Hungarian, Vietnamese translations
Plus many fixes and changes...

Loading…
Cancel
Save