update to v2.8.0

This commit is contained in:
nmfretz 2024-03-05 15:42:52 -08:00
parent 823f5fd14c
commit 39fddf193f
2 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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 fetch book data in uploader
- Ability to add custom metadata providers (from item metadata utils)
- 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
- Zoom controls to comic reader
Plus many fixes and changes...