Nathan Fretz
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
13 additions and
8 deletions
-
audiobookshelf/docker-compose.yml
-
audiobookshelf/umbrel-app.yml
|
|
@ -9,7 +9,7 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.7.1@sha256:78506de0bca185f0f396922dcdbd1badb795b0aa6ac2a5275c76b29f54131a07 |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.8.0@sha256:34bc1414a7a65f3f1e12f3e03195561732cc740792d1dea1858d483006ceba1e |
|
|
|
user: 1000:1000 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
|
|
@ -3,7 +3,7 @@ id: audiobookshelf |
|
|
|
name: Audiobookshelf |
|
|
|
tagline: Audiobook and podcast server |
|
|
|
category: media |
|
|
|
version: "2.7.1" |
|
|
|
version: "2.8.0" |
|
|
|
port: 13378 |
|
|
|
description: >- |
|
|
|
Features: |
|
|
@ -61,18 +61,23 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release brings audiobookshelf from version 2.6.0 to 2.7.1. |
|
|
|
|
|
|
|
Note: OpenID Connect Authentication requires mobile app v0.9.70-beta or up |
|
|
|
This release brings audiobookshelf from version 2.7.1 to 2.8.0. |
|
|
|
|
|
|
|
|
|
|
|
Added |
|
|
|
|
|
|
|
- Year in review stats images to user stats page |
|
|
|
- Allow adding a custom message on login page (from auth config page) |
|
|
|
|
|
|
|
- Ability to add custom metadata providers (from item metadata utils) |
|
|
|
|
|
|
|
- Crash logs are stored in /metadata/logs/crash_logs.txt |
|
|
|
|
|
|
|
- Ability to fetch book data in uploader |
|
|
|
- Portuguese (Brazil) translations |
|
|
|
|
|
|
|
- Zoom controls to comic reader |
|
|
|
- Podcast library setting to set iTunes search region |
|
|
|
|
|
|
|
- OpenID: Edit user modal shows button to unlink user from OpenID |
|
|
|
|
|
|
|
|
|
|
|
Plus many fixes and changes... |
|
|
|
|
|
|
|